home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
74.07k stars 31.09k forks source link

Spotify Integration cannot retrieve playlists #131903

Open MaikysuN opened 1 day ago

MaikysuN commented 1 day ago

The problem

I am unable to retrieve the playlists of the spotify integration. Everything else works, just the playlists cannot be retrieved.

What version of Home Assistant Core has the issue?

core-2024.11.3

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Integration causing the issue

Spotify

Link to integration documentation on our website

https://www.home-assistant.io/integrations/spotify

Diagnostics information

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

Traceback (most recent call last):
  File "<string>", line 12, in __mashumaro_from_json__
  File "<string>", line 3, in __mashumaro_from_dict_json__
  File "/usr/local/lib/python3.12/site-packages/spotifyaio/models.py", line 378, in __pre_deserialize__
    if d.get("images") is None:
       ^^^^^
AttributeError: 'NoneType' object has no attribute 'get'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/websocket_api/decorators.py", line 28, in _handle_async_response
    await func(hass, connection, msg)
  File "/usr/src/homeassistant/homeassistant/components/media_player/__init__.py", line 1316, in websocket_browse_media
    payload = await player.async_browse_media(media_content_type, media_content_id)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/components/sonos/media_player.py", line 837, in async_browse_media
    return await media_browser.async_browse_media(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/components/sonos/media_browser.py", line 141, in async_browse_media
    return await spotify.async_browse_media(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/components/spotify/browse_media.py", line 253, in async_browse_media
    result = await async_browse_media_internal(
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/components/spotify/browse_media.py", line 289, in async_browse_media_internal
    response = await build_item_response(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/components/spotify/browse_media.py", line 317, in build_item_response
    if playlists := await spotify.get_playlists_for_current_user():
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/site-packages/spotifyaio/spotify.py", line 442, in get_playlists_for_current_user
    return PlaylistResponse.from_json(response).items
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<string>", line 14, in __mashumaro_from_json__
mashumaro.exceptions.InvalidFieldValue: Field "items" of type list[BasePlaylist] in PlaylistResponse has invalid value [{'collaborative': False, 'description': '', 'external_urls': {'spotify': 'https://open.spotify.com/playlist/4UhsOytTNpABs8bUSAZKjJ'}, 'href': 'https://api.spotify.com/v1/playlists/4UhsOytTNpABs8bUSAZKjJ', 'id': '4UhsOytTNpABs8bUSAZKjJ', 'images': [{'height': 640, 'url': 'https://mosaic.scdn.co/640/ab67616d00001e020cb46c5042b60091d1b3a659ab67616d00001e022acc47cd4ada1b64bd58b0e2ab67616d00001e025a3bd383f1c81f60e26e4386ab67616d00001e02b7d0ebeb59d8d96399a909e9', 'width': 640}, {'height': 300, 'url': 'https://mosaic.scdn.co/300/ab67616d00001e020cb46c5042b60091d1b3a659ab67616d00001e022acc47cd4ada1b64bd58b0e2ab67616d00001e025a3bd383f1c81f60e26e4386ab67616d00001e02b7d0ebeb59d8d96399a909e9', 'width': 300}, {'height': 60, 'url': 'https://mosaic.scdn.co/60/ab67616d00001e020cb46c5042b60091d1b3a659ab67616d00001e022acc47cd4ada1b64bd58b0e2ab67616d00001e025a3bd383f1c81f60e26e4386ab67616d00001e02b7d0ebeb59d8d96399a909e9', 'width': 60}], 'name': 'House Vibes', 'owner': {'display_name': 'MaikysuN', 'external_urls': {'spotify': 'https://open.spotify.com/user/maikysun'}, 'href': 'https://api.spotify.com/v1/users/maikysun', 'id': 'maikysun', 'type': 'user', 'uri': 'spotify:user:maikysun'}, 'primary_color': None, 'public': True, 'snapshot_id': 'AAAA3tvmlfWBQjO9X469TL11B3XecO5S', 'tracks': {'href': 'https://api.spotify.com/v1/playlists/4UhsOytTNpABs8bUSAZKjJ/tracks', 'total': 216}, 'type': 'playlist', 'uri': 'spotify:playlist:4UhsOytTNpABs8bUSAZKjJ'}, {'collaborative': False, 'description': '', 'external_urls': {'spotify': 'https://open.spotify.com/playlist/4IdlzSn6i4bw0UIfXj01K9'}, 'href': 'https://api.spotify.com/v1/playlists/4IdlzSn6i4bw0UIfXj01K9', 'id': '4IdlzSn6i4bw0UIfXj01K9', 'images': [{'height': 640, 'url': 'https://mosaic.scdn.co/640/ab67616d00001e02257ea2aad2876e42f2d19667ab67616d00001e0228baa1c1fcb8b1c52974fdd6ab67616d00001e027160bee4867ee564b195d93eab67616d00001e02ccf1b4d9d42c03f1ad7adccc', 'width': 640}, {'height': 300, 'url': 'https://mosaic.scdn.co/300/ab67616d00001e02257ea2aad2876e42f2d19667ab67616d00001e0228baa1c1fcb8b1c52974fdd6ab67616d00001e027160bee4867ee564b195d93eab67616d00001e02ccf1b4d9d42c03f1ad7adccc', 'width': 300}, {'height': 60, 'url': 'https://mosaic.scdn.co/60/ab67616d00001e02257ea2aad2876e42f2d19667ab67616d00001e0228baa1c1fcb8b1c52974fdd6ab67616d00001e027160bee4867ee564b195d93eab67616d00001e02ccf1b4d9d42c03f1ad7adccc', 'width': 60}], 'name': 'Saved Remixes', 'owner': {'display_name': 'MaikysuN', 'external_urls': {'spotify': 'https://open.spotify.com/user/maikysun'}, 'href': 'https://api.spotify.com/v1/users/maikysun', 'id': 'maikysun', 'type': 'user', 'uri': 'spotify:user:maikysun'}, 'primary_color': None, 'public': True, 'snapshot_id': 'AAABjG37W6eTKXgA5DApO5p3Tf3fhvdT', 'tracks': {'href': 'https://api.spotify.com/v1/playlists/4IdlzSn6i4bw0UIfXj01K9/tracks', 'total': 385}, 'type': 'playlist', 'uri': 'spotify:playlist:4IdlzSn6i4bw0UIfXj01K9'}, {'collaborative': False, 'description': '', 'external_urls': {'spotify': 'https://open.spotify.com/playlist/5CggFClbeWDbpzjmHMKww3'}, 'href': 'https://api.spotify.com/v1/playlists/5CggFClbeWDbpzjmHMKww3', 'id': '5CggFClbeWDbpzjmHMKww3', 'images': [{'height': 640, 'url': 'https://mosaic.scdn.co/640/ab67616d00001e021628c614222defef761ba2dbab67616d00001e022842f743ebd32235bceb43d3ab67616d00001e0237940571b0be91d69b5fd0d6ab67616d00001e0237a5984b005b52728ca6754a', 'width': 640}, {'height': 300, 'url': 'https://mosaic.scdn.co/300/ab67616d00001e021628c614222defef761ba2dbab67616d00001e022842f743ebd32235bceb43d3ab67616d00001e0237940571b0be91d69b5fd0d6ab67616d00001e0237a5984b005b52728ca6754a', 'width': 300}, {'height': 60, 'url': 'https://mosaic.scdn.co/60/ab67616d00001e021628c614222defef761ba2dbab67616d00001e022842f743ebd32235bceb43d3ab67616d00001e0237940571b0be91d69b5fd0d6ab67616d00001e0237a5984b005b52728ca6754a', 'width': 60}], 'name': 'Electronic Partymix', 'owner': {'display_name': 'MaikysuN', 'external_urls': {'spotify': 'https://open.spotify.com/user/maikysun'}, 'href': 'https://api.spotify.com/v1/users/maikysun', 'id': 'maikysun', 'type': 'user', 'uri': 'spotify:user:maikysun'}, 'primary_color': None, 'public': True, 'snapshot_id': 'AAAAUmI4l82+AlE7+SCxAJOizKx+svlZ', 'tracks': {'href': 'https://api.spotify.com/v1/playlists/5CggFClbeWDbpzjmHMKww3/tracks', 'total': 443}, 'type': 'playlist', 'uri': 'spotify:playlist:5CggFClbeWDbpzjmHMKww3'}, {'collaborative': False, 'description': '', 'external_urls': {'spotify': 'https://open.spotify.com/playlist/7mvTsRqZAy4NsZ0DKUnOrf'}, 'href': 'https://api.spotify.com/v1/playlists/7mvTsRqZAy4NsZ0DKUnOrf', 'id': '7mvTsRqZAy4NsZ0DKUnOrf', 'images': [{'height': None, 'url': 'https://image-cdn-ak.spotifycdn.com/image/ab67706c0000da84284dd0ecb7f4bbe23017421e', 'width': None}], 'name': 'Poker', 'owner': {'display_name': 'MaikysuN', 'external_urls': {'spotify': 'https://open.spotify.com/user/maikysun'}, 'href': 'https://api.spotify.com/v1/users/maikysun', 'id': 'maikysun', 'type': 'user', 'uri': 'spotify:user:maikysun'}, 'primary_color': None, 'public': True, 'snapshot_id': 'AAAAA8xkh/Joq1II0ONJIYXMqarAcsBL', 'tracks': {'href': 'https://api.spotify.com/v1/playlists/7mvTsRqZAy4NsZ0DKUnOrf/tracks', 'total': 1}, 'type': 'playlist', 'uri': 'spotify:playlist:7mvTsRqZAy4NsZ0DKUnOrf'}, {'collaborative': False, 'description': '', 'external_urls': {'spotify': 'https://open.spotify.com/playlist/3IsQC85aixyrLQoedvS39i'}, 'href': 'https://api.spotify.com/v1/playlists/3IsQC85aixyrLQoedvS39i', 'id': '3IsQC85aixyrLQoedvS39i', 'images': [{'height': None, 'url': 'https://image-cdn-fa.spotifycdn.com/image/ab67706c0000da8404e2b2bfdea54cd687afc2dd', 'width': None}], 'name': 'STEREOHYPE SOUNDS | Tech House, House & Bass Selections, Curated by James Hype', 'owner': {'display_name': 'James Hype', 'external_urls': {'spotify': 'https://open.spotify.com/user/itsjameshype'}, 'href': 'https://api.spotify.com/v1/users/itsjameshype', 'id': 'itsjameshype', 'type': 'user', 'uri': 'spotify:user:itsjameshype'}, 'primary_color': None, 'public': True, 'snapshot_id': 'AAAG/HZa0XxbSIJEDSfBYrNvXKmYBZP/', 'tracks': {'href': 'https://api.spotify.com/v1/playlists/3IsQC85aixyrLQoedvS39i/tracks', 'total': 204}, 'type': 'playlist', 'uri': 'spotify:playlist:3IsQC85aixyrLQoedvS39i'}, {'collaborative': True, 'description': '', 'external_urls': {'spotify': 'https://open.spotify.com/playlist/5K7Wc2IC4Zj0UYdvO0xM3R'}, 'href': 'https://api.spotify.com/v1/playlists/5K7Wc2IC4Zj0UYdvO0xM3R', 'id': '5K7Wc2IC4Zj0UYdvO0xM3R', 'images': [{'height': 640, 'url': 'https://mosaic.scdn.co/640/ab67616d00001e025c8cfe4b2c4aa89c9c92108eab67616d00001e02781f6dd5abe91929df0314e3ab67616d00001e02871d85943145dde548f4ae09ab67616d00001e02bba986ba4d81eab5214c6a3d', 'width': 640}, {'height': 300, 'url': 'https://mosaic.scdn.co/300/ab67616d00001e025c8cfe4b2c4aa89c9c92108eab67616d00001e02781f6dd5abe91929df0314e3ab67616d00001e02871d85943145dde548f4ae09ab67616d00001e02bba986ba4d81eab5214c6a3d', 'width': 300}, {'height': 60, 'url': 'https://mosaic.scdn.co/60/ab67616d00001e025c8cfe4b2c4aa89c9c92108eab67616d00001e02781f6dd5abe91929df0314e3ab67616d00001e02871d85943145dde548f4ae09ab67616d00001e02bba986ba4d81eab5214c6a3d', 'width': 60}], 'name': '2010', 'owner': {'display_name': 'darkexplorer', 'external_urls': {'spotify': 'https://open.spotify.com/user/darkexplorer'}, 'href': 'https://api.spotify.com/v1/users/darkexplorer', 'id': 'darkexplorer', 'type': 'user', 'uri': 'spotify:user:darkexplorer'}, 'primary_color': None, 'public': True, 'snapshot_id': 'AAAAqGqcshrZjRAG5segqXLQsma0HbdI', 'tracks': {'href': 'https://api.spotify.com/v1/playlists/5K7Wc2IC4Zj0UYdvO0xM3R/tracks', 'total': 164}, 'type': 'playlist', 'uri': 'spotify:playlist:5K7Wc2IC4Zj0UYdvO0xM3R'}, {'collaborative': False, 'description': 'Chill tracks to vibe or dance to in 2024. Updated weekly. | 🌈 <a href="https://www.instagram.com/selectedofficial">Instagram</a>', 'external_urls': {'spotify': 'https://open.spotify.com/playlist/62bReXvmroQzQfEUuTNe3Y'}, 'href': 'https://api.spotify.com/v1/playlists/62bReXvmroQzQfEUuTNe3Y', 'id': '62bReXvmroQzQfEUuTNe3Y', 'images': [{'height': None, 'url': 'https://image-cdn-ak.spotifycdn.com/image/ab67706c0000da84091134d84e1964262fd6af69', 'width': None}], 'name': 'Chill House 2024', 'owner': {'display_name': 'selected.', 'external_urls': {'spotify': 'https://open.spotify.com/user/selectedbase'}, 'href': 'https://api.spotify.com/v1/users/selectedbase', 'id': 'selectedbase', 'type': 'user', 'uri': 'spotify:user:selectedbase'}, 'primary_color': None, 'public': True, 'snapshot_id': 'AAAQBCcyHWZ426uNL5y0PdEVoqQ+PJRd', 'tracks': {'href': 'https://api.spotify.com/v1/playlists/62bReXvmroQzQfEUuTNe3Y/tracks', 'total': 150}, 'type': 'playlist', 'uri': 'spotify:playlist:62bReXvmroQzQfEUuTNe3Y'}, {'collaborative': False, 'description': '', 'external_urls': {'spotify': 'https://open.spotify.com/playlist/4hcZE63FDusPkzR3PZ2mEX'}, 'href': 'https://api.spotify.com/v1/playlists/4hcZE63FDusPkzR3PZ2mEX', 'id': '4hcZE63FDusPkzR3PZ2mEX', 'images': [{'height': None, 'url': 'https://i.scdn.co/image/ab67616d00001e02ef38d1782c0d9cf3818d871c', 'width': None}], 'name': 'Festival Vibes', 'owner': {'display_name': 'MaikysuN', 'external_urls': {'spotify': 'https://open.spotify.com/user/maikysun'}, 'href': 'https://api.spotify.com/v1/users/maikysun', 'id': 'maikysun', 'type': 'user', 'uri': 'spotify:user:maikysun'}, 'primary_color': None, 'public': True, 'snapshot_id': 'AAAAAzHWv1RJlEaA6l0obI3Kj4gsN9J/', 'tracks': {'href': 'https://api.spotify.com/v1/playlists/4hcZE63FDusPkzR3PZ2mEX/tracks', 'total': 1}, 'type': 'playlist', 'uri': 'spotify:playlist:4hcZE63FDusPkzR3PZ2mEX'}, {'collaborative': False, 'description': '', 'external_urls': {'spotify': 'https://open.spotify.com/playlist/2O3v6KH232ebmNx8ytEv0v'}, 'href': 'https://api.spotify.com/v1/playlists/2O3v6KH232ebmNx8ytEv0v', 'id': '2O3v6KH232ebmNx8ytEv0v', 'images': [{'height': 640, 'url': 'https://mosaic.scdn.co/640/ab67616d00001e021736bda7a710514bcce25194ab67616d00001e024ccf88b66e04cfd247f287ebab67616d00001e026c1836a40380c147eab9c98fab67616d00001e0297c097afa44e5cdb38a03d4f', 'width': 640}, {'height': 300, 'url': 'https://mosaic.scdn.co/300/ab67616d00001e021736bda7a710514bcce25194ab67616d00001e024ccf88b66e04cfd247f287ebab67616d00001e026c1836a40380c147eab9c98fab67616d00001e0297c097afa44e5cdb38a03d4f', 'width': 300}, {'height': 60, 'url': 'https://mosaic.scdn.co/60/ab67616d00001e021736bda7a710514bcce25194ab67616d00001e024ccf88b66e04cfd247f287ebab67616d00001e026c1836a40380c147eab9c98fab67616d00001e0297c097afa44e5cdb38a03d4f', 'width': 60}], 'name': 'Essen 💍', 'owner': {'display_name': 'Nina Engelmann', 'external_urls': {'spotify': 'https://open.spotify.com/user/21hyof7gytbbbn7hn54k2igny'}, 'href': 'https://api.spotify.com/v1/users/21hyof7gytbbbn7hn54k2igny', 'id': '21hyof7gytbbbn7hn54k2igny', 'type': 'user', 'uri': 'spotify:user:21hyof7gytbbbn7hn54k2igny'}, 'primary_color': None, 'public': True, 'snapshot_id': 'AAAApyOP57+rUQFrOPF5+289TS6Bbo+Q', 'tracks': {'href': 'https://api.spotify.com/v1/playlists/2O3v6KH232ebmNx8ytEv0v/tracks', 'total': 158}, 'type': 'playlist', 'uri': 'spotify:playlist:2O3v6KH232ebmNx8ytEv0v'}, {'collaborative': False, 'description': '', 'external_urls': {'spotify': 'https://open.spotify.com/playlist/2abGbExBhORvj1N4EISBpz'}, 'href': 'https://api.spotify.com/v1/playlists/2abGbExBhORvj1N4EISBpz', 'id': '2abGbExBhORvj1N4EISBpz', 'images': [{'height': 640, 'url': 'https://mosaic.scdn.co/640/ab67616d00001e0200e95a3532ad7cc51f252d28ab67616d00001e025ecf50f7870094f4879a0c44ab67616d00001e026261e3a09c67474503397e7dab67616d00001e02818063a604b08de85f6e33e4', 'width': 640}, {'height': 300, 'url': 'https://mosaic.scdn.co/300/ab67616d00001e0200e95a3532ad7cc51f252d28ab67616d00001e025ecf50f7870094f4879a0c44ab67616d00001e026261e3a09c67474503397e7dab67616d00001e02818063a604b08de85f6e33e4', 'width': 300}, {'height': 60, 'url': 'https://mosaic.scdn.co/60/ab67616d00001e0200e95a3532ad7cc51f252d28ab67616d00001e025ecf50f7870094f4879a0c44ab67616d00001e026261e3a09c67474503397e7dab67616d00001e02818063a604b08de85f6e33e4', 'width': 60}], 'name': 'Spiele', 'owner': {'display_name': 'Nina Engelmann', 'external_urls': {'spotify': 'https://open.spotify.com/user/21hyof7gytbbbn7hn54k2igny'}, 'href': 'https://api.spotify.com/v1/users/21hyof7gytbbbn7hn54k2igny', 'id': '21hyof7gytbbbn7hn54k2igny', 'type': 'user', 'uri': 'spotify:user:21hyof7gytbbbn7hn54k2igny'}, 'primary_color': None, 'public': True, 'snapshot_id': 'AAAAD3Rdl+JBGrOHSv+RUreaRvOMN3bG', 'tracks': {'href': 'https://api.spotify.com/v1/playlists/2abGbExBhORvj1N4EISBpz/tracks', 'total': 4}, 'type': 'playlist', 'uri': 'spotify:playlist:2abGbExBhORvj1N4EISBpz'}, {'collaborative': False, 'description': '', 'external_urls': {'spotify': 'https://open.spotify.com/playlist/2NUDiOmmNO8WXYJE24v5d9'}, 'href': 'https://api.spotify.com/v1/playlists/2NUDiOmmNO8WXYJE24v5d9', 'id': '2NUDiOmmNO8WXYJE24v5d9', 'images': [{'height': 640, 'url': 'https://mosaic.scdn.co/640/ab67616d00001e0237af1f1d031418a5236609dbab67616d00001e023ca162feb7fcbcc6dea2f566ab67616d00001e02a3f02446d8c8654b765c4e7aab67616d00001e02d939742f9e52f923d5b73a0e', 'width': 640}, {'height': 300, 'url': 'https://mosaic.scdn.co/300/ab67616d00001e0237af1f1d031418a5236609dbab67616d00001e023ca162feb7fcbcc6dea2f566ab67616d00001e02a3f02446d8c8654b765c4e7aab67616d00001e02d939742f9e52f923d5b73a0e', 'width': 300}, {'height': 60, 'url': 'https://mosaic.scdn.co/60/ab67616d00001e0237af1f1d031418a5236609dbab67616d00001e023ca162feb7fcbcc6dea2f566ab67616d00001e02a3f02446d8c8654b765c4e7aab67616d00001e02d939742f9e52f923d5b73a0e', 'width': 60}], 'name': 'Party 💍', 'owner': {'display_name': 'Nina Engelmann', 'external_urls': {'spotify': 'https://open.spotify.com/user/21hyof7gytbbbn7hn54k2igny'}, 'href': 'https://api.spotify.com/v1/users/21hyof7gytbbbn7hn54k2igny', 'id': '21hyof7gytbbbn7hn54k2igny', 'type': 'user', 'uri': 'spotify:user:21hyof7gytbbbn7hn54k2igny'}, 'primary_color': None, 'public': True, 'snapshot_id': 'AAAApmJorFCtO7m6yQWIn4F1+5Icm6pB', 'tracks': {'href': 'https://api.spotify.com/v1/playlists/2NUDiOmmNO8WXYJE24v5d9/tracks', 'total': 143}, 'type': 'playlist', 'uri': 'spotify:playlist:2NUDiOmmNO8WXYJE24v5d9'}, {'collaborative': False, 'description': '', 'external_urls': {'spotify': 'https://open.spotify.com/playlist/3zUG3MDb1nLCQ73XV93bAg'}, 'href': 'https://api.spotify.com/v1/playlists/3zUG3MDb1nLCQ73XV93bAg', 'id': '3zUG3MDb1nLCQ73XV93bAg', 'images': [{'height': 640, 'url': 'https://mosaic.scdn.co/640/ab67616d00001e024214ddc9e33e76de6a8ee888ab67616d00001e027c3f1365062a70633520b480ab67616d00001e02caddad34ba08839e757b7a12ab67616d00001e02e7a008b86f5352eeefcdcbe8', 'width': 640}, {'height': 300, 'url': 'https://mosaic.scdn.co/300/ab67616d00001e024214ddc9e33e76de6a8ee888ab67616d00001e027c3f1365062a70633520b480ab67616d00001e02caddad34ba08839e757b7a12ab67616d00001e02e7a008b86f5352eeefcdcbe8', 'width': 300}, {'height': 60, 'url': 'https://mosaic.scdn.co/60/ab67616d00001e024214ddc9e33e76de6a8ee888ab67616d00001e027c3f1365062a70633520b480ab67616d00001e02caddad34ba08839e757b7a12ab67616d00001e02e7a008b86f5352eeefcdcbe8', 'width': 60}], 'name': 'Polter', 'owner': {'display_name': 'MaikysuN', 'external_urls': {'spotify': 'https://open.spotify.com/user/maikysun'}, 'href': 'https://api.spotify.com/v1/users/maikysun', 'id': 'maikysun', 'type': 'user', 'uri': 'spotify:user:maikysun'}, 'primary_color': None, 'public': True, 'snapshot_id': 'AAAACK841w/2YGSvKQWj3z0gs9+lkawZ', 'tracks': {'href': 'https://api.spotify.com/v1/playlists/3zUG3MDb1nLCQ73XV93bAg/tracks', 'total': 7}, 'type': 'playlist', 'uri': 'spotify:playlist:3zUG3MDb1nLCQ73XV93bAg'}, {'collaborative': False, 'description': '', 'external_urls': {'spotify': 'https://open.spotify.com/playlist/2K4HQVN2rBq4TXtk53eklJ'}, 'href': 'https://api.spotify.com/v1/playlists/2K4HQVN2rBq4TXtk53eklJ', 'id': '2K4HQVN2rBq4TXtk53eklJ', 'images': [{'height': 640, 'url': 'https://mosaic.scdn.co/640/ab67616d00001e02249f764814d57dc5dfc462c7ab67616d00001e029a903819d8a5d3c80c47734cab67616d00001e02df8680015ddf76e5c444849fab67616d00001e02f558c1088e54800f86fe2cf3', 'width': 640}, {'height': 300, 'url': 'https://mosaic.scdn.co/300/ab67616d00001e02249f764814d57dc5dfc462c7ab67616d00001e029a903819d8a5d3c80c47734cab67616d00001e02df8680015ddf76e5c444849fab67616d00001e02f558c1088e54800f86fe2cf3', 'width': 300}, {'height': 60, 'url': 'https://mosaic.scdn.co/60/ab67616d00001e02249f764814d57dc5dfc462c7ab67616d00001e029a903819d8a5d3c80c47734cab67616d00001e02df8680015ddf76e5c444849fab67616d00001e02f558c1088e54800f86fe2cf3', 'width': 60}], 'name': 'Best of Charts 2024', 'owner': {'display_name': 'MaikysuN', 'external_urls': {'spotify': 'https://open.spotify.com/user/maikysun'}, 'href': 'https://api.spotify.com/v1/users/maikysun', 'id': 'maikysun', 'type': 'user', 'uri': 'spotify:user:maikysun'}, 'primary_color': None, 'public': True, 'snapshot_id': 'AAAAFj2kVbsEN1Z/0wthDHru124Lquyt', 'tracks': {'href': 'https://api.spotify.com/v1/playlists/2K4HQVN2rBq4TXtk53eklJ/tracks', 'total': 21}, 'type': 'playlist', 'uri': 'spotify:playlist:2K4HQVN2rBq4TXtk53eklJ'}, {'collaborative': False, 'description': '', 'external_urls': {'spotify': 'https://open.spotify.com/playlist/78HKNri8la0eUSA4AyhsHl'}, 'href': 'https://api.spotify.com/v1/playlists/78HKNri8la0eUSA4AyhsHl', 'id': '78HKNri8la0eUSA4AyhsHl', 'images': [{'height': 640, 'url': 'https://mosaic.scdn.co/640/ab67616d00001e02ba26055738cf3357d4a2f167ab67616d00001e02ba5db46f4b838ef6027e6f96ab67616d00001e02ecc85fdb4ae7e3a478ccccb3ab67616d00001e02f1294bdd9cad014c9d01fa1d', 'width': 640}, {'height': 300, 'url': 'https://mosaic.scdn.co/300/ab67616d00001e02ba26055738cf3357d4a2f167ab67616d00001e02ba5db46f4b838ef6027e6f96ab67616d00001e02ecc85fdb4ae7e3a478ccccb3ab67616d00001e02f1294bdd9cad014c9d01fa1d', 'width': 300}, {'height': 60, 'url': 'https://mosaic.scdn.co/60/ab67616d00001e02ba26055738cf3357d4a2f167ab67616d00001e02ba5db46f4b838ef6027e6f96ab67616d00001e02ecc85fdb4ae7e3a478ccccb3ab67616d00001e02f1294bdd9cad014c9d01fa1d', 'width': 60}], 'name': 'Hochzeit', 'owner': {'display_name': 'MaikysuN', 'external_urls': {'spotify': 'https://open.spotify.com/user/maikysun'}, 'href': 'https://api.spotify.com/v1/users/maikysun', 'id': 'maikysun', 'type': 'user', 'uri': 'spotify:user:maikysun'}, 'primary_color': None, 'public': True, 'snapshot_id': 'AAAACTFjKOhm4iZ56ceitPStUp29bt4Q', 'tracks': {'href': 'https://api.spotify.com/v1/playlists/78HKNri8la0eUSA4AyhsHl/tracks', 'total': 7}, 'type': 'playlist', 'uri': 'spotify:playlist:78HKNri8la0eUSA4AyhsHl'}, {'collaborative': False, 'description': '', 'external_urls': {'spotify': 'https://open.spotify.com/playlist/75y92uVmJcIC4ELFCO1r3f'}, 'href': 'https://api.spotify.com/v1/playlists/75y92uVmJcIC4ELFCO1r3f', 'id': '75y92uVmJcIC4ELFCO1r3f', 'images': [{'height': 640, 'url': 'https://mosaic.scdn.co/640/ab67616d00001e022120ff3ce98436f0715b38c6ab67616d00001e02486424f6af211cb4f7e46585ab67616d00001e024db9d010717d936878757c97ab67616d00001e027e51ffd6a2e8f77ffd56bb8f', 'width': 640}, {'height': 300, 'url': 'https://mosaic.scdn.co/300/ab67616d00001e022120ff3ce98436f0715b38c6ab67616d00001e02486424f6af211cb4f7e46585ab67616d00001e024db9d010717d936878757c97ab67616d00001e027e51ffd6a2e8f77ffd56bb8f', 'width': 300}, {'height': 60, 'url': 'https://mosaic.scdn.co/60/ab67616d00001e022120ff3ce98436f0715b38c6ab67616d00001e02486424f6af211cb4f7e46585ab67616d00001e024db9d010717d936878757c97ab67616d00001e027e51ffd6a2e8f77ffd56bb8f', 'width': 60}], 'name': 'HOCHZEIT 2024', 'owner': {'display_name': 'Carolin Brede', 'external_urls': {'spotify': 'https://open.spotify.com/user/21jcwwc7lcvevl22w7jbqm4eq'}, 'href': 'https://api.spotify.com/v1/users/21jcwwc7lcvevl22w7jbqm4eq', 'id': '21jcwwc7lcvevl22w7jbqm4eq', 'type': 'user', 'uri': 'spotify:user:21jcwwc7lcvevl22w7jbqm4eq'}, 'primary_color': None, 'public': True, 'snapshot_id': 'AAAAVwjFX013Y1QWK5e7PjIFNCxTnYbo', 'tracks': {'href': 'https://api.spotify.com/v1/playlists/75y92uVmJcIC4ELFCO1r3f/tracks', 'total': 76}, 'type': 'playlist', 'uri': 'spotify:playlist:75y92uVmJcIC4ELFCO1r3f'}, {'collaborative': False, 'description': '', 'external_urls': {'spotify': 'https://open.spotify.com/playlist/64bdHS1p9tnStD8hTpi15Q'}, 'href': 'https://api.spotify.com/v1/playlists/64bdHS1p9tnStD8hTpi15Q', 'id': '64bdHS1p9tnStD8hTpi15Q', 'images': [{'height': 640, 'url': 'https://mosaic.scdn.co/640/ab67616d00001e023a31243d2cf733c1ab9edadcab67616d00001e02496b182a94869a9dec08df5dab67616d00001e025a35678e9f9c1c52dfe088fbab67616d00001e02c20abc07f90c48c46fabc672', 'width': 640}, {'height': 300, 'url': 'https://mosaic.scdn.co/300/ab67616d00001e023a31243d2cf733c1ab9edadcab67616d00001e02496b182a94869a9dec08df5dab67616d00001e025a35678e9f9c1c52dfe088fbab67616d00001e02c20abc07f90c48c46fabc672', 'width': 300}, {'height': 60, 'url': 'https://mosaic.scdn.co/60/ab67616d00001e023a31243d2cf733c1ab9edadcab67616d00001e02496b182a94869a9dec08df5dab67616d00001e025a35678e9f9c1c52dfe088fbab67616d00001e02c20abc07f90c48c46fabc672', 'width': 60}], 'name': 'Partymix+Tekk', 'owner': {'display_name': 'MaikysuN', 'external_urls': {'spotify': 'https://open.spotify.com/user/maikysun'}, 'href': 'https://api.spotify.com/v1/users/maikysun', 'id': 'maikysun', 'type': 'user', 'uri': 'spotify:user:maikysun'}, 'primary_color': None, 'public': False, 'snapshot_id': 'AAAAOtjp5BFk78j5Mr6d4LDw9NcbvHdC', 'tracks': {'href': 'https://api.spotify.com/v1/playlists/64bdHS1p9tnStD8hTpi15Q/tracks', 'total': 389}, 'type': 'playlist', 'uri': 'spotify:playlist:64bdHS1p9tnStD8hTpi15Q'}, {'collaborative': False, 'description': 'House it is🌴                      IG: @househeads.daily          Classics • New House • Dance • Trance • light Techno - Fresh updates guaranteed! Albufeira, Zante, Split, Mykonos, Ibiza, Zakynthos.', 'external_urls': {'spotify': 'https://open.spotify.com/playlist/0VOAN9xDA8SuoSvOhzR6YO'}, 'href': 'https://api.spotify.com/v1/playlists/0VOAN9xDA8SuoSvOhzR6YO', 'id': '0VOAN9xDA8SuoSvOhzR6YO', 'images': [{'height': None, 'url': 'https://image-cdn-ak.spotifycdn.com/image/ab67706c0000da84fdc95578591af956fca8fa38', 'width': None}], 'name': 'Summer house techno ‘24🥂🪩', 'owner': {'display_name': 'Househeads Daily', 'external_urls': {'spotify': 'https://open.spotify.com/user/u80ftjiztqjayqoenkoo1v08v'}, 'href': 'https://api.spotify.com/v1/users/u80ftjiztqjayqoenkoo1v08v', 'id': 'u80ftjiztqjayqoenkoo1v08v', 'type': 'user', 'uri': 'spotify:user:u80ftjiztqjayqoenkoo1v08v'}, 'primary_color': None, 'public': True, 'snapshot_id': 'AAABdzkC4yKrG7Q8g4wUN86dtfOj3tKL', 'tracks': {'href': 'https://api.spotify.com/v1/playlists/0VOAN9xDA8SuoSvOhzR6YO/tracks', 'total': 144}, 'type': 'playlist', 'uri': 'spotify:playlist:0VOAN9xDA8SuoSvOhzR6YO'}, {'collaborative': False, 'description': '', 'external_urls': {'spotify': 'https://open.spotify.com/playlist/6SkPSLVvv7veEw4yQQOgyh'}, 'href': 'https://api.spotify.com/v1/playlists/6SkPSLVvv7veEw4yQQOgyh', 'id': '6SkPSLVvv7veEw4yQQOgyh', 'images': [{'height': 640, 'url': 'https://mosaic.scdn.co/640/ab67616d00001e021ab2a1683ee8b7fcbc997510ab67616d00001e024a052b99c042dc15f933145bab67616d00001e02753c41c7fdc5e78ba017bbf5ab67616d00001e02c2ced39899b0d67cd5a724fa', 'width': 640}, {'height': 300, 'url': 'https://mosaic.scdn.co/300/ab67616d00001e021ab2a1683ee8b7fcbc997510ab67616d00001e024a052b99c042dc15f933145bab67616d00001e02753c41c7fdc5e78ba017bbf5ab67616d00001e02c2ced39899b0d67cd5a724fa', 'width': 300}, {'height': 60, 'url': 'https://mosaic.scdn.co/60/ab67616d00001e021ab2a1683ee8b7fcbc997510ab67616d00001e024a052b99c042dc15f933145bab67616d00001e02753c41c7fdc5e78ba017bbf5ab67616d00001e02c2ced39899b0d67cd5a724fa', 'width': 60}], 'name': 'Osterfeuer', 'owner': {'display_name': 'MaikysuN', 'external_urls': {'spotify': 'https://open.spotify.com/user/maikysun'}, 'href': 'https://api.spotify.com/v1/users/maikysun', 'id': 'maikysun', 'type': 'user', 'uri': 'spotify:user:maikysun'}, 'primary_color': None, 'public': True, 'snapshot_id': 'AAAACaLqoipUvA7zT3Xetfvmf8EDfJk2', 'tracks': {'href': 'https://api.spotify.com/v1/playlists/6SkPSLVvv7veEw4yQQOgyh/tracks', 'total': 645}, 'type': 'playlist', 'uri': 'spotify:playlist:6SkPSLVvv7veEw4yQQOgyh'}, {'collaborative': False, 'description': 'This playlist includes some content in Spatial Audio with Dolby Atmos.Mixing recent hits with the occasional old favourite, this playlist showcases the lighter side of modern pop—music you can unwind to without drifting away. Lean back, relax, and ', 'external_urls': {'spotify': 'https://open.spotify.com/playlist/26iceT1W09Gv9UX2sjDgpj'}, 'href': 'https://api.spotify.com/v1/playlists/26iceT1W09Gv9UX2sjDgpj', 'id': '26iceT1W09Gv9UX2sjDgpj', 'images': [{'height': None, 'url': 'https://image-cdn-ak.spotifycdn.com/image/ab67706c0000da842576b4682f053a1583622ce7', 'width': None}], 'name': 'Today’s Easy Hits', 'owner': {'display_name': 'Kim', 'external_urls': {'spotify': 'https://open.spotify.com/user/ewm0rho13v6ne09umcv2otycj'}, 'href': 'https://api.spotify.com/v1/users/ewm0rho13v6ne09umcv2otycj', 'id': 'ewm0rho13v6ne09umcv2otycj', 'type': 'user', 'uri': 'spotify:user:ewm0rho13v6ne09umcv2otycj'}, 'primary_color': None, 'public': True, 'snapshot_id': 'AAAABTYYeguPs9OOWB9xH1LodOYaPF3U', 'tracks': {'href': 'https://api.spotify.com/v1/playlists/26iceT1W09Gv9UX2sjDgpj/tracks', 'total': 100}, 'type': 'playlist', 'uri': 'spotify:playlist:26iceT1W09Gv9UX2sjDgpj'}, {'collaborative': False, 'description': '', 'external_urls': {'spotify': 'https://open.spotify.com/playlist/7oz0J6IfApjcNxFI9Qlze8'}, 'href': 'https://api.spotify.com/v1/playlists/7oz0J6IfApjcNxFI9Qlze8', 'id': '7oz0J6IfApjcNxFI9Qlze8', 'images': [{'height': 640, 'url': 'https://mosaic.scdn.co/640/ab67616d00001e02a69f71a8794e2d867a52f98fab67616d00001e02d2a9744ce3913664175e9197ab67616d00001e02f4a2ccbe20d6d52f16816812ab67616d00001e02f5e30500f0eec7d92b159eae', 'width': 640}, {'height': 300, 'url': 'https://mosaic.scdn.co/300/ab67616d00001e02a69f71a8794e2d867a52f98fab67616d00001e02d2a9744ce3913664175e9197ab67616d00001e02f4a2ccbe20d6d52f16816812ab67616d00001e02f5e30500f0eec7d92b159eae', 'width': 300}, {'height': 60, 'url': 'https://mosaic.scdn.co/60/ab67616d00001e02a69f71a8794e2d867a52f98fab67616d00001e02d2a9744ce3913664175e9197ab67616d00001e02f4a2ccbe20d6d52f16816812ab67616d00001e02f5e30500f0eec7d92b159eae', 'width': 60}], 'name': 'Final Songs', 'owner': {'display_name': 'MaikysuN', 'external_urls': {'spotify': 'https://open.spotify.com/user/maikysun'}, 'href': 'https://api.spotify.com/v1/users/maikysun', 'id': 'maikysun', 'type': 'user', 'uri': 'spotify:user:maikysun'}, 'primary_color': None, 'public': False, 'snapshot_id': 'AAAABoYtqwlNHKRPHwHGXb2NRk7DgUmN', 'tracks': {'href': 'https://api.spotify.com/v1/playlists/7oz0J6IfApjcNxFI9Qlze8/tracks', 'total': 5}, 'type': 'playlist', 'uri': 'spotify:playlist:7oz0J6IfApjcNxFI9Qlze8'}, {'collaborative': False, 'description': '', 'external_urls': {'spotify': 'https://open.spotify.com/playlist/1JohmFelhrHPHz6JivGc0f'}, 'href': 'https://api.spotify.com/v1/playlists/1JohmFelhrHPHz6JivGc0f', 'id': '1JohmFelhrHPHz6JivGc0f', 'images': [{'height': 640, 'url': 'https://mosaic.scdn.co/640/ab67616d00001e0212660c7ff42e5a5145b4c800ab67616d00001e02254d52cdca268827d5089a69ab67616d00001e023ca1eb1a4276eaf60834710bab67616d00001e02daa767b11ea7029dd21852ae', 'width': 640}, {'height': 300, 'url': 'https://mosaic.scdn.co/300/ab67616d00001e0212660c7ff42e5a5145b4c800ab67616d00001e02254d52cdca268827d5089a69ab67616d00001e023ca1eb1a4276eaf60834710bab67616d00001e02daa767b11ea7029dd21852ae', 'width': 300}, {'height': 60, 'url': 'https://mosaic.scdn.co/60/ab67616d00001e0212660c7ff42e5a5145b4c800ab67616d00001e02254d52cdca268827d5089a69ab67616d00001e023ca1eb1a4276eaf60834710bab67616d00001e02daa767b11ea7029dd21852ae', 'width': 60}], 'name': '90er Remix Dance', 'owner': {'display_name': 'MATTHEW SHERRIXX', 'external_urls': {'spotify': 'https://open.spotify.com/user/11171034207'}, 'href': 'https://api.spotify.com/v1/users/11171034207', 'id': '11171034207', 'type': 'user', 'uri': 'spotify:user:11171034207'}, 'primary_color': None, 'public': True, 'snapshot_id': 'AAAAdIuM8DB5OHysSiE5bzVJoLK1uQrH', 'tracks': {'href': 'https://api.spotify.com/v1/playlists/1JohmFelhrHPHz6JivGc0f/tracks', 'total': 101}, 'type': 'playlist', 'uri': 'spotify:playlist:1JohmFelhrHPHz6JivGc0f'}, {'collaborative': False, 'description': '', 'external_urls': {'spotify': 'https://open.spotify.com/playlist/1EnCoxWDEYg14i2is8mi5J'}, 'href': 'https://api.spotify.com/v1/playlists/1EnCoxWDEYg14i2is8mi5J', 'id': '1EnCoxWDEYg14i2is8mi5J', 'images': [{'height': 640, 'url': 'https://mosaic.scdn.co/640/ab67616d00001e023270f60f7107834eb3df31e5ab67616d00001e02aaf796449ef2b13ba82353bbab67616d00001e02c58e22815048f8dfb1aa8bd0ab67616d00001e02f65b1ca381b8025bb64133cd', 'width': 640}, {'height': 300, 'url': 'https://mosaic.scdn.co/300/ab67616d00001e023270f60f7107834eb3df31e5ab67616d00001e02aaf796449ef2b13ba82353bbab67616d00001e02c58e22815048f8dfb1aa8bd0ab67616d00001e02f65b1ca381b8025bb64133cd', 'width': 300}, {'height': 60, 'url': 'https://mosaic.scdn.co/60/ab67616d00001e023270f60f7107834eb3df31e5ab67616d00001e02aaf796449ef2b13ba82353bbab67616d00001e02c58e22815048f8dfb1aa8bd0ab67616d00001e02f65b1ca381b8025bb64133cd', 'width': 60}], 'name': 'Best of Charts 2023', 'owner': {'display_name': 'MaikysuN', 'external_urls': {'spotify': 'https://open.spotify.com/user/maikysun'}, 'href': 'https://api.spotify.com/v1/users/maikysun', 'id': 'maikysun', 'type': 'user', 'uri': 'spotify:user:maikysun'}, 'primary_color': None, 'public': True, 'snapshot_id': 'AAAAK72KwbamnfaomqnGa93PyNLNNJgz', 'tracks': {'href': 'https://api.spotify.com/v1/playlists/1EnCoxWDEYg14i2is8mi5J/tracks', 'total': 39}, 'type': 'playlist', 'uri': 'spotify:playlist:1EnCoxWDEYg14i2is8mi5J'}, {'collaborative': False, 'description': '', 'external_urls': {'spotify': 'https://open.spotify.com/playlist/6jLP0Jl04NDldkSuaQktQ7'}, 'href': 'https://api.spotify.com/v1/playlists/6jLP0Jl04NDldkSuaQktQ7', 'id': '6jLP0Jl04NDldkSuaQktQ7', 'images': [{'height': 640, 'url': 'https://mosaic.scdn.co/640/ab67616d00001e02495d0b5d762c0af994eb8834ab67616d00001e027f41dbed0bf0411898df1128ab67616d00001e029f5cce8304c42d3a5463fd23ab67616d00001e02ef37416970812293c08e8a78', 'width': 640}, {'height': 300, 'url': 'https://mosaic.scdn.co/300/ab67616d00001e02495d0b5d762c0af994eb8834ab67616d00001e027f41dbed0bf0411898df1128ab67616d00001e029f5cce8304c42d3a5463fd23ab67616d00001e02ef37416970812293c08e8a78', 'width': 300}, {'height': 60, 'url': 'https://mosaic.scdn.co/60/ab67616d00001e02495d0b5d762c0af994eb8834ab67616d00001e027f41dbed0bf0411898df1128ab67616d00001e029f5cce8304c42d3a5463fd23ab67616d00001e02ef37416970812293c08e8a78', 'width': 60}], 'name': 'Party 16.12.2023', 'owner': {'display_name': 'MaikysuN', 'external_urls': {'spotify': 'https://open.spotify.com/user/maikysun'}, 'href': 'https://api.spotify.com/v1/users/maikysun', 'id': 'maikysun', 'type': 'user', 'uri': 'spotify:user:maikysun'}, 'primary_color': None, 'public': False, 'snapshot_id': 'AAAAMueIGeclGENhKZOrQOdF5V2S/Of5', 'tracks': {'href': 'https://api.spotify.com/v1/playlists/6jLP0Jl04NDldkSuaQktQ7/tracks', 'total': 110}, 'type': 'playlist', 'uri': 'spotify:playlist:6jLP0Jl04NDldkSuaQktQ7'}, {'collaborative': False, 'description': '', 'external_urls': {'spotify': 'https://open.spotify.com/playlist/02dElPWhNVfg0a4FrR8cwq'}, 'href': 'https://api.spotify.com/v1/playlists/02dElPWhNVfg0a4FrR8cwq', 'id': '02dElPWhNVfg0a4FrR8cwq', 'images': [{'height': 640, 'url': 'https://mosaic.scdn.co/640/ab67616d00001e02433432b932aa452b4bb9bca1ab67616d00001e0246718115b2b40fc67115657fab67616d00001e02570604e1122677de05b7cc62ab67616d00001e02ff28054395ccc6ad0ec6cd30', 'width': 640}, {'height': 300, 'url': 'https://mosaic.scdn.co/300/ab67616d00001e02433432b932aa452b4bb9bca1ab67616d00001e0246718115b2b40fc67115657fab67616d00001e02570604e1122677de05b7cc62ab67616d00001e02ff28054395ccc6ad0ec6cd30', 'width': 300}, {'height': 60, 'url': 'https://mosaic.scdn.co/60/ab67616d00001e02433432b932aa452b4bb9bca1ab67616d00001e0246718115b2b40fc67115657fab67616d00001e02570604e1122677de05b7cc62ab67616d00001e02ff28054395ccc6ad0ec6cd30', 'width': 60}], 'name': 'Tekk Vibes', 'owner': {'display_name': 'MaikysuN', 'external_urls': {'spotify': 'https://open.spotify.com/user/maikysun'}, 'href': 'https://api.spotify.com/v1/users/maikysun', 'id': 'maikysun', 'type': 'user', 'uri': 'spotify:user:maikysun'}, 'primary_color': None, 'public': True, 'snapshot_id': 'AAAAOu1Y9ZNeuLeM8oLEY5jaDGRREcSr', 'tracks': {'href': 'https://api.spotify.com/v1/playlists/02dElPWhNVfg0a4FrR8cwq/tracks', 'total': 55}, 'type': 'playlist', 'uri': 'spotify:playlist:02dElPWhNVfg0a4FrR8cwq'}, None, {'collaborative': False, 'description': '', 'external_urls': {'spotify': 'https://open.spotify.com/playlist/4A2kh5hrJPIGVGvff6rX7r'}, 'href': 'https://api.spotify.com/v1/playlists/4A2kh5hrJPIGVGvff6rX7r', 'id': '4A2kh5hrJPIGVGvff6rX7r', 'images': [{'height': None, 'url': 'https://image-cdn-ak.spotifycdn.com/image/ab67706c0000da8463dc9ed3b3402ecd1cfad55c', 'width': None}], 'name': 'Kris mag Hardstyle ? ', 'owner': {'display_name': 'Kris Sochor', 'external_urls': {'spotify': 'https://open.spotify.com/user/1138852250'}, 'href': 'https://api.spotify.com/v1/users/1138852250', 'id': '1138852250', 'type': 'user', 'uri': 'spotify:user:1138852250'}, 'primary_color': None, 'public': True, 'snapshot_id': 'AAAAjgwCY0gkGi5Bw+1gXTJWQBzvs0Kk', 'tracks': {'href': 'https://api.spotify.com/v1/playlists/4A2kh5hrJPIGVGvff6rX7r/tracks', 'total': 136}, 'type': 'playlist', 'uri': 'spotify:playlist:4A2kh5hrJPIGVGvff6rX7r'}, {'collaborative': False, 'description': '', 'external_urls': {'spotify': 'https://open.spotify.com/playlist/2c6SH8XBnhk3hTI6Afki8b'}, 'href': 'https://api.spotify.com/v1/playlists/2c6SH8XBnhk3hTI6Afki8b', 'id': '2c6SH8XBnhk3hTI6Afki8b', 'images': [{'height': 640, 'url': 'https://mosaic.scdn.co/640/ab67616d00001e027de3846bbf42a31cbff62f64ab67616d00001e02ab580fab750cc9baf0d52b5cab67616d00001e02ae373174b14e3eac81554402ab67616d00001e02ca13de8e1e9468cb8a21daa9', 'width': 640}, {'height': 300, 'url': 'https://mosaic.scdn.co/300/ab67616d00001e027de3846bbf42a31cbff62f64ab67616d00001e02ab580fab750cc9baf0d52b5cab67616d00001e02ae373174b14e3eac81554402ab67616d00001e02ca13de8e1e9468cb8a21daa9', 'width': 300}, {'height': 60, 'url': 'https://mosaic.scdn.co/60/ab67616d00001e027de3846bbf42a31cbff62f64ab67616d00001e02ab580fab750cc9baf0d52b5cab67616d00001e02ae373174b14e3eac81554402ab67616d00001e02ca13de8e1e9468cb8a21daa9', 'width': 60}], 'name': 'en französisch', 'owner': {'display_name': 'MaikysuN', 'external_urls': {'spotify': 'https://open.spotify.com/user/maikysun'}, 'href': 'https://api.spotify.com/v1/users/maikysun', 'id': 'maikysun', 'type': 'user', 'uri': 'spotify:user:maikysun'}, 'primary_color': None, 'public': True, 'snapshot_id': 'AAAAUt+gLAOBIDJoODOVGH1rbGzePIK5', 'tracks': {'href': 'https://api.spotify.com/v1/playlists/2c6SH8XBnhk3hTI6Afki8b/tracks', 'total': 76}, 'type': 'playlist', 'uri': 'spotify:playlist:2c6SH8XBnhk3hTI6Afki8b'}, None, {'collaborative': False, 'description': 'songs i have on repeat', 'external_urls': {'spotify': 'https://open.spotify.com/playlist/6kyGGpM3OW4loOlvbChbtk'}, 'href': 'https://api.spotify.com/v1/playlists/6kyGGpM3OW4loOlvbChbtk', 'id': '6kyGGpM3OW4loOlvbChbtk', 'images': [{'height': None, 'url': 'https://image-cdn-fa.spotifycdn.com/image/ab67706c0000da84f982e4a150dcd5d3dc038def', 'width': None}], 'name': 'folk house 🐎', 'owner': {'display_name': 'buntofficial', 'external_urls': {'spotify': 'https://open.spotify.com/user/buntofficial'}, 'href': 'https://api.spotify.com/v1/users/buntofficial', 'id': 'buntofficial', 'type': 'user', 'uri': 'spotify:user:buntofficial'}, 'primary_color': None, 'public': True, 'snapshot_id': 'AAABiMzzoaHozmeLOPKQhQJI7V7l6thh', 'tracks': {'href': 'https://api.spotify.com/v1/playlists/6kyGGpM3OW4loOlvbChbtk/tracks', 'total': 142}, 'type': 'playlist', 'uri': 'spotify:playlist:6kyGGpM3OW4loOlvbChbtk'}, {'collaborative': False, 'description': '', 'external_urls': {'spotify': 'https://open.spotify.com/playlist/7mMQjnS9geJZfNjtYHs65I'}, 'href': 'https://api.spotify.com/v1/playlists/7mMQjnS9geJZfNjtYHs65I', 'id': '7mMQjnS9geJZfNjtYHs65I', 'images': [{'height': 640, 'url': 'https://mosaic.scdn.co/640/ab67616d00001e0202bd49ca07766f0c4ab77cc1ab67616d00001e027c3f1365062a70633520b480ab67616d00001e02b912d4c6b8d0587aff34e8aeab67616d00001e02f83bfd6cf0933fa91a53b069', 'width': 640}, {'height': 300, 'url': 'https://mosaic.scdn.co/300/ab67616d00001e0202bd49ca07766f0c4ab77cc1ab67616d00001e027c3f1365062a70633520b480ab67616d00001e02b912d4c6b8d0587aff34e8aeab67616d00001e02f83bfd6cf0933fa91a53b069', 'width': 300}, {'height': 60, 'url': 'https://mosaic.scdn.co/60/ab67616d00001e0202bd49ca07766f0c4ab77cc1ab67616d00001e027c3f1365062a70633520b480ab67616d00001e02b912d4c6b8d0587aff34e8aeab67616d00001e02f83bfd6cf0933fa91a53b069', 'width': 60}], 'name': 'Ballermann', 'owner': {'display_name': 'MaikysuN', 'external_urls': {'spotify': 'https://open.spotify.com/user/maikysun'}, 'href': 'https://api.spotify.com/v1/users/maikysun', 'id': 'maikysun', 'type': 'user', 'uri': 'spotify:user:maikysun'}, 'primary_color': None, 'public': False, 'snapshot_id': 'AAAAP41swuLalC1w656vnC5JtjktFPFq', 'tracks': {'href': 'https://api.spotify.com/v1/playlists/7mMQjnS9geJZfNjtYHs65I/tracks', 'total': 61}, 'type': 'playlist', 'uri': 'spotify:playlist:7mMQjnS9geJZfNjtYHs65I'}, {'collaborative': False, 'description': 'Die von renommierten Kuratoren selektierten Banger für bodenlosen Suff im Schnee.', 'external_urls': {'spotify': 'https://open.spotify.com/playlist/0Yr9eYU050MzBavKTXiHda'}, 'href': 'https://api.spotify.com/v1/playlists/0Yr9eYU050MzBavKTXiHda', 'id': '0Yr9eYU050MzBavKTXiHda', 'images': [{'height': 640, 'url': 'https://mosaic.scdn.co/640/ab67616d00001e027ccafdbddb58d33d5d75f12cab67616d00001e0282c0cc792fd477016fafbf17ab67616d00001e02acc1a7eec5aa95d0c7f82a92ab67616d00001e02c7aa3d5122de81c36ba5a8ce', 'width': 640}, {'height': 300, 'url': 'https://mosaic.scdn.co/300/ab67616d00001e027ccafdbddb58d33d5d75f12cab67616d00001e0282c0cc792fd477016fafbf17ab67616d00001e02acc1a7eec5aa95d0c7f82a92ab67616d00001e02c7aa3d5122de81c36ba5a8ce', 'width': 300}, {'height': 60, 'url': 'https://mosaic.scdn.co/60/ab67616d00001e027ccafdbddb58d33d5d75f12cab67616d00001e0282c0cc792fd477016fafbf17ab67616d00001e02acc1a7eec5aa95d0c7f82a92ab67616d00001e02c7aa3d5122de81c36ba5a8ce', 'width': 60}], 'name': 'Söldibums', 'owner': {'display_name': 'MaikysuN', 'external_urls': {'spotify': 'https://open.spotify.com/user/maikysun'}, 'href': 'https://api.spotify.com/v1/users/maikysun', 'id': 'maikysun', 'type': 'user', 'uri': 'spotify:user:maikysun'}, 'primary_color': None, 'public': True, 'snapshot_id': 'AAAAIyaPR4agYHZsrCN2rYB5N1lMm0iJ', 'tracks': {'href': 'https://api.spotify.com/v1/playlists/0Yr9eYU050MzBavKTXiHda/tracks', 'total': 29}, 'type': 'playlist', 'uri': 'spotify:playlist:0Yr9eYU050MzBavKTXiHda'}, {'collaborative': False, 'description': '', 'external_urls': {'spotify': 'https://open.spotify.com/playlist/7M5tUDyK8AUi3L1i7azUNb'}, 'href': 'https://api.spotify.com/v1/playlists/7M5tUDyK8AUi3L1i7azUNb', 'id': '7M5tUDyK8AUi3L1i7azUNb', 'images': [{'height': 640, 'url': 'https://mosaic.scdn.co/640/ab67616d00001e022842f743ebd32235bceb43d3ab67616d00001e0237940571b0be91d69b5fd0d6ab67616d00001e0237a5984b005b52728ca6754aab67616d00001e02ba26678947112dff3c3158bf', 'width': 640}, {'height': 300, 'url': 'https://mosaic.scdn.co/300/ab67616d00001e022842f743ebd32235bceb43d3ab67616d00001e0237940571b0be91d69b5fd0d6ab67616d00001e0237a5984b005b52728ca6754aab67616d00001e02ba26678947112dff3c3158bf', 'width': 300}, {'height': 60, 'url': 'https://mosaic.scdn.co/60/ab67616d00001e022842f743ebd32235bceb43d3ab67616d00001e0237940571b0be91d69b5fd0d6ab67616d00001e0237a5984b005b52728ca6754aab67616d00001e02ba26678947112dff3c3158bf', 'width': 60}], 'name': 'Best of Charts 2020-2023', 'owner': {'display_name': 'MaikysuN', 'external_urls': {'spotify': 'https://open.spotify.com/user/maikysun'}, 'href': 'https://api.spotify.com/v1/users/maikysun', 'id': 'maikysun', 'type': 'user', 'uri': 'spotify:user:maikysun'}, 'primary_color': None, 'public': True, 'snapshot_id': 'AAAAR7GLx3QH34IMf2AzwjkkmO8mmxpY', 'tracks': {'href': 'https://api.spotify.com/v1/playlists/7M5tUDyK8AUi3L1i7azUNb/tracks', 'total': 158}, 'type': 'playlist', 'uri': 'spotify:playlist:7M5tUDyK8AUi3L1i7azUNb'}, {'collaborative': False, 'description': '', 'external_urls': {'spotify': 'https://open.spotify.com/playlist/4UfAJ8O2uOjKyG43gPRHrk'}, 'href': 'https://api.spotify.com/v1/playlists/4UfAJ8O2uOjKyG43gPRHrk', 'id': '4UfAJ8O2uOjKyG43gPRHrk', 'images': [{'height': 640, 'url': 'https://mosaic.scdn.co/640/ab67616d00001e022b35f0d4aa627c4cb238954eab67616d00001e02495d0b5d762c0af994eb8834ab67616d00001e027f41dbed0bf0411898df1128ab67616d00001e02b1092c02972b0bfd91703f75', 'width': 640}, {'height': 300, 'url': 'https://mosaic.scdn.co/300/ab67616d00001e022b35f0d4aa627c4cb238954eab67616d00001e02495d0b5d762c0af994eb8834ab67616d00001e027f41dbed0bf0411898df1128ab67616d00001e02b1092c02972b0bfd91703f75', 'width': 300}, {'height': 60, 'url': 'https://mosaic.scdn.co/60/ab67616d00001e022b35f0d4aa627c4cb238954eab67616d00001e02495d0b5d762c0af994eb8834ab67616d00001e027f41dbed0bf0411898df1128ab67616d00001e02b1092c02972b0bfd91703f75', 'width': 60}], 'name': '60. Geburtstag', 'owner': {'display_name': 'MaikysuN', 'external_urls': {'spotify': 'https://open.spotify.com/user/maikysun'}, 'href': 'https://api.spotify.com/v1/users/maikysun', 'id': 'maikysun', 'type': 'user', 'uri': 'spotify:user:maikysun'}, 'primary_color': None, 'public': False, 'snapshot_id': 'AAAAwPTfgtDRvlonnFDKxyPLguEFw/aP', 'tracks': {'href': 'https://api.spotify.com/v1/playlists/4UfAJ8O2uOjKyG43gPRHrk/tracks', 'total': 106}, 'type': 'playlist', 'uri': 'spotify:playlist:4UfAJ8O2uOjKyG43gPRHrk'}, {'collaborative': False, 'description': '', 'external_urls': {'spotify': 'https://open.spotify.com/playlist/5vB877asrhiTbwTdVKGr6v'}, 'href': 'https://api.spotify.com/v1/playlists/5vB877asrhiTbwTdVKGr6v', 'id': '5vB877asrhiTbwTdVKGr6v', 'images': [{'height': 640, 'url': 'https://mosaic.scdn.co/640/ab67616d00001e022842f743ebd32235bceb43d3ab67616d00001e023186ac15ceeb6702777ce370ab67616d00001e0237940571b0be91d69b5fd0d6ab67616d00001e0253a2e11c1bde700722fecd2e', 'width': 640}, {'height': 300, 'url': 'https://mosaic.scdn.co/300/ab67616d00001e022842f743ebd32235bceb43d3ab67616d00001e023186ac15ceeb6702777ce370ab67616d00001e0237940571b0be91d69b5fd0d6ab67616d00001e0253a2e11c1bde700722fecd2e', 'width': 300}, {'height': 60, 'url': 'https://mosaic.scdn.co/60/ab67616d00001e022842f743ebd32235bceb43d3ab67616d00001e023186ac15ceeb6702777ce370ab67616d00001e0237940571b0be91d69b5fd0d6ab67616d00001e0253a2e11c1bde700722fecd2e', 'width': 60}], 'name': 'Best of Charts 2022', 'owner': {'display_name': 'MaikysuN', 'external_urls': {'spotify': 'https://open.spotify.com/user/maikysun'}, 'href': 'https://api.spotify.com/v1/users/maikysun', 'id': 'maikysun', 'type': 'user', 'uri': 'spotify:user:maikysun'}, 'primary_color': None, 'public': True, 'snapshot_id': 'AAAAO6CvHqNj/T5ai4Fn9OQAWyHKoukL', 'tracks': {'href': 'https://api.spotify.com/v1/playlists/5vB877asrhiTbwTdVKGr6v/tracks', 'total': 57}, 'type': 'playlist', 'uri': 'spotify:playlist:5vB877asrhiTbwTdVKGr6v'}, {'collaborative': False, 'description': '', 'external_urls': {'spotify': 'https://open.spotify.com/playlist/3NUl0Mqu1YxNEzzLmxcdOM'}, 'href': 'https://api.spotify.com/v1/playlists/3NUl0Mqu1YxNEzzLmxcdOM', 'id': '3NUl0Mqu1YxNEzzLmxcdOM', 'images': [{'height': 640, 'url': 'https://mosaic.scdn.co/640/ab67616d00001e0208448ea923362be5e25df9f0ab67616d00001e02766403457c9555dd94bee998ab67616d00001e028d21d2140ad92857020673ecab67616d00001e02d6c324e58c70e3867cc55bbf', 'width': 640}, {'height': 300, 'url': 'https://mosaic.scdn.co/300/ab67616d00001e0208448ea923362be5e25df9f0ab67616d00001e02766403457c9555dd94bee998ab67616d00001e028d21d2140ad92857020673ecab67616d00001e02d6c324e58c70e3867cc55bbf', 'width': 300}, {'height': 60, 'url': 'https://mosaic.scdn.co/60/ab67616d00001e0208448ea923362be5e25df9f0ab67616d00001e02766403457c9555dd94bee998ab67616d00001e028d21d2140ad92857020673ecab67616d00001e02d6c324e58c70e3867cc55bbf', 'width': 60}], 'name': 'DnB Vibes', 'owner': {'display_name': 'MaikysuN', 'external_urls': {'spotify': 'https://open.spotify.com/user/maikysun'}, 'href': 'https://api.spotify.com/v1/users/maikysun', 'id': 'maikysun', 'type': 'user', 'uri': 'spotify:user:maikysun'}, 'primary_color': None, 'public': True, 'snapshot_id': 'AAAATplTIFbeg1QjpdKq7uHCRZPqncfx', 'tracks': {'href': 'https://api.spotify.com/v1/playlists/3NUl0Mqu1YxNEzzLmxcdOM/tracks', 'total': 68}, 'type': 'playlist', 'uri': 'spotify:playlist:3NUl0Mqu1YxNEzzLmxcdOM'}, {'collaborative': False, 'description': '', 'external_urls': {'spotify': 'https://open.spotify.com/playlist/5MBoiKmy8e5WrfBhZemEtu'}, 'href': 'https://api.spotify.com/v1/playlists/5MBoiKmy8e5WrfBhZemEtu', 'id': '5MBoiKmy8e5WrfBhZemEtu', 'images': [{'height': 640, 'url': 'https://mosaic.scdn.co/640/ab67616d00001e0209c5735e9ed63de615e98afcab67616d00001e0227d3202cdd7e5a933c67c6dbab67616d00001e0284d413b195aac8a69cc6e5c6ab67616d00001e02f1462ebfec5f96421f44dcd3', 'width': 640}, {'height': 300, 'url': 'https://mosaic.scdn.co/300/ab67616d00001e0209c5735e9ed63de615e98afcab67616d00001e0227d3202cdd7e5a933c67c6dbab67616d00001e0284d413b195aac8a69cc6e5c6ab67616d00001e02f1462ebfec5f96421f44dcd3', 'width': 300}, {'height': 60, 'url': 'https://mosaic.scdn.co/60/ab67616d00001e0209c5735e9ed63de615e98afcab67616d00001e0227d3202cdd7e5a933c67c6dbab67616d00001e0284d413b195aac8a69cc6e5c6ab67616d00001e02f1462ebfec5f96421f44dcd3', 'width': 60}], 'name': 'Best of Charts 2021', 'owner': {'display_name': 'MaikysuN', 'external_urls': {'spotify': 'https://open.spotify.com/user/maikysun'}, 'href': 'https://api.spotify.com/v1/users/maikysun', 'id': 'maikysun', 'type': 'user', 'uri': 'spotify:user:maikysun'}, 'primary_color': None, 'public': True, 'snapshot_id': 'AAAAVvHYniw/DGfDDD+oSnK9+MPdvrNv', 'tracks': {'href': 'https://api.spotify.com/v1/playlists/5MBoiKmy8e5WrfBhZemEtu/tracks', 'total': 82}, 'type': 'playlist', 'uri': 'spotify:playlist:5MBoiKmy8e5WrfBhZemEtu'}, None, {'collaborative': False, 'description': '', 'external_urls': {'spotify': 'https://open.spotify.com/playlist/2CFPl07XUyGlYJKA7PXd5E'}, 'href': 'https://api.spotify.com/v1/playlists/2CFPl07XUyGlYJKA7PXd5E', 'id': '2CFPl07XUyGlYJKA7PXd5E', 'images': None, 'name': 'Mixes', 'owner': {'display_name': 'MaikysuN', 'external_urls': {'spotify': 'https://open.spotify.com/user/maikysun'}, 'href': 'https://api.spotify.com/v1/users/maikysun', 'id': 'maikysun', 'type': 'user', 'uri': 'spotify:user:maikysun'}, 'primary_color': None, 'public': False, 'snapshot_id': 'AAAACRgFMHDWFQ7SFNCrh3C/z6y0yzi8', 'tracks': {'href': 'https://api.spotify.com/v1/playlists/2CFPl07XUyGlYJKA7PXd5E/tracks', 'total': 25}, 'type': 'playlist', 'uri': 'spotify:playlist:2CFPl07XUyGlYJKA7PXd5E'}, {'collaborative': False, 'description': '', 'external_urls': {'spotify': 'https://open.spotify.com/playlist/2aH0wUseL1AIAY4t5VFAUn'}, 'href': 'https://api.spotify.com/v1/playlists/2aH0wUseL1AIAY4t5VFAUn', 'id': '2aH0wUseL1AIAY4t5VFAUn', 'images': [{'height': 640, 'url': 'https://mosaic.scdn.co/640/ab67616d00001e022b7d726c7eb9acbdf36f1655ab67616d00001e023ffa6073e06b476132acca21ab67616d00001e0244d82b9de84626e03c30f49fab67616d00001e02c816c31c8d44935c210fe681', 'width': 640}, {'height': 300, 'url': 'https://mosaic.scdn.co/300/ab67616d00001e022b7d726c7eb9acbdf36f1655ab67616d00001e023ffa6073e06b476132acca21ab67616d00001e0244d82b9de84626e03c30f49fab67616d00001e02c816c31c8d44935c210fe681', 'width': 300}, {'height': 60, 'url': 'https://mosaic.scdn.co/60/ab67616d00001e022b7d726c7eb9acbdf36f1655ab67616d00001e023ffa6073e06b476132acca21ab67616d00001e0244d82b9de84626e03c30f49fab67616d00001e02c816c31c8d44935c210fe681', 'width': 60}], 'name': 'Goa', 'owner': {'display_name': 'Adrian Semke', 'external_urls': {'spotify': 'https://open.spotify.com/user/1144863425'}, 'href': 'https://api.spotify.com/v1/users/1144863425', 'id': '1144863425', 'type': 'user', 'uri': 'spotify:user:1144863425'}, 'primary_color': None, 'public': True, 'snapshot_id': 'AAAANIvckY0C1zYXeLJF0wkOUIS8FJWi', 'tracks': {'href': 'https://api.spotify.com/v1/playlists/2aH0wUseL1AIAY4t5VFAUn/tracks', 'total': 51}, 'type': 'playlist', 'uri': 'spotify:playlist:2aH0wUseL1AIAY4t5VFAUn'}, {'collaborative': False, 'description': '', 'external_urls': {'spotify': 'https://open.spotify.com/playlist/6yJxjTcWHSVLCAhU7aMdJG'}, 'href': 'https://api.spotify.com/v1/playlists/6yJxjTcWHSVLCAhU7aMdJG', 'id': '6yJxjTcWHSVLCAhU7aMdJG', 'images': [{'height': 640, 'url': 'https://mosaic.scdn.co/640/ab67616d00001e02280c4622b27e9ffc0d2007c4ab67616d00001e0228a1ee195f7dfc60ff5793f0ab67616d00001e027de19b77f1c4d6f43691c98eab67616d00001e028f0b6e70f4875b941b589155', 'width': 640}, {'height': 300, 'url': 'https://mosaic.scdn.co/300/ab67616d00001e02280c4622b27e9ffc0d2007c4ab67616d00001e0228a1ee195f7dfc60ff5793f0ab67616d00001e027de19b77f1c4d6f43691c98eab67616d00001e028f0b6e70f4875b941b589155', 'width': 300}, {'height': 60, 'url': 'https://mosaic.scdn.co/60/ab67616d00001e02280c4622b27e9ffc0d2007c4ab67616d00001e0228a1ee195f7dfc60ff5793f0ab67616d00001e027de19b77f1c4d6f43691c98eab67616d00001e028f0b6e70f4875b941b589155', 'width': 60}], 'name': 'Best of Milchbar - Chill & Lounge', 'owner': {'display_name': 'marcus.breuer67', 'external_urls': {'spotify': 'https://open.spotify.com/user/marcus.breuer67'}, 'href': 'https://api.spotify.com/v1/users/marcus.breuer67', 'id': 'marcus.breuer67', 'type': 'user', 'uri': 'spotify:user:marcus.breuer67'}, 'primary_color': None, 'public': True, 'snapshot_id': 'AAABNIq12X/SJ398zd2VDGGkVyIP5HdU', 'tracks': {'href': 'https://api.spotify.com/v1/playlists/6yJxjTcWHSVLCAhU7aMdJG/tracks', 'total': 65}, 'type': 'playlist', 'uri': 'spotify:playlist:6yJxjTcWHSVLCAhU7aMdJG'}, {'collaborative': False, 'description': '', 'external_urls': {'spotify': 'https://open.spotify.com/playlist/3neeg7OCJC6JWGxxIVCYyb'}, 'href': 'https://api.spotify.com/v1/playlists/3neeg7OCJC6JWGxxIVCYyb', 'id': '3neeg7OCJC6JWGxxIVCYyb', 'images': [{'height': 640, 'url': 'https://mosaic.scdn.co/640/ab67616d00001e0277c8ab3dcc34c50a8ae4cfc5ab67616d00001e028b32a5e9050259ae808b6fb2ab67616d00001e02937992fc50b0242cd72717e8ab67616d00001e02fc4f15c5ee47211fb34cd5af', 'width': 640}, {'height': 300, 'url': 'https://mosaic.scdn.co/300/ab67616d00001e0277c8ab3dcc34c50a8ae4cfc5ab67616d00001e028b32a5e9050259ae808b6fb2ab67616d00001e02937992fc50b0242cd72717e8ab67616d00001e02fc4f15c5ee47211fb34cd5af', 'width': 300}, {'height': 60, 'url': 'https://mosaic.scdn.co/60/ab67616d00001e0277c8ab3dcc34c50a8ae4cfc5ab67616d00001e028b32a5e9050259ae808b6fb2ab67616d00001e02937992fc50b0242cd72717e8ab67616d00001e02fc4f15c5ee47211fb34cd5af', 'width': 60}], 'name': 'Deluxe Vibes', 'owner': {'display_name': 'MaikysuN', 'external_urls': {'spotify': 'https://open.spotify.com/user/maikysun'}, 'href': 'https://api.spotify.com/v1/users/maikysun', 'id': 'maikysun', 'type': 'user', 'uri': 'spotify:user:maikysun'}, 'primary_color': None, 'public': True, 'snapshot_id': 'AAAAJdAmooajO63uOq6yp/sWrASvMwqC', 'tracks': {'href': 'https://api.spotify.com/v1/playlists/3neeg7OCJC6JWGxxIVCYyb/tracks', 'total': 36}, 'type': 'playlist', 'uri': 'spotify:playlist:3neeg7OCJC6JWGxxIVCYyb'}, {'collaborative': False, 'description': 'Your daily vibe provider...', 'external_urls': {'spotify': 'https://open.spotify.com/playlist/707bUrcQ1qPN0yCVTb4m1J'}, 'href': 'https://api.spotify.com/v1/playlists/707bUrcQ1qPN0yCVTb4m1J', 'id': '707bUrcQ1qPN0yCVTb4m1J', 'images': [{'height': None, 'url': 'https://image-cdn-ak.spotifycdn.com/image/ab67706c0000da849b380d7e2537508eb6457f82', 'width': None}], 'name': 'Tropical & Deep House 🌴', 'owner': {'display_name': 'Marcus Bohlin', 'external_urls': {'spotify': 'https://open.spotify.com/user/bohlinmarcus'}, 'href': 'https://api.spotify.com/v1/users/bohlinmarcus', 'id': 'bohlinmarcus', 'type': 'user', 'uri': 'spotify:user:bohlinmarcus'}, 'primary_color': None, 'public': True, 'snapshot_id': 'AAAGE0/OzIgRPwUb19oqprxJxs+KS4p6', 'tracks': {'href': 'https://api.spotify.com/v1/playlists/707bUrcQ1qPN0yCVTb4m1J/tracks', 'total': 1140}, 'type': 'playlist', 'uri': 'spotify:playlist:707bUrcQ1qPN0yCVTb4m1J'}, {'collaborative': False, 'description': '', 'external_urls': {'spotify': 'https://open.spotify.com/playlist/3x1AZmTCt2sXei1BJGySsf'}, 'href': 'https://api.spotify.com/v1/playlists/3x1AZmTCt2sXei1BJGySsf', 'id': '3x1AZmTCt2sXei1BJGySsf', 'images': [{'height': None, 'url': 'https://image-cdn-ak.spotifycdn.com/image/ab67706c0000da84c2bb8de63349a31937bffbb0', 'width': None}], 'name': 'lo fi retro synthwave chill beats to study to', 'owner': {'display_name': 'abrown9326', 'external_urls': {'spotify': 'https://open.spotify.com/user/abrown9326'}, 'href': 'https://api.spotify.com/v1/users/abrown9326', 'id': 'abrown9326', 'type': 'user', 'uri': 'spotify:user:abrown9326'}, 'primary_color': None, 'public': True, 'snapshot_id': 'AAAB9OazA3TsfBYR2kew82BjvU0wjG/u', 'tracks': {'href': 'https://api.spotify.com/v1/playlists/3x1AZmTCt2sXei1BJGySsf/tracks', 'total': 334}, 'type': 'playlist', 'uri': 'spotify:playlist:3x1AZmTCt2sXei1BJGySsf'}, {'collaborative': False, 'description': '', 'external_urls': {'spotify': 'https://open.spotify.com/playlist/6In3tRG6OYDJqpqJgl3HGp'}, 'href': 'https://api.spotify.com/v1/playlists/6In3tRG6OYDJqpqJgl3HGp', 'id': '6In3tRG6OYDJqpqJgl3HGp', 'images': [{'height': 640, 'url': 'https://mosaic.scdn.co/640/ab67616d00001e027e145160993a62e21d6046c3ab67616d00001e02c94b62d1e5cac9682f63adc5ab67616d00001e02ec72876b17f1d1c450bf982cab67616d00001e02ef3b147b91eb9c097d9e8e05', 'width': 640}, {'height': 300, 'url': 'https://mosaic.scdn.co/300/ab67616d00001e027e145160993a62e21d6046c3ab67616d00001e02c94b62d1e5cac9682f63adc5ab67616d00001e02ec72876b17f1d1c450bf982cab67616d00001e02ef3b147b91eb9c097d9e8e05', 'width': 300}, {'height': 60, 'url': 'https://mosaic.scdn.co/60/ab67616d00001e027e145160993a62e21d6046c3ab67616d00001e02c94b62d1e5cac9682f63adc5ab67616d00001e02ec72876b17f1d1c450bf982cab67616d00001e02ef3b147b91eb9c097d9e8e05', 'width': 60}], 'name': 'Partylaue', 'owner': {'display_name': 'MaikysuN', 'external_urls': {'spotify': 'https://open.spotify.com/user/maikysun'}, 'href': 'https://api.spotify.com/v1/users/maikysun', 'id': 'maikysun', 'type': 'user', 'uri': 'spotify:user:maikysun'}, 'primary_color': None, 'public': False, 'snapshot_id': 'AAAAc5aOJwdP7zATR2ZuDN/nlACUDjKu', 'tracks': {'href': 'https://api.spotify.com/v1/playlists/6In3tRG6OYDJqpqJgl3HGp/tracks', 'total': 108}, 'type': 'playlist', 'uri': 'spotify:playlist:6In3tRG6OYDJqpqJgl3HGp'}, None, {'collaborative': False, 'description': '', 'external_urls': {'spotify': 'https://open.spotify.com/playlist/7IWWKQRFqH7E1PQOScm1We'}, 'href': 'https://api.spotify.com/v1/playlists/7IWWKQRFqH7E1PQOScm1We', 'id': '7IWWKQRFqH7E1PQOScm1We', 'images': [{'height': 640, 'url': 'https://mosaic.scdn.co/640/ab67616d00001e02854c21a0da1e9d9a48bbcc17ab67616d00001e028b28efbba32db47b0172fd9eab67616d00001e02bb867971b24264e990e7d8e9ab67616d00001e02f7b0400b61ee2b930124971a', 'width': 640}, {'height': 300, 'url': 'https://mosaic.scdn.co/300/ab67616d00001e02854c21a0da1e9d9a48bbcc17ab67616d00001e028b28efbba32db47b0172fd9eab67616d00001e02bb867971b24264e990e7d8e9ab67616d00001e02f7b0400b61ee2b930124971a', 'width': 300}, {'height': 60, 'url': 'https://mosaic.scdn.co/60/ab67616d00001e02854c21a0da1e9d9a48bbcc17ab67616d00001e028b28efbba32db47b0172fd9eab67616d00001e02bb867971b24264e990e7d8e9ab67616d00001e02f7b0400b61ee2b930124971a', 'width': 60}], 'name': 'Partymix', 'owner': {'display_name': 'MaikysuN', 'external_urls': {'spotify': 'https://open.spotify.com/user/maikysun'}, 'href': 'https://api.spotify.com/v1/users/maikysun', 'id': 'maikysun', 'type': 'user', 'uri': 'spotify:user:maikysun'}, 'primary_color': None, 'public': True, 'snapshot_id': 'AAACNxM9gcw8VFpctIZ1CIV/AqrzdSX0', 'tracks': {'href': 'https://api.spotify.com/v1/playlists/7IWWKQRFqH7E1PQOScm1We/tracks', 'total': 375}, 'type': 'playlist', 'uri': 'spotify:playlist:7IWWKQRFqH7E1PQOScm1We'}, {'collaborative': False, 'description': '', 'external_urls': {'spotify': 'https://open.spotify.com/playlist/6oh966EGQG1TnSuw4bvUuS'}, 'href': 'https://api.spotify.com/v1/playlists/6oh966EGQG1TnSuw4bvUuS', 'id': '6oh966EGQG1TnSuw4bvUuS', 'images': None, 'name': 'Local Remixes', 'owner': {'display_name': 'MaikysuN', 'external_urls': {'spotify': 'https://open.spotify.com/user/maikysun'}, 'href': 'https://api.spotify.com/v1/users/maikysun', 'id': 'maikysun', 'type': 'user', 'uri': 'spotify:user:maikysun'}, 'primary_color': None, 'public': False, 'snapshot_id': 'AAAAGDNYVDcYF8iBuL0u3zctKl4zSXJa', 'tracks': {'href': 'https://api.spotify.com/v1/playlists/6oh966EGQG1TnSuw4bvUuS/tracks', 'total': 372}, 'type': 'playlist', 'uri': 'spotify:playlist:6oh966EGQG1TnSuw4bvUuS'}, {'collaborative': False, 'description': '', 'external_urls': {'spotify': 'https://open.spotify.com/playlist/7uLfwbNgfGksWI0z7OwC9n'}, 'href': 'https://api.spotify.com/v1/playlists/7uLfwbNgfGksWI0z7OwC9n', 'id': '7uLfwbNgfGksWI0z7OwC9n', 'images': [{'height': 640, 'url': 'https://mosaic.scdn.co/640/ab67616d00001e022e4e2e847019209d8dab2863ab67616d00001e02d446078077fc6ee31591efc5ab67616d00001e02df476b7109484b107c3cc94eab67616d00001e02f871dc0bbb2f308c0a5c4dd1', 'width': 640}, {'height': 300, 'url': 'https://mosaic.scdn.co/300/ab67616d00001e022e4e2e847019209d8dab2863ab67616d00001e02d446078077fc6ee31591efc5ab67616d00001e02df476b7109484b107c3cc94eab67616d00001e02f871dc0bbb2f308c0a5c4dd1', 'width': 300}, {'height': 60, 'url': 'https://mosaic.scdn.co/60/ab67616d00001e022e4e2e847019209d8dab2863ab67616d00001e02d446078077fc6ee31591efc5ab67616d00001e02df476b7109484b107c3cc94eab67616d00001e02f871dc0bbb2f308c0a5c4dd1', 'width': 60}], 'name': 'Charts-Rap', 'owner': {'display_name': 'MaikysuN', 'external_urls': {'spotify': 'https://open.spotify.com/user/maikysun'}, 'href': 'https://api.spotify.com/v1/users/maikysun', 'id': 'maikysun', 'type': 'user', 'uri': 'spotify:user:maikysun'}, 'primary_color': None, 'public': False, 'snapshot_id': 'AAAAbacuZNT7HC9DZ8K8JPvWSuSSGJDy', 'tracks': {'href': 'https://api.spotify.com/v1/playlists/7uLfwbNgfGksWI0z7OwC9n/tracks', 'total': 80}, 'type': 'playlist', 'uri': 'spotify:playlist:7uLfwbNgfGksWI0z7OwC9n'}]

Additional information

No response

home-assistant[bot] commented 1 day ago

Hey there @frenck, @joostlek, mind taking a look at this issue as it has been labeled with an integration (spotify) you are listed as a code owner for? Thanks!

Code owner commands Code owners of `spotify` can trigger bot actions by commenting: - `@home-assistant close` Closes the issue. - `@home-assistant rename Awesome new title` Renames the issue. - `@home-assistant reopen` Reopen the issue. - `@home-assistant unassign spotify` Removes the current integration label and assignees on the issue, add the integration domain after the command. - `@home-assistant add-label needs-more-information` Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue. - `@home-assistant remove-label needs-more-information` Remove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.

(message by CodeOwnersMention)


spotify documentation spotify source (message by IssueLinks)

joostlek commented 1 day ago

What playlist are you playing?

frostworx commented 1 day ago

Spotify has shut down several API endpoints

(via ycombinator)

Probably that's the reason for issues:

131903

131737

131624

https://github.com/home-assistant/core/issues/131624#issuecomment-2508159972

MaikysuN commented 5 hours ago

What playlist are you playing?

I can not play any playlist. The UI gets the unknown error when trying to display and parse the list of playists.