Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suggestion: improved MPRIS query #36

Open
sanderr opened this issue Jan 8, 2024 · 4 comments
Open

Suggestion: improved MPRIS query #36

sanderr opened this issue Jan 8, 2024 · 4 comments

Comments

@sanderr
Copy link

sanderr commented Jan 8, 2024

Description

I noticed that I was getting some incorrect lyrics for certain songs. If I understand correctly, the query constructed by the MPRIS source (and perhaps others as well, I didn't check those) is <artist> <title>. I would like to suggest <artist> - <album> - <title> instead (if != "" like now, of course).

If you agree to this conceptually, I'd be willing to open a pull request if desired. My Go experience is very limited, but this change looks simple enough.

Motivation

The current query does not seem to sufficiently narrow down results. For example, I noticed issues with the Exegenesis tracks from Muse's album The Resistance (some others as well but these are the ones I experimented with more in-depth). The last 3 tracks of the album are:

  • Exogenesis: Symphony Part 1 (Overture)
  • Exogenesis: Symphony Part 2 (Cross-Polination)
  • Exogenesis: Symphony Part 3 (Redemption)

When I try the current query (e.g. curl -G "https://lyricsapi.vercel.app/api/lyrics?lrc=1" --data-urlencode "name=Muse Exogenesis: Symphony Part 1 (Overture)" for the first one), it returns the lyrics for the track "Hysteria" from the album "Absolution" (also by Muse) instead, for each of the three songs. When I try my suggested query (e.g. curl -G "https://lyricsapi.vercel.app/api/lyrics?lrc=1" --data-urlencode "name=Muse - The Resistance - Exogenesis: Symphony Part 1 (Overture)") it gives the correct lyrics.

For reference, the - seem to be required for disambiguation: if I leave them out, the first two tracks resolve correctly but the third one still returns the lyrics for "Hysteria".

PS: thanks for the amazing application, I only recently discovered it but I'm loving it already.

@raitonoberu
Copy link
Owner

raitonoberu commented Jan 11, 2024

Well, that's weird. Thank you for reporting.

The problem is not with the query. To match the query to the track, lyricsapi sends a search request to Spotify. And, as we see below, the Spotify web client returns the correct track:

For some reason, the track returned by lyricsapi from the Spotify API does not match it. I will investigate this further.

As for your suggestion, I really don't see the point of including the album in the query. It only makes sense if two albums have a track with the same title, which rarely (never?) happens. Spotify's search engine is smart enough to find the right track (same goes for a hyphen).

@sanderr
Copy link
Author

sanderr commented Jan 11, 2024

Thanks for looking into it. What you say makes sense. I wrote this under the assumption that the root cause was the Spotify API not being capable of unambiguously interpreting this search. If it's something on the lyricsapi side instead, then I agree that my suggestions don't add much (or any) value.

@sanderr
Copy link
Author

sanderr commented Jan 11, 2024

In case it helps at all, I just noticed it doesn't seem to be consistent either. I just ran the query again (curl -G "https://lyricsapi.vercel.app/api/lyrics?lrc=1" --data-urlencode "name=<artist> <title>") for all three songs, and now I get the correct results for 2 and 3, while getting the lyrics for yet another Muse song (Time is Running Out) for part 1.

That or I made a mistake in my first report, but I think I triple checked everything back then. I'm including my commands and output below for future reference.

queries
sander@bedevere:~$ curl -G "https://lyricsapi.vercel.app/api/lyrics?lrc=1" --data-urlencode "name=Muse Exogenesis: Symphony Part 1 (Overture)"
[00:09.47]I think I'm drowning, asphyxiated
[00:13.51]I wanna break this spell that you've created
[00:17.52]Your something beautiful, a contradiction
[00:21.54]I wanna play the game, I want the friction
[00:25.54]You will be the death of me
[00:32.81]Yeah, you will be the death of me
[00:41.65]Bury it
[00:44.08]I won't let you bury it
[00:48.03]I won't let you smother it
[00:52.06]I won't let you murder it
[00:56.05]And our time is running out
[01:00.29]And our time is running out
[01:04.12]You can't push it underground
[01:08.26]You can't stop it screaming out
[01:13.29]♪
[01:22.47]I wanted freedom, bound and restricted
[01:26.55]I tried to give you up, but I'm addicted
[01:30.56]Now that you know I'm trapped, sense of elation
[01:34.50]You'd never dream of breaking this fixation
[01:38.57]You will squeeze the life out of me
[01:46.63]Bury it
[01:48.90]I won't let you bury it
[01:52.97]I won't let you smother it
[01:57.05]I won't let you murder it
[02:01.12]And our time is running out
[02:05.10]And our time is running out
[02:09.25]You can't push it underground
[02:13.21]You can't stop it screaming out
[02:17.57]How did it come to this?
[02:19.81]Ooh, yeah-yeah-yeah-yeah-yeah
[02:23.66]Ooh, yeah-yeah-yeah-yeah-yeah
[02:27.58]Ooh, yeah-yeah, yeah-yeah, yeah
[02:35.43]♪
[02:50.99]Yeah, you will suck the life out of me
[02:59.57]Bury it
[03:01.80]I won't let you bury it
[03:05.83]I won't let you smother it
[03:09.91]I won't let you murder it
[03:14.01]And our time is running out
[03:18.08]And our time is running out
[03:22.20]You can't push it underground
[03:26.35]You can't stop it screaming out
[03:30.35]How did it come to this?
[03:32.65]Ooh, yeah-yeah-yeah-yeah-yeah
[03:36.55]Ooh, yeah-yeah-yeah-yeah-yeah
[03:40.68]Ooh, yeah-yeah, yeah-yeah, yeah
[03:47.61]sander@bedever
sander@bedevere:~$ curl -G "https://lyricsapi.vercel.app/api/lyrics?lrc=1" --data-urlencode "name=Muse Exogenesis: Symphony Part 2 (Cross-Polination)"
[01:05.07]Rise above the crowds
[01:12.58]Wade through toxic clouds
[01:19.64]Breach the outer sphere
[01:26.68]The edge of all our fears rest with you
[01:41.32]We are counting on you
[01:48.45]It's up to you
[01:54.62]♪
[01:57.66]Spread our codes to the stars
[02:03.41]You must rescue us all
[02:09.55]Spread our codes to the stars
[02:15.46]You must rescue us all
[02:22.14]Tell us
[02:24.58]Tell us your final wish
[02:27.94]Now we know you can never return
[02:34.20]Tell us
[02:36.32]Tell us your final wish
[02:40.04]We will tell it to the world
[02:45.15]sander@bedevere:~$
sander@bedevere:~$ curl -G "https://lyricsapi.vercel.app/api/lyrics?lrc=1" --data-urlencode "name=Muse Exogenesis: Symphony Part 3 (Redemption)"
[02:09.51]Let's start over again
[02:17.41]♪
[02:22.09]Why can't we start it over again?
[02:37.41]Just let us start it over again
[02:53.32]And we'll be good
[02:59.90]This time we'll get it...
[03:09.33]We'll get it right
[03:16.35]It's our last chance
[03:23.30]To forgive ourselves
[03:27.65]

Perhaps it is spotify after all, with something like load balancing over their servers leading to different results? This is wild speculation though.

@sanderr
Copy link
Author

sanderr commented Jan 11, 2024

And indeed, when I use the web search in a private window:

screenshot_2024-01-11-153341

I copied the request and response from Firefox' networks tab:
GET https://api-partner.spotify.com/pathfinder/v1/query?operationName=searchDesktop&variables={"searchTerm":"Muse Exogenesis: Symphony Part 1 (Overture)","offset":0,"limit":10,"numberOfTopResults":5,"includeAudiobooks":true}&extensions={"persistedQuery":{"version":1,"sha256Hash":"da03293d92a2cfc5e24597dcdc652c0ad135e1c64a78fddbf1478a7e096bea44"}}

{"data":{"searchV2":{"albumsV2":{"__typename":"AlbumOrPrereleasePage","totalCount":417,"items":[{"__typename":"AlbumResponseWrapper","data":{"__typename":"Album","uri":"spotify:album:0lw68yx3MhKflWFqCsGkIs","name":"Black Holes and Revelations","artists":{"items":[{"uri":"spotify:artist:12Chz98pHFMPJEknJQMWvI","profile":{"name":"Muse"}}]},"coverArt":{"sources":[{"url":"https://i.scdn.co/image/ab67616d00001e0228933b808bfb4cbbd0385400","width":300,"height":300},{"url":"https://i.scdn.co/image/ab67616d0000485128933b808bfb4cbbd0385400","width":64,"height":64},{"url":"https://i.scdn.co/image/ab67616d0000b27328933b808bfb4cbbd0385400","width":640,"height":640}],"extractedColors":{"colorDark":{"hex":"#A02818","isFallback":false}}},"date":{"year":2006}}},{"__typename":"AlbumResponseWrapper","data":{"__typename":"Album","uri":"spotify:album:1Dh27pjT3IEdiRG9Se5uQn","name":"Origin of Symmetry","artists":{"items":[{"uri":"spotify:artist:12Chz98pHFMPJEknJQMWvI","profile":{"name":"Muse"}}]},"coverArt":{"sources":[{"url":"https://i.scdn.co/image/ab67616d00001e025225e9931a558f6d2f541a7d","width":300,"height":300},{"url":"https://i.scdn.co/image/ab67616d000048515225e9931a558f6d2f541a7d","width":64,"height":64},{"url":"https://i.scdn.co/image/ab67616d0000b2735225e9931a558f6d2f541a7d","width":640,"height":640}],"extractedColors":{"colorDark":{"hex":"#535353","isFallback":true}}},"date":{"year":2001}}},{"__typename":"AlbumResponseWrapper","data":{"__typename":"Album","uri":"spotify:album:0eFHYz8NmK75zSplL5qlfM","name":"The Resistance","artists":{"items":[{"uri":"spotify:artist:12Chz98pHFMPJEknJQMWvI","profile":{"name":"Muse"}}]},"coverArt":{"sources":[{"url":"https://i.scdn.co/image/ab67616d00001e02b6d4566db0d12894a1a3b7a2","width":300,"height":300},{"url":"https://i.scdn.co/image/ab67616d00004851b6d4566db0d12894a1a3b7a2","width":64,"height":64},{"url":"https://i.scdn.co/image/ab67616d0000b273b6d4566db0d12894a1a3b7a2","width":640,"height":640}],"extractedColors":{"colorDark":{"hex":"#4878A0","isFallback":false}}},"date":{"year":2009}}},{"__typename":"AlbumResponseWrapper","data":{"__typename":"Album","uri":"spotify:album:2Eq6RyxCm7qEAF2YLOxa4s","name":"Absolution","artists":{"items":[{"uri":"spotify:artist:12Chz98pHFMPJEknJQMWvI","profile":{"name":"Muse"}}]},"coverArt":{"sources":[{"url":"https://i.scdn.co/image/ab67616d00001e023303a842ee1bc0b23204333d","width":300,"height":300},{"url":"https://i.scdn.co/image/ab67616d000048513303a842ee1bc0b23204333d","width":64,"height":64},{"url":"https://i.scdn.co/image/ab67616d0000b2733303a842ee1bc0b23204333d","width":640,"height":640}],"extractedColors":{"colorDark":{"hex":"#385070","isFallback":false}}},"date":{"year":2003}}},{"__typename":"AlbumResponseWrapper","data":{"__typename":"Album","uri":"spotify:album:3KuXEGcqLcnEYWnn3OEGy0","name":"The 2nd Law","artists":{"items":[{"uri":"spotify:artist:12Chz98pHFMPJEknJQMWvI","profile":{"name":"Muse"}}]},"coverArt":{"sources":[{"url":"https://i.scdn.co/image/ab67616d00001e02fc192c54d1823a04ffb6c8c9","width":300,"height":300},{"url":"https://i.scdn.co/image/ab67616d00004851fc192c54d1823a04ffb6c8c9","width":64,"height":64},{"url":"https://i.scdn.co/image/ab67616d0000b273fc192c54d1823a04ffb6c8c9","width":640,"height":640}],"extractedColors":{"colorDark":{"hex":"#467CA3","isFallback":false}}},"date":{"year":2012}}},{"__typename":"AlbumResponseWrapper","data":{"__typename":"Album","uri":"spotify:album:5qK8S5JRF8au6adIVtBsmk","name":"Will Of The People","artists":{"items":[{"uri":"spotify:artist:12Chz98pHFMPJEknJQMWvI","profile":{"name":"Muse"}}]},"coverArt":{"sources":[{"url":"https://i.scdn.co/image/ab67616d00001e0242c90d53e8c596285e8f59ff","width":300,"height":300},{"url":"https://i.scdn.co/image/ab67616d0000485142c90d53e8c596285e8f59ff","width":64,"height":64},{"url":"https://i.scdn.co/image/ab67616d0000b27342c90d53e8c596285e8f59ff","width":640,"height":640}],"extractedColors":{"colorDark":{"hex":"#C05906","isFallback":false}}},"date":{"year":2022}}},{"__typename":"AlbumResponseWrapper","data":{"__typename":"Album","uri":"spotify:album:2wart5Qjnvx1fd7LPdQxgJ","name":"Drones","artists":{"items":[{"uri":"spotify:artist:12Chz98pHFMPJEknJQMWvI","profile":{"name":"Muse"}}]},"coverArt":{"sources":[{"url":"https://i.scdn.co/image/ab67616d00001e02808846f0223d97d5963c420d","width":300,"height":300},{"url":"https://i.scdn.co/image/ab67616d00004851808846f0223d97d5963c420d","width":64,"height":64},{"url":"https://i.scdn.co/image/ab67616d0000b273808846f0223d97d5963c420d","width":640,"height":640}],"extractedColors":{"colorDark":{"hex":"#303838","isFallback":false}}},"date":{"year":2015}}},{"__typename":"AlbumResponseWrapper","data":{"__typename":"Album","uri":"spotify:album:5OZgDtx180ZZPMpm36J2zC","name":"Simulation Theory (Super Deluxe)","artists":{"items":[{"uri":"spotify:artist:12Chz98pHFMPJEknJQMWvI","profile":{"name":"Muse"}}]},"coverArt":{"sources":[{"url":"https://i.scdn.co/image/ab67616d00001e024cb163c1d111f77307c842b6","width":300,"height":300},{"url":"https://i.scdn.co/image/ab67616d000048514cb163c1d111f77307c842b6","width":64,"height":64},{"url":"https://i.scdn.co/image/ab67616d0000b2734cb163c1d111f77307c842b6","width":640,"height":640}],"extractedColors":{"colorDark":{"hex":"#367AB7","isFallback":false}}},"date":{"year":2018}}},{"__typename":"AlbumResponseWrapper","data":{"__typename":"Album","uri":"spotify:album:6AyUVv7MnxxTuijp4WmrhO","name":"Showbiz","artists":{"items":[{"uri":"spotify:artist:12Chz98pHFMPJEknJQMWvI","profile":{"name":"Muse"}}]},"coverArt":{"sources":[{"url":"https://i.scdn.co/image/ab67616d00001e0234dd1b3a44cccef2d3c8bfce","width":300,"height":300},{"url":"https://i.scdn.co/image/ab67616d0000485134dd1b3a44cccef2d3c8bfce","width":64,"height":64},{"url":"https://i.scdn.co/image/ab67616d0000b27334dd1b3a44cccef2d3c8bfce","width":640,"height":640}],"extractedColors":{"colorDark":{"hex":"#007DBB","isFallback":false}}},"date":{"year":1999}}},{"__typename":"AlbumResponseWrapper","data":{"__typename":"Album","uri":"spotify:album:5jVU78xvmaqPWJV7HaZqqj","name":"Absolution XX Anniversary","artists":{"items":[{"uri":"spotify:artist:12Chz98pHFMPJEknJQMWvI","profile":{"name":"Muse"}}]},"coverArt":{"sources":[{"url":"https://i.scdn.co/image/ab67616d00001e02604c4debe59e76d900bd3317","width":300,"height":300},{"url":"https://i.scdn.co/image/ab67616d00004851604c4debe59e76d900bd3317","width":64,"height":64},{"url":"https://i.scdn.co/image/ab67616d0000b273604c4debe59e76d900bd3317","width":640,"height":640}],"extractedColors":{"colorDark":{"hex":"#535353","isFallback":true}}},"date":{"year":2023}}}]},"artists":{"totalCount":21,"items":[{"__typename":"ArtistResponseWrapper","data":{"__typename":"Artist","uri":"spotify:artist:12Chz98pHFMPJEknJQMWvI","profile":{"name":"Muse","verified":true},"visuals":{"avatarImage":{"sources":[{"url":"https://i.scdn.co/image/ab6761610000e5eb0accbbe13e1aa147dd27671c","width":640,"height":640},{"url":"https://i.scdn.co/image/ab6761610000f1780accbbe13e1aa147dd27671c","width":160,"height":160},{"url":"https://i.scdn.co/image/ab676161000051740accbbe13e1aa147dd27671c","width":320,"height":320}],"extractedColors":{"colorDark":{"hex":"#BA5D1F","isFallback":false}}}}}},{"__typename":"ArtistResponseWrapper","data":{"__typename":"Artist","uri":"spotify:artist:2ofteEtn9I99AsEQ2L3fbM","profile":{"name":"Muse MO","verified":false},"visuals":{"avatarImage":{"sources":[{"url":"https://i.scdn.co/image/ab67616d0000b273c8851cd16841f75e6bbdb93f","width":640,"height":640},{"url":"https://i.scdn.co/image/ab67616d00004851c8851cd16841f75e6bbdb93f","width":64,"height":64},{"url":"https://i.scdn.co/image/ab67616d00001e02c8851cd16841f75e6bbdb93f","width":300,"height":300}],"extractedColors":{"colorDark":{"hex":"#5E7C88","isFallback":false}}}}}},{"__typename":"ArtistResponseWrapper","data":{"__typename":"Artist","uri":"spotify:artist:1IrFtEbmhbGENE14a9hV7s","profile":{"name":"May The Muse","verified":true},"visuals":{"avatarImage":{"sources":[{"url":"https://i.scdn.co/image/ab6761610000e5eb24edb3583672acedae3a2604","width":640,"height":640},{"url":"https://i.scdn.co/image/ab6761610000f17824edb3583672acedae3a2604","width":160,"height":160},{"url":"https://i.scdn.co/image/ab6761610000517424edb3583672acedae3a2604","width":320,"height":320}],"extractedColors":{"colorDark":{"hex":"#535353","isFallback":true}}}}}},{"__typename":"ArtistResponseWrapper","data":{"__typename":"Artist","uri":"spotify:artist:3aHNIgKMKMb0hmklcLXxkm","profile":{"name":"Muse Maya","verified":true},"visuals":{"avatarImage":{"sources":[{"url":"https://i.scdn.co/image/ab6761610000e5eb7c0d2c78e355dc8e7b74aa2f","width":640,"height":640},{"url":"https://i.scdn.co/image/ab6761610000f1787c0d2c78e355dc8e7b74aa2f","width":160,"height":160},{"url":"https://i.scdn.co/image/ab676161000051747c0d2c78e355dc8e7b74aa2f","width":320,"height":320}],"extractedColors":{"colorDark":{"hex":"#485080","isFallback":false}}}}}},{"__typename":"ArtistResponseWrapper","data":{"__typename":"Artist","uri":"spotify:artist:7fX8fZhqku6CfHqO77smAR","profile":{"name":"Musemine","verified":true},"visuals":{"avatarImage":{"sources":[{"url":"https://i.scdn.co/image/ab6761610000e5eb98b39b12a6dc092a2b8fe2c7","width":640,"height":640},{"url":"https://i.scdn.co/image/ab6761610000f17898b39b12a6dc092a2b8fe2c7","width":160,"height":160},{"url":"https://i.scdn.co/image/ab6761610000517498b39b12a6dc092a2b8fe2c7","width":320,"height":320}],"extractedColors":{"colorDark":{"hex":"#CC36A3","isFallback":false}}}}}},{"__typename":"ArtistResponseWrapper","data":{"__typename":"Artist","uri":"spotify:artist:4H0ZyQgIniufRsU1YGOwzk","profile":{"name":"Mizu Echoes","verified":false},"visuals":{"avatarImage":{"sources":[{"url":"https://i.scdn.co/image/ab67616d0000b27308104a10bec734f88c400b46","width":640,"height":640},{"url":"https://i.scdn.co/image/ab67616d0000485108104a10bec734f88c400b46","width":64,"height":64},{"url":"https://i.scdn.co/image/ab67616d00001e0208104a10bec734f88c400b46","width":300,"height":300}],"extractedColors":{"colorDark":{"hex":"#727785","isFallback":false}}}}}},{"__typename":"ArtistResponseWrapper","data":{"__typename":"Artist","uri":"spotify:artist:3I1av7JietT0ZDxusz7b78","profile":{"name":"The Muses","verified":true},"visuals":{"avatarImage":{"sources":[{"url":"https://i.scdn.co/image/ab6761610000e5eb3458d34d3938f8aeae21d180","width":640,"height":640},{"url":"https://i.scdn.co/image/ab6761610000f1783458d34d3938f8aeae21d180","width":160,"height":160},{"url":"https://i.scdn.co/image/ab676161000051743458d34d3938f8aeae21d180","width":320,"height":320}],"extractedColors":{"colorDark":{"hex":"#108040","isFallback":false}}}}}},{"__typename":"ArtistResponseWrapper","data":{"__typename":"Artist","uri":"spotify:artist:1g8boEvbowpz0j4wsYEE0i","profile":{"name":"Museblade","verified":false},"visuals":{"avatarImage":{"sources":[{"url":"https://i.scdn.co/image/ab67616d0000b273ac1bc55d1d0fe00c77d710e7","width":640,"height":640},{"url":"https://i.scdn.co/image/ab67616d00004851ac1bc55d1d0fe00c77d710e7","width":64,"height":64},{"url":"https://i.scdn.co/image/ab67616d00001e02ac1bc55d1d0fe00c77d710e7","width":300,"height":300}],"extractedColors":{"colorDark":{"hex":"#867705","isFallback":false}}}}}},{"__typename":"ArtistResponseWrapper","data":{"__typename":"Artist","uri":"spotify:artist:7BnfBMjxuShG1NkReCzlYS","profile":{"name":"Muse","verified":false},"visuals":{"avatarImage":null}}},{"__typename":"ArtistResponseWrapper","data":{"__typename":"Artist","uri":"spotify:artist:4pmKrZSjjIZwN461lfewEh","profile":{"name":"Muse L'Artiste","verified":true},"visuals":{"avatarImage":{"sources":[{"url":"https://i.scdn.co/image/ab6761610000e5eb1d22054eb206a609f154a424","width":640,"height":640},{"url":"https://i.scdn.co/image/ab6761610000f1781d22054eb206a609f154a424","width":160,"height":160},{"url":"https://i.scdn.co/image/ab676161000051741d22054eb206a609f154a424","width":320,"height":320}],"extractedColors":{"colorDark":{"hex":"#BD5757","isFallback":false}}}}}}]},"episodes":{"totalCount":24,"items":[{"__typename":"EpisodeResponseWrapper","data":{"__typename":"Episode","uri":"spotify:episode:7y5E3yc4C7Cn2oR7vKtd3M","name":"The Muses","coverArt":{"sources":[{"url":"https://i.scdn.co/image/fb91ecdac76315ec3b41dd1be8356fda5feb43a1","width":64,"height":64},{"url":"https://i.scdn.co/image/c4d8827cfd0dabd8586843b2aeacf42b71eaa889","width":300,"height":300},{"url":"https://i.scdn.co/image/ff199c4e40eb62c1c9937caae4b0f07a169d50b5","width":640,"height":640}],"extractedColors":{"colorDark":{"hex":"#404838","isFallback":false}}},"duration":{"totalMilliseconds":2737607},"releaseDate":{"isoString":"2016-05-19T10:53:00Z","precision":"MINUTE"},"playedState":{"playPositionMilliseconds":0,"state":"NOT_STARTED"},"mediaTypes":["AUDIO"],"podcastV2":{"__typename":"PodcastResponseWrapper","data":{"__typename":"Podcast","uri":"spotify:show:5is2mhWCz6l7pHZoWarhc4","name":"In Our Time: Philosophy","coverArt":{"sources":[{"url":"https://i.scdn.co/image/fb91ecdac76315ec3b41dd1be8356fda5feb43a1","width":64,"height":64},{"url":"https://i.scdn.co/image/c4d8827cfd0dabd8586843b2aeacf42b71eaa889","width":300,"height":300},{"url":"https://i.scdn.co/image/ff199c4e40eb62c1c9937caae4b0f07a169d50b5","width":640,"height":640}]},"mediaType":"AUDIO","publisher":{"name":"BBC Radio 4"}}},"description":"Melvyn Bragg and guests discuss the Muses and their role in Greek mythology, when they were goddesses of poetry, song, music and dance: what the Greeks called mousike, 'the art of the Muses' from which we derive our word 'music.' While the number of Muses, their origin and their roles varied in different accounts and at different times, they were consistently linked with the nature of artistic inspiration. This raised a question for philosophers then and since: was a creative person an empty vessel into which the Muses poured their gifts, at their will, or could that person do something to make inspiration flow? WithPaul Cartledge Emeritus Professor of Greek Culture and AG Leventis Senior Research Fellow at Clare College, University of CambridgeAngie Hobbs Professor of the Public Understanding of Philosophy, University of SheffieldAndPenelope Murray Founder member and retired Senior Lecturer, Department of Classics, University of WarwickProducer: Simon TillotsonImage: 'Apollo and the Muses (Parnassus)', 1631-1632. Oil on canvas. Nicolas Poussin (1594-1665).","contentRating":{"label":"NONE"}}},{"__typename":"EpisodeResponseWrapper","data":{"__typename":"Episode","uri":"spotify:episode:2mC77HDr8PvK96NitC2nfV","name":"Muse Live at the O2","coverArt":{"sources":[{"url":"https://i.scdn.co/image/ab6765630000f68db1838a4100fda88a5c632d8f","width":64,"height":64},{"url":"https://i.scdn.co/image/ab67656300005f1fb1838a4100fda88a5c632d8f","width":300,"height":300},{"url":"https://i.scdn.co/image/ab6765630000ba8ab1838a4100fda88a5c632d8f","width":640,"height":640}],"extractedColors":{"colorDark":{"hex":"#A82028","isFallback":false}}},"duration":{"totalMilliseconds":5831157},"releaseDate":{"isoString":"2023-10-23T05:00:00Z","precision":"MINUTE"},"playedState":{"playPositionMilliseconds":0,"state":"NOT_STARTED"},"mediaTypes":["AUDIO"],"podcastV2":{"__typename":"PodcastResponseWrapper","data":{"__typename":"Podcast","uri":"spotify:show:6ws9YyzX2BM5GlnpkQEiu0","name":"What Is Music?: A Music Podcast About R.E.M.","coverArt":{"sources":[{"url":"https://i.scdn.co/image/ab6765630000f68db0065a9417ec4c7cb318452e","width":64,"height":64},{"url":"https://i.scdn.co/image/ab67656300005f1fb0065a9417ec4c7cb318452e","width":300,"height":300},{"url":"https://i.scdn.co/image/ab6765630000ba8ab0065a9417ec4c7cb318452e","width":640,"height":640}]},"mediaType":"AUDIO","publisher":{"name":"Adam Scott Glasspool, Steve Murphy, Lucas Way"}}},"description":"The Big Mates discuss queues to nowhere, calamari, tickets prices, and go to see Muse live at the O2.Adam, Steve, and Lucas travel to London in order to experience a live show by Muse at the O2 arena. They discuss their expectations, Muse's live prowess, and both their initial and considered reactions to the performance.  What do they play? Can Lucas put up with standing? Can Adam put up with Muse? Find out on this episode of What Is Music?Our next episode is out next Monday October 30th, and will see us providing a round up of Billie Eilish songs we've missed over the last few months!Join the conversation on:Twitter: https://twitter.com/whatismusicpodInstagram: https://www.instagram.com/whatismusicpodE-mail: whatismusicpod@gmail.comGet access to more shows, exclusive bonus content, ad-free episodes of this show, and more music discussion by subscribing to our Patreon!Head to patreon.com/whatismusicpod and receive up to two new episodes of our various shows every week (including shows about Manic Street Preachers and monthly themed playlists!), ad-free archives of What Is Music?, and access to our Patron-only Discord server for even more music (and non-music) discussion!Support our show when starting your own podcast!By signing up to Buzzsprout with this link: https://www.buzzsprout.com/?referrer_id=780379Check out our merch!https://whatismusicpod.redbubble.comDonate to our podcast!https://ko-fi.com/whatismusichttp://whatismusic.buzzsprout.com/Support the show","contentRating":{"label":"EXPLICIT"}}},{"__typename":"EpisodeResponseWrapper","data":{"__typename":"Episode","uri":"spotify:episode:1t0MeIajbt1lyfJ53zCHpo","name":"Ep.1: Trve. Crvp. Pop!: Muse - Simulation Theory","coverArt":{"sources":[{"url":"https://i.scdn.co/image/ab6765630000f68d333f6027f6c6557282987643","width":64,"height":64},{"url":"https://i.scdn.co/image/ab67656300005f1f333f6027f6c6557282987643","width":300,"height":300},{"url":"https://i.scdn.co/image/ab6765630000ba8a333f6027f6c6557282987643","width":640,"height":640}],"extractedColors":{"colorDark":{"hex":"#148484","isFallback":false}}},"duration":{"totalMilliseconds":4458292},"releaseDate":{"isoString":"2023-05-29T13:49:00Z","precision":"MINUTE"},"playedState":{"playPositionMilliseconds":0,"state":"NOT_STARTED"},"mediaTypes":["AUDIO"],"podcastV2":{"__typename":"PodcastResponseWrapper","data":{"__typename":"Podcast","uri":"spotify:show:4xg4Za8kE4yLjI7oaIzSlF","name":"Trve. Cvlt. Pop!","coverArt":{"sources":[{"url":"https://i.scdn.co/image/ab6765630000f68d0d2e25514e27a6445d520d9c","width":64,"height":64},{"url":"https://i.scdn.co/image/ab67656300005f1f0d2e25514e27a6445d520d9c","width":300,"height":300},{"url":"https://i.scdn.co/image/ab6765630000ba8a0d2e25514e27a6445d520d9c","width":640,"height":640}]},"mediaType":"AUDIO","publisher":{"name":"Trve. Cvlt. Pop!"}}},"description":"Hey there! It's the long awaited return of Trve. Crvp. Pop!, the bonus podcast where we try and decipher what the worst album of all time is.Sorry it's been a while, we've been busy, plus, in all honesty, neither of us wanted to listen to this weeks STINKING album. In the dock this week is Simulation Theory by the modern prog-rock megastars Muse, released on the 9th of November 2018. Steve and Sam have very different relationships with Muse, one likes the early stuff and one... well, doesn't. So what is it about this particular Muse album that is considered so heinous? Well, after a string of well received records over the early part of their career, people started to question Muse in the early part of the 2010's, leading to a supposed \"return to rock\" comeback with the album Drones in 2015... thing is, not many people cared for Drones that much. Which meant Muse were at something of a crossroads in their career; try again to get rock fans back onside or do something totally different to shock the world. They went for the latter, ditching the ideas of both acoustic and hip-hop (thank God) centric albums to do... well, some Stranger Things, 80's synth, Sci-fi, fight the power bullshit. Is it any good?... We'll tell you here.    ★ Support this podcast on Patreon ★ ","contentRating":{"label":"NONE"}}},{"__typename":"EpisodeResponseWrapper","data":{"__typename":"Episode","uri":"spotify:episode:31QKFuDMGvDCWF07LmhBeD","name":"Origin of Symmetry (Pt. 1)","coverArt":{"sources":[{"url":"https://i.scdn.co/image/ab6765630000f68d8dba8082b9f65193e251e364","width":64,"height":64},{"url":"https://i.scdn.co/image/ab67656300005f1f8dba8082b9f65193e251e364","width":300,"height":300},{"url":"https://i.scdn.co/image/ab6765630000ba8a8dba8082b9f65193e251e364","width":640,"height":640}],"extractedColors":{"colorDark":{"hex":"#BD5278","isFallback":false}}},"duration":{"totalMilliseconds":6611330},"releaseDate":{"isoString":"2021-03-01T00:00:00Z","precision":"MINUTE"},"playedState":{"playPositionMilliseconds":0,"state":"NOT_STARTED"},"mediaTypes":["AUDIO"],"podcastV2":{"__typename":"PodcastResponseWrapper","data":{"__typename":"Podcast","uri":"spotify:show:6ws9YyzX2BM5GlnpkQEiu0","name":"What Is Music?: A Music Podcast About R.E.M.","coverArt":{"sources":[{"url":"https://i.scdn.co/image/ab6765630000f68db0065a9417ec4c7cb318452e","width":64,"height":64},{"url":"https://i.scdn.co/image/ab67656300005f1fb0065a9417ec4c7cb318452e","width":300,"height":300},{"url":"https://i.scdn.co/image/ab6765630000ba8ab0065a9417ec4c7cb318452e","width":640,"height":640}]},"mediaType":"AUDIO","publisher":{"name":"Adam Scott Glasspool, Steve Murphy, Lucas Way"}}},"description":"The Big Mates discuss magic mushrooms, hair dye, orgies, and Origin of Symmetry by Muse.Adam, Steve, and Lucas begin to talk about the band's second album and how it was recorded before doing a track-by-track deep-dive, discussing the music, lyrics, themes, and everything inbetween! Do Muse conquer the \"difficult second album syndrome?\" What is space dementia? What if God was a worm? Find out on this episode of What Is Music?Part 2 of this discussion will be released March 15th!You can now wear your fandom on your (literal) sleeve!What Is Music? now has a RedBubble shop with lots of cool and stupid designs. You can get the designs on basically any product you like, from t-shirts and mugs, to bath mats and jigsaws, via clocks and phone cases! Head to https://whatismusicpod.redbubble.comIf you'd like a different way to donate to usYou can do so at https://ko-fi.com/whatismusicAny donations very gratefully received and go towards our running costs!Join the conversation on:Twitter: https://twitter.com/whatismusicpodInstagram: https://www.instagram.com/whatismusicpodE-mail: whatismusicpod@gmail.comhttp://whatismusic.buzzsprout.com/Support the show","contentRating":{"label":"EXPLICIT"}}},{"__typename":"EpisodeResponseWrapper","data":{"__typename":"Episode","uri":"spotify:episode:3A8uA2TI52RQEKJ4ezZcyP","name":"Live at Rome Olympic Stadium Commentary","coverArt":{"sources":[{"url":"https://i.scdn.co/image/ab6765630000f68df8231512936c7584d91b1d55","width":64,"height":64},{"url":"https://i.scdn.co/image/ab67656300005f1ff8231512936c7584d91b1d55","width":300,"height":300},{"url":"https://i.scdn.co/image/ab6765630000ba8af8231512936c7584d91b1d55","width":640,"height":640}],"extractedColors":{"colorDark":{"hex":"#BD5278","isFallback":false}}},"duration":{"totalMilliseconds":6926706},"releaseDate":{"isoString":"2021-08-22T23:00:00Z","precision":"MINUTE"},"playedState":{"playPositionMilliseconds":0,"state":"NOT_STARTED"},"mediaTypes":["AUDIO"],"podcastV2":{"__typename":"PodcastResponseWrapper","data":{"__typename":"Podcast","uri":"spotify:show:6ws9YyzX2BM5GlnpkQEiu0","name":"What Is Music?: A Music Podcast About R.E.M.","coverArt":{"sources":[{"url":"https://i.scdn.co/image/ab6765630000f68db0065a9417ec4c7cb318452e","width":64,"height":64},{"url":"https://i.scdn.co/image/ab67656300005f1fb0065a9417ec4c7cb318452e","width":300,"height":300},{"url":"https://i.scdn.co/image/ab6765630000ba8ab0065a9417ec4c7cb318452e","width":640,"height":640}]},"mediaType":"AUDIO","publisher":{"name":"Adam Scott Glasspool, Steve Murphy, Lucas Way"}}},"description":"The Big Mates provide insightful commentary for Live at Rome Olympic Stadium by Muse.Adam, Steve, and Lucas discuss the show as released into cinemas and on DVD and Blu-Ray.Dig out your copy, or watch along here:https://www.youtube.com/watch?v=THYSQJfmie0You can now wear your fandom on your (literal) sleeve!What Is Music? now has a RedBubble shop with lots of cool and stupid designs. You can get the designs on basically any product you like, from t-shirts and mugs, to bath mats and jigsaws, via clocks and phone cases! Head to https://whatismusicpod.redbubble.comIf you'd like a different way to donate to usYou can do so at https://ko-fi.com/whatismusicAny donations very gratefully received and go towards our running costs!Join the conversation on:Twitter: https://twitter.com/whatismusicpodInstagram: https://www.instagram.com/whatismusicpodE-mail: whatismusicpod@gmail.comhttp://whatismusic.buzzsprout.com/Support the show","contentRating":{"label":"EXPLICIT"}}},{"__typename":"EpisodeResponseWrapper","data":{"__typename":"Episode","uri":"spotify:episode:5JASiOSPccRf8HX3xDFYM8","name":"91 – Muse – Uprising – Análisis\uD83C\uDF99","coverArt":{"sources":[{"url":"https://i.scdn.co/image/ab6765630000f68d230f74513c1d938eec8a7e54","width":64,"height":64},{"url":"https://i.scdn.co/image/ab67656300005f1f230f74513c1d938eec8a7e54","width":300,"height":300},{"url":"https://i.scdn.co/image/ab6765630000ba8a230f74513c1d938eec8a7e54","width":640,"height":640}],"extractedColors":{"colorDark":{"hex":"#B84898","isFallback":false}}},"duration":{"totalMilliseconds":948636},"releaseDate":{"isoString":"2023-09-11T03:03:00Z","precision":"MINUTE"},"playedState":{"playPositionMilliseconds":0,"state":"NOT_STARTED"},"mediaTypes":["AUDIO"],"podcastV2":{"__typename":"PodcastResponseWrapper","data":{"__typename":"Podcast","uri":"spotify:show:3oPhOJT4stGefPidU65izc","name":"Producción Musical Creativa","coverArt":{"sources":[{"url":"https://i.scdn.co/image/ab6765630000f68d3e307e472784b3c3151676a0","width":64,"height":64},{"url":"https://i.scdn.co/image/ab67656300005f1f3e307e472784b3c3151676a0","width":300,"height":300},{"url":"https://i.scdn.co/image/ab6765630000ba8a3e307e472784b3c3151676a0","width":640,"height":640}]},"mediaType":"AUDIO","publisher":{"name":"Espiral Sound"}}},"description":"¡Hola, buenas! \uD83C\uDFB8 Soy Ciro Galvis, y hoy nos vamos a sumergir en la increíble historia de un grupo que arrasa en el escenario \uD83C\uDFA4\uD83E\uDD18. ¡Sí, estoy hablando de Muse y su asombrosa canción «Uprising»!  Pero antes de comenzar, permíteme hacer la típica aclaración: no vamos a incluir partes de la canción original para evitar […] La entrada 91 – Muse – Uprising – Análisis\uD83C\uDF99 se publicó primero en Espiral Sound.","contentRating":{"label":"NONE"}}},{"__typename":"EpisodeResponseWrapper","data":{"__typename":"Episode","uri":"spotify:episode:5w3b5ZesBRvSE1ZsS2auI9","name":"Muse Live at KeyArena, Seattle 2010 Commentary","coverArt":{"sources":[{"url":"https://i.scdn.co/image/ab6765630000f68df04a74c154084a5d248f6783","width":64,"height":64},{"url":"https://i.scdn.co/image/ab67656300005f1ff04a74c154084a5d248f6783","width":300,"height":300},{"url":"https://i.scdn.co/image/ab6765630000ba8af04a74c154084a5d248f6783","width":640,"height":640}],"extractedColors":{"colorDark":{"hex":"#BD5278","isFallback":false}}},"duration":{"totalMilliseconds":6074435},"releaseDate":{"isoString":"2021-07-04T23:00:00Z","precision":"MINUTE"},"playedState":{"playPositionMilliseconds":0,"state":"NOT_STARTED"},"mediaTypes":["AUDIO"],"podcastV2":{"__typename":"PodcastResponseWrapper","data":{"__typename":"Podcast","uri":"spotify:show:6ws9YyzX2BM5GlnpkQEiu0","name":"What Is Music?: A Music Podcast About R.E.M.","coverArt":{"sources":[{"url":"https://i.scdn.co/image/ab6765630000f68db0065a9417ec4c7cb318452e","width":64,"height":64},{"url":"https://i.scdn.co/image/ab67656300005f1fb0065a9417ec4c7cb318452e","width":300,"height":300},{"url":"https://i.scdn.co/image/ab6765630000ba8ab0065a9417ec4c7cb318452e","width":640,"height":640}]},"mediaType":"AUDIO","publisher":{"name":"Adam Scott Glasspool, Steve Murphy, Lucas Way"}}},"description":"The Big Mates provide insightful commentary for Muse Live at KeyArena, Seattle in 2010. Adam, Steve, and Lucas discuss the show as broadcast on MySpace and many, many other things.Watch along with this video (or don't - the choice is yours, and the episode works on its own!):https://www.youtube.com/watch?v=1t06Zkf6Z_QYou can now wear your fandom on your (literal) sleeve!What Is Music? now has a RedBubble shop with lots of cool and stupid designs. You can get the designs on basically any product you like, from t-shirts and mugs, to bath mats and jigsaws, via clocks and phone cases! Head to https://whatismusicpod.redbubble.comIf you'd like a different way to donate to usYou can do so at https://ko-fi.com/whatismusicAny donations very gratefully received and go towards our running costs!Join the conversation on:Twitter: https://twitter.com/whatismusicpodInstagram: https://www.instagram.com/whatismusicpodE-mail: whatismusicpod@gmail.comhttp://whatismusic.buzzsprout.com/Support the show","contentRating":{"label":"EXPLICIT"}}},{"__typename":"EpisodeResponseWrapper","data":{"__typename":"Episode","uri":"spotify:episode:6HouaOEn9U98fEiyuHP4aD","name":"Will of the People (Pt. 1)","coverArt":{"sources":[{"url":"https://i.scdn.co/image/ab6765630000f68dd9ec5ac22970b63ebd124871","width":64,"height":64},{"url":"https://i.scdn.co/image/ab67656300005f1fd9ec5ac22970b63ebd124871","width":300,"height":300},{"url":"https://i.scdn.co/image/ab6765630000ba8ad9ec5ac22970b63ebd124871","width":640,"height":640}],"extractedColors":{"colorDark":{"hex":"#A82028","isFallback":false}}},"duration":{"totalMilliseconds":7576737},"releaseDate":{"isoString":"2023-07-24T05:00:00Z","precision":"MINUTE"},"playedState":{"playPositionMilliseconds":0,"state":"NOT_STARTED"},"mediaTypes":["AUDIO"],"podcastV2":{"__typename":"PodcastResponseWrapper","data":{"__typename":"Podcast","uri":"spotify:show:6ws9YyzX2BM5GlnpkQEiu0","name":"What Is Music?: A Music Podcast About R.E.M.","coverArt":{"sources":[{"url":"https://i.scdn.co/image/ab6765630000f68db0065a9417ec4c7cb318452e","width":64,"height":64},{"url":"https://i.scdn.co/image/ab67656300005f1fb0065a9417ec4c7cb318452e","width":300,"height":300},{"url":"https://i.scdn.co/image/ab6765630000ba8ab0065a9417ec4c7cb318452e","width":640,"height":640}]},"mediaType":"AUDIO","publisher":{"name":"Adam Scott Glasspool, Steve Murphy, Lucas Way"}}},"description":"The Big Mates discuss the human centipede of seeing things, NFTs, colour grading, and Will of the People by Muse.Adam, Steve, and Lucas return to their Season 2 subject, Muse, in order to dissect and explore the band's ninth and most recent album, Will of the People. They talk about the writing and recording process, the context surrounding the songs, and offer up analysis, opinions, and thoughts from three differing perspectives on music, from being deeply into analysis and music, to not caring for art or critique, and everything in between.They touch on the recording process, the impetus of recreating a \"Best Of\" compilation, the thorny political themes of the album, and the ever-quotable Matt Bellamy. Pandemics, wildfires, conspiracy theories, shadow governments - it must be a Muse album! Is Plug in Baby on this album? What's the difference between trivia and facts? Do you know why the moon and the sun look the same size? Find out on this episode of What Is Music?Join us next week for the conclusion of our deep-dive into Will of the People!Join the conversation on:Twitter: https://twitter.com/whatismusicpodInstagram: https://www.instagram.com/whatismusicpodE-mail: whatismusicpod@gmail.comGet access to more shows, exclusive bonus content, ad-free episodes of this show, and more music discussion by subscribing to our Patreon!Head to patreon.com/whatismusicpod and receive up to two new episodes of our various shows every week (including shows about Manic Street Preachers and monthly themed playlists!), ad-free archives of What Is Music?, and access to our Patron-only Discord server for even more music (and non-music) discussion!Support our show when starting your own podcast!By signing up to Buzzsprout with this link: https://www.buzzsprout.com/?referrer_id=780379Check out our merch!https://whatismusicpod.redbubble.comDonate to our podcast!https://ko-fi.com/whatismusichttp://whatismusic.buzzsprout.com/Support the show","contentRating":{"label":"EXPLICIT"}}},{"__typename":"EpisodeResponseWrapper","data":{"__typename":"Episode","uri":"spotify:episode:5qtdVhyPe8nLHPKLLgoLJm","name":"Muse: Final Thoughts","coverArt":{"sources":[{"url":"https://i.scdn.co/image/ab6765630000f68d256912df80034b49f34c2faa","width":64,"height":64},{"url":"https://i.scdn.co/image/ab67656300005f1f256912df80034b49f34c2faa","width":300,"height":300},{"url":"https://i.scdn.co/image/ab6765630000ba8a256912df80034b49f34c2faa","width":640,"height":640}],"extractedColors":{"colorDark":{"hex":"#BD5278","isFallback":false}}},"duration":{"totalMilliseconds":11878896},"releaseDate":{"isoString":"2021-12-13T05:00:00Z","precision":"MINUTE"},"playedState":{"playPositionMilliseconds":0,"state":"NOT_STARTED"},"mediaTypes":["AUDIO"],"podcastV2":{"__typename":"PodcastResponseWrapper","data":{"__typename":"Podcast","uri":"spotify:show:6ws9YyzX2BM5GlnpkQEiu0","name":"What Is Music?: A Music Podcast About R.E.M.","coverArt":{"sources":[{"url":"https://i.scdn.co/image/ab6765630000f68db0065a9417ec4c7cb318452e","width":64,"height":64},{"url":"https://i.scdn.co/image/ab67656300005f1fb0065a9417ec4c7cb318452e","width":300,"height":300},{"url":"https://i.scdn.co/image/ab6765630000ba8ab0065a9417ec4c7cb318452e","width":640,"height":640}]},"mediaType":"AUDIO","publisher":{"name":"Adam Scott Glasspool, Steve Murphy, Lucas Way"}}},"description":"The Big Mates discuss kindergarten, Radiohead, U2, Recess, drum and bass, fanbases, Stan culture, art, Coldplay, Saturday Night Live, pantomime, dad rock, cultural impact, Stath Lets Flats, how the general public listen to music, Every Time I Die, aurora borealis, R.E.M., Beyonce, legacy, The Simpsons, The Big Bang Theory, The Who, Radiohead again, Manic Street Preachers and offer their final thoughts on Muse.Adam, Steve, and Lucas look back on the last year of musical examination, place the career of Muse into context, and discuss their feelings and opinions on it. They also find time to discuss their album rankings, final scores, and their Top 10 Muse songs. Does context affect the way we listen to music? Does knowing the history of an artist give you a better appreciation of their output? And, more importantly, are you amused? Find out on this episode of What Is Music?Join us next week for our special Xmas episode!You can now wear your fandom on your (literal) sleeve!What Is Music? now has a RedBubble shop with lots of cool and stupid designs. You can get the designs on basically any product you like, from t-shirts and mugs, to bath mats and jigsaws, via clocks and phone cases! Head to https://whatismusicpod.redbubble.comIf you'd like a different way to donate to usYou can do so at https://ko-fi.com/whatismusicAny donations very gratefully received and go towards our running costs!Join the conversation on:Twitter: https://twitter.com/whatismusicpodInstagram: https://www.instagram.com/whatismusicpodE-mail: whatismusicpod@gmail.comhttp://whatismusic.buzzsprout.com/Support the show","contentRating":{"label":"EXPLICIT"}}},{"__typename":"EpisodeResponseWrapper","data":{"__typename":"Episode","uri":"spotify:episode:7fPYxqTR0br24Ccto6atjc","name":"Muse. Especial 25 Aniversario. Los inicios del grupo","coverArt":{"sources":[{"url":"https://i.scdn.co/image/ab6765630000f68d095d5ebef3540c0ecf193b85","width":64,"height":64},{"url":"https://i.scdn.co/image/ab67656300005f1f095d5ebef3540c0ecf193b85","width":300,"height":300},{"url":"https://i.scdn.co/image/ab6765630000ba8a095d5ebef3540c0ecf193b85","width":640,"height":640}],"extractedColors":{"colorDark":{"hex":"#A83830","isFallback":false}}},"duration":{"totalMilliseconds":3595488},"releaseDate":{"isoString":"2023-12-16T21:01:00Z","precision":"MINUTE"},"playedState":{"playPositionMilliseconds":0,"state":"NOT_STARTED"},"mediaTypes":["AUDIO"],"podcastV2":{"__typename":"PodcastResponseWrapper","data":{"__typename":"Podcast","uri":"spotify:show:1JWdhUvzZq4TPb5KDdoq7g","name":"La Gran Travesía","coverArt":{"sources":[{"url":"https://i.scdn.co/image/ab6765630000f68de2b2b56e9ab9d4d4bed7d8c4","width":64,"height":64},{"url":"https://i.scdn.co/image/ab67656300005f1fe2b2b56e9ab9d4d4bed7d8c4","width":300,"height":300},{"url":"https://i.scdn.co/image/ab6765630000ba8ae2b2b56e9ab9d4d4bed7d8c4","width":640,"height":640}]},"mediaType":"AUDIO","publisher":{"name":"jesus jimenez cuenca"}}},"description":"Hoy en La Gran Travesía recuperamos los inicios de Muse, con motivo del 25 aniversario de su primer disco. Recorremos sus inicios, maquetas y demos, así como sus primeros EP´s y sus discos Showbiz (1999) y Origin of Simmetry (2001). Directos, versiones y algunos de sus temas más populares en esta primera parte.  ▶️ Y ya sabéis, si os gusta el programa y os apetece, podéis apoyarnos y colaborar con nosotros por el simple precio de una cerveza al mes, desde el botón azul de iVoox, y así, además acceder a todo el archivo histórico exclusivo.  Muchas gracias también a todos los mecenas y patrocinadores por vuestro apoyo: Raquel Jiménez, Juan Carlos Ramírez, Una Hora con Satán, Leticia, Nicolás SDLRF, Eva Granado, Javi Dubra, Peiper, Javifer, Francisco Quintana, Pdr_Rmn, Sgd, José Luis Orive, Utxi73, Patri Lb, Raul Andrés, Jbasabe, Iñako GB, Tomás Pérez Martínez, Eugeni, Pablo Pineda, Quim Goday, Enfermerator, María Arán, Joaquín, Edgar Xavier Sandoval, Hörns Üp, Víctor Bravo, Juan Carlos González, Francisco González, Vicente DC, Ángel Hernández, Marcos París, Dani, Vlado74, Luis Miguel Crespo, Daniel A, Redneckman, Elliott SF, Guillermo Gutiérrez, Sementalex, Jesús Miguel, Ángel Torres, Suibne, Mati, Dora, José Diego … y a los mecenas anónimos.","contentRating":{"label":"NONE"}}}]},"genres":{"totalCount":0,"items":[]},"playlists":{"totalCount":285,"items":[{"__typename":"PlaylistResponseWrapper","data":{"__typename":"Playlist","uri":"spotify:playlist:37i9dQZF1EIUATeZ7rQh0j","name":"Muse Mix","description":"<a href=spotify:playlist:37i9dQZF1EIXxP4lZOF65z>Franz Ferdinand</a>, <a href=spotify:playlist:37i9dQZF1EIVkFSnMh0w5Z>The Killers</a> and <a href=spotify:playlist:37i9dQZF1EIWhxKlsEu2af>The White Stripes</a>","images":{"items":[{"sources":[{"url":"https://seed-mix-image.spotifycdn.com/v6/img/artist/12Chz98pHFMPJEknJQMWvI/en/default","width":null,"height":null}],"extractedColors":{"colorDark":{"hex":"#8E733C","isFallback":false}}}]},"format":"artist-mix-reader","attributes":[{"key":"mediaListConfig","value":"spotify:medialistconfig:artist-seed-mix:default_v25"},{"key":"request_id","value":"ssp|060eac6e4bfcc7757a35867bfec222f216a0"},{"key":"correlation-id","value":"ssp|060eac6e4bfcc7757a35867bfec222f216a0"}],"ownerV2":{"__typename":"UserResponseWrapper","data":{"__typename":"User","name":"Spotify","uri":"spotify:user:spotify","username":"spotify","avatar":{"sources":[{"url":"https://i.scdn.co/image/ab67757000003b8255c25988a6ac314394d3fbf5","width":64,"height":64},{"url":"https://i.scdn.co/image/ab6775700000ee8555c25988a6ac314394d3fbf5","width":300,"height":300}]}}}}},{"__typename":"PlaylistResponseWrapper","data":{"__typename":"Playlist","uri":"spotify:playlist:2Tg6Pz4Ol2pnsshGBjraoL","name":"Muse Complete","description":"Listen to the complete <a href=\"http://muse.mu/\">Muse </a>playlist. ABSOLUTION XX OUT NOW! ","images":{"items":[{"sources":[{"url":"https://i.scdn.co/image/ab67706c0000da84c010328e0e835306013da4ca","width":null,"height":null}],"extractedColors":{"colorDark":{"hex":"#901828","isFallback":false}}}]},"format":"","attributes":[],"ownerV2":{"__typename":"UserResponseWrapper","data":{"__typename":"User","name":"muse_official","uri":"spotify:user:muse_official","username":"muse_official","avatar":null}}}},{"__typename":"PlaylistResponseWrapper","data":{"__typename":"Playlist","uri":"spotify:playlist:117X9fjp0KYT3swsyKlmGN","name":"Muse Greatest Hits","description":"I&#x27;m a bit of a old school Muser","images":{"items":[{"sources":[{"url":"https://mosaic.scdn.co/640/ab67616d00001e0234dd1b3a44cccef2d3c8bfceab67616d00001e025225e9931a558f6d2f541a7dab67616d00001e02812d596c3ae4731ec9228516ab67616d00001e028cb690f962092fd44bbe2bf4","width":640,"height":640},{"url":"https://mosaic.scdn.co/300/ab67616d00001e0234dd1b3a44cccef2d3c8bfceab67616d00001e025225e9931a558f6d2f541a7dab67616d00001e02812d596c3ae4731ec9228516ab67616d00001e028cb690f962092fd44bbe2bf4","width":300,"height":300},{"url":"https://mosaic.scdn.co/60/ab67616d00001e0234dd1b3a44cccef2d3c8bfceab67616d00001e025225e9931a558f6d2f541a7dab67616d00001e02812d596c3ae4731ec9228516ab67616d00001e028cb690f962092fd44bbe2bf4","width":60,"height":60}],"extractedColors":{"colorDark":{"hex":"#007DBB","isFallback":false}}}]},"format":"","attributes":[],"ownerV2":{"__typename":"UserResponseWrapper","data":{"__typename":"User","name":"Daniel Sparkes","uri":"spotify:user:118434646","username":"118434646","avatar":{"sources":[{"url":"https://scontent-ams2-1.xx.fbcdn.net/v/t39.30808-1/385709041_10226591906117453_2809494935432148087_n.jpg?stp=cp0_dst-jpg_p50x50&_nc_cat=106&ccb=1-7&_nc_sid=4da83f&_nc_ohc=6zHzHT8BqGcAX8z2oYS&_nc_ht=scontent-ams2-1.xx&edm=AP4hL3IEAAAA&oh=00_AfBtKcYjJ7k2jAEbZOlSDutrFsLj8XOKI0S11_61IsNx9A&oe=65A3F30A","width":64,"height":64},{"url":"https://scontent-ams2-1.xx.fbcdn.net/v/t39.30808-1/385709041_10226591906117453_2809494935432148087_n.jpg?stp=dst-jpg_s320x320&_nc_cat=106&ccb=1-7&_nc_sid=9e7101&_nc_ohc=6zHzHT8BqGcAX8z2oYS&_nc_ht=scontent-ams2-1.xx&edm=AP4hL3IEAAAA&oh=00_AfDw_QN8TpOgVI-2LcUJK-u-CfbJuWrTrWFwc18ORR5iEg&oe=65A3F30A","width":300,"height":300}]}}}}},{"__typename":"PlaylistResponseWrapper","data":{"__typename":"Playlist","uri":"spotify:playlist:5wFPNl5vjvpcleV3c66wWa","name":"Best of MUSE","description":"Réécoute le meilleur de leur discographie : &quot;Will Of The People&quot;, &quot;Uprising&quot;, &quot;Supermassive Black Hole&quot;, &quot;Starlight&quot;… Playlist approuvée par le fanclub MUSE France : https://linktr.ee/musefrance","images":{"items":[{"sources":[{"url":"https://i.scdn.co/image/ab67706c0000da84cd4ae15ee04d2cd889e8364b","width":null,"height":null}],"extractedColors":{"colorDark":{"hex":"#0081A1","isFallback":false}}}]},"format":"","attributes":[],"ownerV2":{"__typename":"UserResponseWrapper","data":{"__typename":"User","name":"Topsify France","uri":"spotify:user:warnerfrspotify","username":"warnerfrspotify","avatar":{"sources":[{"url":"https://i.scdn.co/image/ab67757000003b8213390e1b531e42f2f173ace5","width":64,"height":64},{"url":"https://i.scdn.co/image/ab6775700000ee8513390e1b531e42f2f173ace5","width":300,"height":300}]}}}}},{"__typename":"PlaylistResponseWrapper","data":{"__typename":"Playlist","uri":"spotify:playlist:3eHZpfgANjiXpBnHr8KFVC","name":"muse-music⑴","description":"","images":{"items":[{"sources":[{"url":"https://mosaic.scdn.co/640/ab67616d00001e020dbd33784cb1d75695be3711ab67616d00001e027ccc8005498d9f75b03333c2ab67616d00001e02cccb973e9ff7440fbaf8485eab67616d00001e02d424d6448da5d51e00f6fda7","width":640,"height":640},{"url":"https://mosaic.scdn.co/300/ab67616d00001e020dbd33784cb1d75695be3711ab67616d00001e027ccc8005498d9f75b03333c2ab67616d00001e02cccb973e9ff7440fbaf8485eab67616d00001e02d424d6448da5d51e00f6fda7","width":300,"height":300},{"url":"https://mosaic.scdn.co/60/ab67616d00001e020dbd33784cb1d75695be3711ab67616d00001e027ccc8005498d9f75b03333c2ab67616d00001e02cccb973e9ff7440fbaf8485eab67616d00001e02d424d6448da5d51e00f6fda7","width":60,"height":60}],"extractedColors":{"colorDark":{"hex":"#507078","isFallback":false}}}]},"format":"","attributes":[],"ownerV2":{"__typename":"UserResponseWrapper","data":{"__typename":"User","name":"株式会社muse","uri":"spotify:user:316kh4msb2cpdoukbyjkje3ocdve","username":"316kh4msb2cpdoukbyjkje3ocdve","avatar":null}}}},{"__typename":"PlaylistResponseWrapper","data":{"__typename":"Playlist","uri":"spotify:playlist:7hJ5EyIBVV6LqWSBGAovNS","name":"Muse: The Singles","description":"<a></a>Listen to Muse's singles now,.","images":{"items":[{"sources":[{"url":"https://i.scdn.co/image/ab67706c0000da8496c5dbc967fd2ee92b6dc424","width":null,"height":null}],"extractedColors":{"colorDark":{"hex":"#535353","isFallback":true}}}]},"format":"","attributes":[],"ownerV2":{"__typename":"UserResponseWrapper","data":{"__typename":"User","name":"muse_official","uri":"spotify:user:muse_official","username":"muse_official","avatar":null}}}},{"__typename":"PlaylistResponseWrapper","data":{"__typename":"Playlist","uri":"spotify:playlist:5GhWTiiBlwstNNqWyec1Tf","name":"MUSE MIX\uD83D\uDFE2EXITOS/LO MEJOR","description":"La radio ultimo single de 2023 todas las canciones viejitas setlist gira tour live en concierto antiguos This is hits playlist discografia directo hits supermassive black hole uprising starlight hysteria knights of cydonia time is running out plug in baby madness the biggest songs","images":{"items":[{"sources":[{"url":"https://i.scdn.co/image/ab67706c0000da84e89c9293879e6785ac5802a4","width":null,"height":null}],"extractedColors":{"colorDark":{"hex":"#00829B","isFallback":false}}}]},"format":"","attributes":[],"ownerV2":{"__typename":"UserResponseWrapper","data":{"__typename":"User","name":"\uD83D\uDFE2 ROCK PLAYLISTS \uD83D\uDFE2","uri":"spotify:user:31yfb62456dqlvnsjrfsfnd73zay","username":"31yfb62456dqlvnsjrfsfnd73zay","avatar":null}}}},{"__typename":"PlaylistResponseWrapper","data":{"__typename":"Playlist","uri":"spotify:playlist:3IxLk10fd8jxExgVAHTbcq","name":"Muse & Chill","description":"","images":{"items":[{"sources":[{"url":"https://i.scdn.co/image/ab67706c0000da841968844df3df1eec87af37d6","width":null,"height":null}],"extractedColors":{"colorDark":{"hex":"#403030","isFallback":false}}}]},"format":"","attributes":[],"ownerV2":{"__typename":"UserResponseWrapper","data":{"__typename":"User","name":"muse_official","uri":"spotify:user:muse_official","username":"muse_official","avatar":null}}}},{"__typename":"PlaylistResponseWrapper","data":{"__typename":"Playlist","uri":"spotify:playlist:5oRZr6y7wj22z0aA0cCaWB","name":"Muse – Complete Albums","description":"","images":{"items":[{"sources":[{"url":"https://mosaic.scdn.co/640/ab67616d00001e0228933b808bfb4cbbd0385400ab67616d00001e0234dd1b3a44cccef2d3c8bfceab67616d00001e025225e9931a558f6d2f541a7dab67616d00001e028cb690f962092fd44bbe2bf4","width":640,"height":640},{"url":"https://mosaic.scdn.co/300/ab67616d00001e0228933b808bfb4cbbd0385400ab67616d00001e0234dd1b3a44cccef2d3c8bfceab67616d00001e025225e9931a558f6d2f541a7dab67616d00001e028cb690f962092fd44bbe2bf4","width":300,"height":300},{"url":"https://mosaic.scdn.co/60/ab67616d00001e0228933b808bfb4cbbd0385400ab67616d00001e0234dd1b3a44cccef2d3c8bfceab67616d00001e025225e9931a558f6d2f541a7dab67616d00001e028cb690f962092fd44bbe2bf4","width":60,"height":60}],"extractedColors":{"colorDark":{"hex":"#A02818","isFallback":false}}}]},"format":"","attributes":[],"ownerV2":{"__typename":"UserResponseWrapper","data":{"__typename":"User","name":"benhaz17","uri":"spotify:user:benhaz17","username":"benhaz17","avatar":{"sources":[{"url":"https://i.scdn.co/image/ab67757000003b8264d9389214c11b999218cd9b","width":64,"height":64},{"url":"https://i.scdn.co/image/ab6775700000ee8564d9389214c11b999218cd9b","width":300,"height":300}]}}}}},{"__typename":"PlaylistResponseWrapper","data":{"__typename":"Playlist","uri":"spotify:playlist:4Yw3Hx42DC2ScBalI4hjT2","name":"Muse Greatest Hits","description":"","images":{"items":[{"sources":[{"url":"https://mosaic.scdn.co/640/ab67616d00001e0228933b808bfb4cbbd0385400ab67616d00001e0234dd1b3a44cccef2d3c8bfceab67616d00001e02a9e6856251d6c4b13167924aab67616d00001e02b6d4566db0d12894a1a3b7a2","width":640,"height":640},{"url":"https://mosaic.scdn.co/300/ab67616d00001e0228933b808bfb4cbbd0385400ab67616d00001e0234dd1b3a44cccef2d3c8bfceab67616d00001e02a9e6856251d6c4b13167924aab67616d00001e02b6d4566db0d12894a1a3b7a2","width":300,"height":300},{"url":"https://mosaic.scdn.co/60/ab67616d00001e0228933b808bfb4cbbd0385400ab67616d00001e0234dd1b3a44cccef2d3c8bfceab67616d00001e02a9e6856251d6c4b13167924aab67616d00001e02b6d4566db0d12894a1a3b7a2","width":60,"height":60}],"extractedColors":{"colorDark":{"hex":"#A02818","isFallback":false}}}]},"format":"","attributes":[],"ownerV2":{"__typename":"UserResponseWrapper","data":{"__typename":"User","name":"Ryan Brown","uri":"spotify:user:brinewarp","username":"brinewarp","avatar":{"sources":[{"url":"https://scontent-ams2-1.xx.fbcdn.net/v/t1.6435-1/130228110_10124293839103584_3506390652921026416_n.jpg?stp=cp0_dst-jpg_p50x50&_nc_cat=110&ccb=1-7&_nc_sid=db1b99&_nc_ohc=jLoiCi8TxRgAX-F6hVg&_nc_ht=scontent-ams2-1.xx&edm=AP4hL3IEAAAA&oh=00_AfAFSwdTW2n1L7F7eHAXrClBG2A-sdeRWWt9fMnRormZWg&oe=65C6DA58","width":64,"height":64},{"url":"https://scontent-ams2-1.xx.fbcdn.net/v/t1.6435-1/130228110_10124293839103584_3506390652921026416_n.jpg?stp=dst-jpg_p320x320&_nc_cat=110&ccb=1-7&_nc_sid=0be577&_nc_ohc=jLoiCi8TxRgAX-F6hVg&_nc_ht=scontent-ams2-1.xx&edm=AP4hL3IEAAAA&oh=00_AfDChjmPbXyFYBmQyGK8A8nNfu5NnsYgxG-uJFiFpYVGuQ&oe=65C6DA58","width":300,"height":300}]}}}}}]},"podcasts":{"totalCount":28,"items":[{"__typename":"PodcastResponseWrapper","data":{"__typename":"Podcast","uri":"spotify:show:47sZbp0oO7AF0jIhV3kGqn","name":"Motivational Muse for the Muse2music program.","coverArt":{"sources":[{"url":"https://i.scdn.co/image/ab6765630000f68db31f7d625a6bc95725ac2989","width":64,"height":64},{"url":"https://i.scdn.co/image/ab67656300005f1fb31f7d625a6bc95725ac2989","width":300,"height":300},{"url":"https://i.scdn.co/image/ab6765630000ba8ab31f7d625a6bc95725ac2989","width":640,"height":640}],"extractedColors":{"colorDark":{"hex":"#557D8A","isFallback":false}}},"publisher":{"name":"Kent Hinesley"},"mediaType":"AUDIO","topics":{"items":[{"__typename":"PodcastTopic","title":"Self-help","uri":"spotify:genre:0JQ5DAqbMKFLPhtHltUeTr"}]}}},{"__typename":"PodcastResponseWrapper","data":{"__typename":"Podcast","uri":"spotify:show:4iJMTDJQ1ykduQkUT1ms1a","name":"Muse On The Mic","coverArt":{"sources":[{"url":"https://i.scdn.co/image/ab6765630000f68d54c9ba2565b401f3dfda7060","width":64,"height":64},{"url":"https://i.scdn.co/image/ab67656300005f1f54c9ba2565b401f3dfda7060","width":300,"height":300},{"url":"https://i.scdn.co/image/ab6765630000ba8a54c9ba2565b401f3dfda7060","width":640,"height":640}],"extractedColors":{"colorDark":{"hex":"#C80000","isFallback":false}}},"publisher":{"name":"Emily Muse "},"mediaType":"AUDIO","topics":{"items":[{"__typename":"PodcastTopic","title":"Sex","uri":"spotify:genre:0JQ5IMCbQBLqakmO96jZ4G"}]}}},{"__typename":"PodcastResponseWrapper","data":{"__typename":"Podcast","uri":"spotify:show:7gezqxqYlAcGXF11AjFeMD","name":"Muse After Hours ","coverArt":{"sources":[{"url":"https://i.scdn.co/image/ab6765630000f68dda91fca03a0177475b494dac","width":64,"height":64},{"url":"https://i.scdn.co/image/ab67656300005f1fda91fca03a0177475b494dac","width":300,"height":300},{"url":"https://i.scdn.co/image/ab6765630000ba8ada91fca03a0177475b494dac","width":640,"height":640}],"extractedColors":{"colorDark":{"hex":"#505050","isFallback":false}}},"publisher":{"name":"Muse After Hours "},"mediaType":"MIXED","topics":{"items":[{"__typename":"PodcastTopic","title":"Beauty & Fashion","uri":"spotify:genre:0JQ5IMCbQBLlXemwiylToM"}]}}},{"__typename":"PodcastResponseWrapper","data":{"__typename":"Podcast","uri":"spotify:show:7x4BuOQf7a3AGP8Pl6kzdn","name":"Musecast - Podcast for Musers","coverArt":{"sources":[{"url":"https://i.scdn.co/image/d0c0d1097be92e5b3528f31e52cddc558b662ffb","width":64,"height":64},{"url":"https://i.scdn.co/image/d860560332bafba3b1cd6fe8c672717cd57cd568","width":300,"height":300},{"url":"https://i.scdn.co/image/be7cd59bbbdd3b53b681d0230433a0fe241edb17","width":640,"height":640}],"extractedColors":{"colorDark":{"hex":"#535353","isFallback":true}}},"publisher":{"name":"Anaïs Lucia"},"mediaType":"MIXED","topics":{"items":[{"__typename":"PodcastTopic","title":"Music history","uri":"spotify:genre:0JQ5IMCbQBLubyEn3NCJAz"}]}}},{"__typename":"PodcastResponseWrapper","data":{"__typename":"Podcast","uri":"spotify:show:7kCZBptka5TplKgev6BOYH","name":"Muse Records ","coverArt":{"sources":[{"url":"https://i.scdn.co/image/ab6765630000f68db35fdb81bc4ffd324319f2a7","width":64,"height":64},{"url":"https://i.scdn.co/image/ab67656300005f1fb35fdb81bc4ffd324319f2a7","width":300,"height":300},{"url":"https://i.scdn.co/image/ab6765630000ba8ab35fdb81bc4ffd324319f2a7","width":640,"height":640}],"extractedColors":{"colorDark":{"hex":"#535353","isFallback":true}}},"publisher":{"name":"DiggerDan"},"mediaType":"AUDIO","topics":{"items":[{"__typename":"PodcastTopic","title":"Music history","uri":"spotify:genre:0JQ5IMCbQBLubyEn3NCJAz"}]}}},{"__typename":"PodcastResponseWrapper","data":{"__typename":"Podcast","uri":"spotify:show:7gNYWRmSFznVfObMnML7yU","name":"Museverse With Mel ","coverArt":{"sources":[{"url":"https://i.scdn.co/image/ab6765630000f68dced38218bb9f53e4695be2e3","width":64,"height":64},{"url":"https://i.scdn.co/image/ab67656300005f1fced38218bb9f53e4695be2e3","width":300,"height":300},{"url":"https://i.scdn.co/image/ab6765630000ba8aced38218bb9f53e4695be2e3","width":640,"height":640}],"extractedColors":{"colorDark":{"hex":"#BC5B24","isFallback":false}}},"publisher":{"name":"Mel"},"mediaType":"AUDIO","topics":{"items":[]}}},{"__typename":"PodcastResponseWrapper","data":{"__typename":"Podcast","uri":"spotify:show:0HQcK5Nnexs9fUzJTQFvnH","name":"The Muse Room ","coverArt":{"sources":[{"url":"https://i.scdn.co/image/ab6765630000f68dff4ce3105d97fc639a55b73c","width":64,"height":64},{"url":"https://i.scdn.co/image/ab67656300005f1fff4ce3105d97fc639a55b73c","width":300,"height":300},{"url":"https://i.scdn.co/image/ab6765630000ba8aff4ce3105d97fc639a55b73c","width":640,"height":640}],"extractedColors":{"colorDark":{"hex":"#A02020","isFallback":false}}},"publisher":{"name":"Asa Yee"},"mediaType":"MIXED","topics":{"items":[{"__typename":"PodcastTopic","title":"Self-help","uri":"spotify:genre:0JQ5DAqbMKFLPhtHltUeTr"}]}}},{"__typename":"PodcastResponseWrapper","data":{"__typename":"Podcast","uri":"spotify:show:6qksQOOwZk5Vfc5qyYV1Sq","name":"Muse Ecology","coverArt":{"sources":[{"url":"https://i.scdn.co/image/ab6765630000f68d202ed07526885999f2ca9798","width":64,"height":64},{"url":"https://i.scdn.co/image/ab67656300005f1f202ed07526885999f2ca9798","width":300,"height":300},{"url":"https://i.scdn.co/image/ab6765630000ba8a202ed07526885999f2ca9798","width":640,"height":640}],"extractedColors":{"colorDark":{"hex":"#067FB2","isFallback":false}}},"publisher":{"name":"Timothy Sexauer"},"mediaType":"AUDIO","topics":{"items":[{"__typename":"PodcastTopic","title":"History","uri":"spotify:genre:0JQ5DAqbMKFKK9EFSCDuOS"}]}}},{"__typename":"PodcastResponseWrapper","data":{"__typename":"Podcast","uri":"spotify:show:6pTzaPmL1VYhQSVm0WJk2G","name":"Muse On Minis Gaming Network","coverArt":{"sources":[{"url":"https://i.scdn.co/image/ab6765630000f68d3f99db98f229104f93ffbff8","width":64,"height":64},{"url":"https://i.scdn.co/image/ab67656300005f1f3f99db98f229104f93ffbff8","width":300,"height":300},{"url":"https://i.scdn.co/image/ab6765630000ba8a3f99db98f229104f93ffbff8","width":640,"height":640}],"extractedColors":{"colorDark":{"hex":"#077FB1","isFallback":false}}},"publisher":{"name":"Muse On Minis"},"mediaType":"AUDIO","topics":{"items":[{"__typename":"PodcastTopic","title":"Entertainment","uri":"spotify:genre:entertainment_v2_podcasts"},{"__typename":"PodcastTopic","title":"Video games","uri":"spotify:genre:0JQ5IMCbQBLtqWiaa5oQu8"},{"__typename":"PodcastTopic","title":"Comedy","uri":"spotify:genre:0JQ5DAqbMKFNr6gDrHHVKL"}]}}},{"__typename":"PodcastResponseWrapper","data":{"__typename":"Podcast","uri":"spotify:show:3d7vRQ3DlzvzSI7zPK56nu","name":"MUSE","coverArt":{"sources":[{"url":"https://i.scdn.co/image/ab6765630000f68d7ca0c057164beb1913778523","width":64,"height":64},{"url":"https://i.scdn.co/image/ab67656300005f1f7ca0c057164beb1913778523","width":300,"height":300},{"url":"https://i.scdn.co/image/ab6765630000ba8a7ca0c057164beb1913778523","width":640,"height":640}],"extractedColors":{"colorDark":{"hex":"#82765F","isFallback":false}}},"publisher":{"name":"westkast"},"mediaType":"AUDIO","topics":{"items":[{"__typename":"PodcastTopic","title":"Books","uri":"spotify:genre:0JQ5DAqbMKFD0Jc9BXRvme"}]}}}]},"audiobooks":{"totalCount":2,"items":[{"__typename":"AudiobookResponseWrapper","data":{"__typename":"RestrictedContent"}},{"__typename":"AudiobookResponseWrapper","data":{"__typename":"RestrictedContent"}}]},"tracksV2":{"totalCount":603,"items":[{"matchedFields":[],"item":{"__typename":"TrackResponseWrapper","data":{"__typename":"Track","uri":"spotify:track:0knbMPVHpFbsx38pLoYSRs","id":"0knbMPVHpFbsx38pLoYSRs","name":"Hysteria","albumOfTrack":{"uri":"spotify:album:2Eq6RyxCm7qEAF2YLOxa4s","name":"Absolution","coverArt":{"sources":[{"url":"https://i.scdn.co/image/ab67616d00001e023303a842ee1bc0b23204333d","width":300,"height":300},{"url":"https://i.scdn.co/image/ab67616d000048513303a842ee1bc0b23204333d","width":64,"height":64},{"url":"https://i.scdn.co/image/ab67616d0000b2733303a842ee1bc0b23204333d","width":640,"height":640}],"extractedColors":{"colorDark":{"hex":"#385070","isFallback":false}}},"id":"2Eq6RyxCm7qEAF2YLOxa4s"},"artists":{"items":[{"uri":"spotify:artist:12Chz98pHFMPJEknJQMWvI","profile":{"name":"Muse"}}]},"contentRating":{"label":"NONE"},"duration":{"totalMilliseconds":227023},"playability":{"playable":true},"associations":{"associatedVideos":{"totalCount":0}}}}},{"matchedFields":[],"item":{"__typename":"TrackResponseWrapper","data":{"__typename":"Track","uri":"spotify:track:6zkhhG8iQ8waiwGkQuhoE1","id":"6zkhhG8iQ8waiwGkQuhoE1","name":"Exogenesis: Symphony Pt. 1 (Overture)","albumOfTrack":{"uri":"spotify:album:0eFHYz8NmK75zSplL5qlfM","name":"The Resistance","coverArt":{"sources":[{"url":"https://i.scdn.co/image/ab67616d00001e02b6d4566db0d12894a1a3b7a2","width":300,"height":300},{"url":"https://i.scdn.co/image/ab67616d00004851b6d4566db0d12894a1a3b7a2","width":64,"height":64},{"url":"https://i.scdn.co/image/ab67616d0000b273b6d4566db0d12894a1a3b7a2","width":640,"height":640}],"extractedColors":{"colorDark":{"hex":"#4878A0","isFallback":false}}},"id":"0eFHYz8NmK75zSplL5qlfM"},"artists":{"items":[{"uri":"spotify:artist:12Chz98pHFMPJEknJQMWvI","profile":{"name":"Muse"}}]},"contentRating":{"label":"NONE"},"duration":{"totalMilliseconds":258440},"playability":{"playable":true},"associations":{"associatedVideos":{"totalCount":0}}}}},{"matchedFields":[],"item":{"__typename":"TrackResponseWrapper","data":{"__typename":"Track","uri":"spotify:track:76ZDwA8uTyMys4LIS3pBUX","id":"76ZDwA8uTyMys4LIS3pBUX","name":"Exogenesis: Symphony Pt. 3 (Redemption)","albumOfTrack":{"uri":"spotify:album:0eFHYz8NmK75zSplL5qlfM","name":"The Resistance","coverArt":{"sources":[{"url":"https://i.scdn.co/image/ab67616d00001e02b6d4566db0d12894a1a3b7a2","width":300,"height":300},{"url":"https://i.scdn.co/image/ab67616d00004851b6d4566db0d12894a1a3b7a2","width":64,"height":64},{"url":"https://i.scdn.co/image/ab67616d0000b273b6d4566db0d12894a1a3b7a2","width":640,"height":640}],"extractedColors":{"colorDark":{"hex":"#4878A0","isFallback":false}}},"id":"0eFHYz8NmK75zSplL5qlfM"},"artists":{"items":[{"uri":"spotify:artist:12Chz98pHFMPJEknJQMWvI","profile":{"name":"Muse"}}]},"contentRating":{"label":"NONE"},"duration":{"totalMilliseconds":277026},"playability":{"playable":true},"associations":{"associatedVideos":{"totalCount":0}}}}},{"matchedFields":[],"item":{"__typename":"TrackResponseWrapper","data":{"__typename":"Track","uri":"spotify:track:2UKARCqDrhkYDoVR4FN5Wi","id":"2UKARCqDrhkYDoVR4FN5Wi","name":"Plug in Baby","albumOfTrack":{"uri":"spotify:album:1Dh27pjT3IEdiRG9Se5uQn","name":"Origin of Symmetry","coverArt":{"sources":[{"url":"https://i.scdn.co/image/ab67616d00001e025225e9931a558f6d2f541a7d","width":300,"height":300},{"url":"https://i.scdn.co/image/ab67616d000048515225e9931a558f6d2f541a7d","width":64,"height":64},{"url":"https://i.scdn.co/image/ab67616d0000b2735225e9931a558f6d2f541a7d","width":640,"height":640}],"extractedColors":{"colorDark":{"hex":"#535353","isFallback":true}}},"id":"1Dh27pjT3IEdiRG9Se5uQn"},"artists":{"items":[{"uri":"spotify:artist:12Chz98pHFMPJEknJQMWvI","profile":{"name":"Muse"}}]},"contentRating":{"label":"NONE"},"duration":{"totalMilliseconds":218000},"playability":{"playable":true},"associations":{"associatedVideos":{"totalCount":0}}}}},{"matchedFields":[],"item":{"__typename":"TrackResponseWrapper","data":{"__typename":"Track","uri":"spotify:track:0It6VJoMAare1zdV2wxqZq","id":"0It6VJoMAare1zdV2wxqZq","name":"Undisclosed Desires","albumOfTrack":{"uri":"spotify:album:0eFHYz8NmK75zSplL5qlfM","name":"The Resistance","coverArt":{"sources":[{"url":"https://i.scdn.co/image/ab67616d00001e02b6d4566db0d12894a1a3b7a2","width":300,"height":300},{"url":"https://i.scdn.co/image/ab67616d00004851b6d4566db0d12894a1a3b7a2","width":64,"height":64},{"url":"https://i.scdn.co/image/ab67616d0000b273b6d4566db0d12894a1a3b7a2","width":640,"height":640}],"extractedColors":{"colorDark":{"hex":"#4878A0","isFallback":false}}},"id":"0eFHYz8NmK75zSplL5qlfM"},"artists":{"items":[{"uri":"spotify:artist:12Chz98pHFMPJEknJQMWvI","profile":{"name":"Muse"}}]},"contentRating":{"label":"NONE"},"duration":{"totalMilliseconds":235000},"playability":{"playable":true},"associations":{"associatedVideos":{"totalCount":0}}}}},{"matchedFields":[],"item":{"__typename":"TrackResponseWrapper","data":{"__typename":"Track","uri":"spotify:track:5IumuUJqNO7K5SvniuDrBz","id":"5IumuUJqNO7K5SvniuDrBz","name":"We Are Fucking Fucked","albumOfTrack":{"uri":"spotify:album:5qK8S5JRF8au6adIVtBsmk","name":"Will Of The People","coverArt":{"sources":[{"url":"https://i.scdn.co/image/ab67616d00001e0242c90d53e8c596285e8f59ff","width":300,"height":300},{"url":"https://i.scdn.co/image/ab67616d0000485142c90d53e8c596285e8f59ff","width":64,"height":64},{"url":"https://i.scdn.co/image/ab67616d0000b27342c90d53e8c596285e8f59ff","width":640,"height":640}],"extractedColors":{"colorDark":{"hex":"#C05906","isFallback":false}}},"id":"5qK8S5JRF8au6adIVtBsmk"},"artists":{"items":[{"uri":"spotify:artist:12Chz98pHFMPJEknJQMWvI","profile":{"name":"Muse"}}]},"contentRating":{"label":"EXPLICIT"},"duration":{"totalMilliseconds":216729},"playability":{"playable":true},"associations":{"associatedVideos":{"totalCount":0}}}}},{"matchedFields":[],"item":{"__typename":"TrackResponseWrapper","data":{"__typename":"Track","uri":"spotify:track:6tpl3yuDnYHAHb6dY60p5O","id":"6tpl3yuDnYHAHb6dY60p5O","name":"Compliance","albumOfTrack":{"uri":"spotify:album:5qK8S5JRF8au6adIVtBsmk","name":"Will Of The People","coverArt":{"sources":[{"url":"https://i.scdn.co/image/ab67616d00001e0242c90d53e8c596285e8f59ff","width":300,"height":300},{"url":"https://i.scdn.co/image/ab67616d0000485142c90d53e8c596285e8f59ff","width":64,"height":64},{"url":"https://i.scdn.co/image/ab67616d0000b27342c90d53e8c596285e8f59ff","width":640,"height":640}],"extractedColors":{"colorDark":{"hex":"#C05906","isFallback":false}}},"id":"5qK8S5JRF8au6adIVtBsmk"},"artists":{"items":[{"uri":"spotify:artist:12Chz98pHFMPJEknJQMWvI","profile":{"name":"Muse"}}]},"contentRating":{"label":"NONE"},"duration":{"totalMilliseconds":250860},"playability":{"playable":true},"associations":{"associatedVideos":{"totalCount":0}}}}},{"matchedFields":[],"item":{"__typename":"TrackResponseWrapper","data":{"__typename":"Track","uri":"spotify:track:2zmR3FG7iOGDAdwrVPzdg9","id":"2zmR3FG7iOGDAdwrVPzdg9","name":"Invincible","albumOfTrack":{"uri":"spotify:album:0lw68yx3MhKflWFqCsGkIs","name":"Black Holes and Revelations","coverArt":{"sources":[{"url":"https://i.scdn.co/image/ab67616d00001e0228933b808bfb4cbbd0385400","width":300,"height":300},{"url":"https://i.scdn.co/image/ab67616d0000485128933b808bfb4cbbd0385400","width":64,"height":64},{"url":"https://i.scdn.co/image/ab67616d0000b27328933b808bfb4cbbd0385400","width":640,"height":640}],"extractedColors":{"colorDark":{"hex":"#A02818","isFallback":false}}},"id":"0lw68yx3MhKflWFqCsGkIs"},"artists":{"items":[{"uri":"spotify:artist:12Chz98pHFMPJEknJQMWvI","profile":{"name":"Muse"}}]},"contentRating":{"label":"NONE"},"duration":{"totalMilliseconds":301386},"playability":{"playable":true},"associations":{"associatedVideos":{"totalCount":0}}}}},{"matchedFields":[],"item":{"__typename":"TrackResponseWrapper","data":{"__typename":"Track","uri":"spotify:track:6xq3Bd7MvZVa7pda9tC4MW","id":"6xq3Bd7MvZVa7pda9tC4MW","name":"The Handler","albumOfTrack":{"uri":"spotify:album:2wart5Qjnvx1fd7LPdQxgJ","name":"Drones","coverArt":{"sources":[{"url":"https://i.scdn.co/image/ab67616d00001e02808846f0223d97d5963c420d","width":300,"height":300},{"url":"https://i.scdn.co/image/ab67616d00004851808846f0223d97d5963c420d","width":64,"height":64},{"url":"https://i.scdn.co/image/ab67616d0000b273808846f0223d97d5963c420d","width":640,"height":640}],"extractedColors":{"colorDark":{"hex":"#303838","isFallback":false}}},"id":"2wart5Qjnvx1fd7LPdQxgJ"},"artists":{"items":[{"uri":"spotify:artist:12Chz98pHFMPJEknJQMWvI","profile":{"name":"Muse"}}]},"contentRating":{"label":"NONE"},"duration":{"totalMilliseconds":273760},"playability":{"playable":true},"associations":{"associatedVideos":{"totalCount":0}}}}},{"matchedFields":[],"item":{"__typename":"TrackResponseWrapper","data":{"__typename":"Track","uri":"spotify:track:6hIr2IDeBDXfRFk0rYe5Tz","id":"6hIr2IDeBDXfRFk0rYe5Tz","name":"Won’t Stand Down","albumOfTrack":{"uri":"spotify:album:3bbeAIMaGSW6gUMeGqw5VS","name":"Won’t Stand Down","coverArt":{"sources":[{"url":"https://i.scdn.co/image/ab67616d00001e02def5ad34806f15af57cb8da0","width":300,"height":300},{"url":"https://i.scdn.co/image/ab67616d00004851def5ad34806f15af57cb8da0","width":64,"height":64},{"url":"https://i.scdn.co/image/ab67616d0000b273def5ad34806f15af57cb8da0","width":640,"height":640}],"extractedColors":{"colorDark":{"hex":"#286078","isFallback":false}}},"id":"3bbeAIMaGSW6gUMeGqw5VS"},"artists":{"items":[{"uri":"spotify:artist:12Chz98pHFMPJEknJQMWvI","profile":{"name":"Muse"}}]},"contentRating":{"label":"NONE"},"duration":{"totalMilliseconds":209061},"playability":{"playable":true},"associations":{"associatedVideos":{"totalCount":0}}}}}]},"users":{"totalCount":0,"items":[]},"topResultsV2":{"itemsV2":[{"matchedFields":[],"item":{"__typename":"TrackResponseWrapper","data":{"__typename":"Track","uri":"spotify:track:0knbMPVHpFbsx38pLoYSRs","id":"0knbMPVHpFbsx38pLoYSRs","name":"Hysteria","albumOfTrack":{"uri":"spotify:album:2Eq6RyxCm7qEAF2YLOxa4s","name":"Absolution","coverArt":{"sources":[{"url":"https://i.scdn.co/image/ab67616d00001e023303a842ee1bc0b23204333d","width":300,"height":300},{"url":"https://i.scdn.co/image/ab67616d000048513303a842ee1bc0b23204333d","width":64,"height":64},{"url":"https://i.scdn.co/image/ab67616d0000b2733303a842ee1bc0b23204333d","width":640,"height":640}],"extractedColors":{"colorDark":{"hex":"#385070","isFallback":false}}},"id":"2Eq6RyxCm7qEAF2YLOxa4s"},"artists":{"items":[{"uri":"spotify:artist:12Chz98pHFMPJEknJQMWvI","profile":{"name":"Muse"}}]},"contentRating":{"label":"NONE"},"duration":{"totalMilliseconds":227023},"playability":{"playable":true},"associations":{"associatedVideos":{"totalCount":0}}}}},{"matchedFields":[],"item":{"__typename":"TrackResponseWrapper","data":{"__typename":"Track","uri":"spotify:track:6zkhhG8iQ8waiwGkQuhoE1","id":"6zkhhG8iQ8waiwGkQuhoE1","name":"Exogenesis: Symphony Pt. 1 (Overture)","albumOfTrack":{"uri":"spotify:album:0eFHYz8NmK75zSplL5qlfM","name":"The Resistance","coverArt":{"sources":[{"url":"https://i.scdn.co/image/ab67616d00001e02b6d4566db0d12894a1a3b7a2","width":300,"height":300},{"url":"https://i.scdn.co/image/ab67616d00004851b6d4566db0d12894a1a3b7a2","width":64,"height":64},{"url":"https://i.scdn.co/image/ab67616d0000b273b6d4566db0d12894a1a3b7a2","width":640,"height":640}],"extractedColors":{"colorDark":{"hex":"#4878A0","isFallback":false}}},"id":"0eFHYz8NmK75zSplL5qlfM"},"artists":{"items":[{"uri":"spotify:artist:12Chz98pHFMPJEknJQMWvI","profile":{"name":"Muse"}}]},"contentRating":{"label":"NONE"},"duration":{"totalMilliseconds":258440},"playability":{"playable":true},"associations":{"associatedVideos":{"totalCount":0}}}}},{"matchedFields":[],"item":{"__typename":"TrackResponseWrapper","data":{"__typename":"Track","uri":"spotify:track:76ZDwA8uTyMys4LIS3pBUX","id":"76ZDwA8uTyMys4LIS3pBUX","name":"Exogenesis: Symphony Pt. 3 (Redemption)","albumOfTrack":{"uri":"spotify:album:0eFHYz8NmK75zSplL5qlfM","name":"The Resistance","coverArt":{"sources":[{"url":"https://i.scdn.co/image/ab67616d00001e02b6d4566db0d12894a1a3b7a2","width":300,"height":300},{"url":"https://i.scdn.co/image/ab67616d00004851b6d4566db0d12894a1a3b7a2","width":64,"height":64},{"url":"https://i.scdn.co/image/ab67616d0000b273b6d4566db0d12894a1a3b7a2","width":640,"height":640}],"extractedColors":{"colorDark":{"hex":"#4878A0","isFallback":false}}},"id":"0eFHYz8NmK75zSplL5qlfM"},"artists":{"items":[{"uri":"spotify:artist:12Chz98pHFMPJEknJQMWvI","profile":{"name":"Muse"}}]},"contentRating":{"label":"NONE"},"duration":{"totalMilliseconds":277026},"playability":{"playable":true},"associations":{"associatedVideos":{"totalCount":0}}}}},{"matchedFields":[],"item":{"__typename":"ArtistResponseWrapper","data":{"__typename":"Artist","uri":"spotify:artist:12Chz98pHFMPJEknJQMWvI","profile":{"name":"Muse","verified":true},"visuals":{"avatarImage":{"sources":[{"url":"https://i.scdn.co/image/ab6761610000e5eb0accbbe13e1aa147dd27671c","width":640,"height":640},{"url":"https://i.scdn.co/image/ab6761610000f1780accbbe13e1aa147dd27671c","width":160,"height":160},{"url":"https://i.scdn.co/image/ab676161000051740accbbe13e1aa147dd27671c","width":320,"height":320}],"extractedColors":{"colorDark":{"hex":"#BA5D1F","isFallback":false}}}}}}},{"matchedFields":[],"item":{"__typename":"PlaylistResponseWrapper","data":{"__typename":"Playlist","uri":"spotify:playlist:37i9dQZF1EIUATeZ7rQh0j","name":"Muse Mix","description":"<a href=spotify:playlist:37i9dQZF1EIXxP4lZOF65z>Franz Ferdinand</a>, <a href=spotify:playlist:37i9dQZF1EIVkFSnMh0w5Z>The Killers</a> and <a href=spotify:playlist:37i9dQZF1EIWhxKlsEu2af>The White Stripes</a>","images":{"items":[{"sources":[{"url":"https://seed-mix-image.spotifycdn.com/v6/img/artist/12Chz98pHFMPJEknJQMWvI/en/default","width":null,"height":null}],"extractedColors":{"colorDark":{"hex":"#8E733C","isFallback":false}}}]},"format":"artist-mix-reader","attributes":[{"key":"mediaListConfig","value":"spotify:medialistconfig:artist-seed-mix:default_v25"},{"key":"request_id","value":"ssp|060eac6e4bfcc7757a35867bfec222f216a0"},{"key":"correlation-id","value":"ssp|060eac6e4bfcc7757a35867bfec222f216a0"}],"ownerV2":{"__typename":"UserResponseWrapper","data":{"__typename":"User","name":"Spotify","uri":"spotify:user:spotify","username":"spotify","avatar":{"sources":[{"url":"https://i.scdn.co/image/ab67757000003b8255c25988a6ac314394d3fbf5","width":64,"height":64},{"url":"https://i.scdn.co/image/ab6775700000ee8555c25988a6ac314394d3fbf5","width":300,"height":300}]}}}}}}],"featured":[{"__typename":"PlaylistResponseWrapper","data":{"__typename":"Playlist","uri":"spotify:playlist:37i9dQZF1DZ06evO0yp56w","name":"This Is Muse","description":"This is Muse. The essential tracks, all in one playlist.","images":{"items":[{"sources":[{"url":"https://thisis-images.spotifycdn.com/37i9dQZF1DZ06evO0yp56w-default.jpg","width":null,"height":null}],"extractedColors":{"colorDark":{"hex":"#E01830","isFallback":false}}}]},"format":"artistsets","attributes":[{"key":"artistGid","value":"223e75b709b643578b249ac3d37e1476"},{"key":"translatedArtistName","value":"Muse"}],"ownerV2":{"__typename":"UserResponseWrapper","data":{"__typename":"User","name":"Spotify","uri":"spotify:user:spotify","username":"spotify","avatar":{"sources":[{"url":"https://i.scdn.co/image/ab67757000003b8255c25988a6ac314394d3fbf5","width":64,"height":64},{"url":"https://i.scdn.co/image/ab6775700000ee8555c25988a6ac314394d3fbf5","width":300,"height":300}]}}}}},{"__typename":"PlaylistResponseWrapper","data":{"__typename":"Playlist","uri":"spotify:playlist:37i9dQZF1E4p7Pfrt8866V","name":"Muse Radio","description":"With Placebo, Franz Ferdinand, The Killers and more","images":{"items":[{"sources":[{"url":"https://seeded-session-images.scdn.co/v2/img/122/secondary/artist/12Chz98pHFMPJEknJQMWvI/en","width":null,"height":null}],"extractedColors":{"colorDark":{"hex":"#9A6A70","isFallback":false}}}]},"format":"inspiredby-mix","attributes":[{"key":"mediaListConfig","value":"spotify:medialistconfig:artist-radio-inspiredby:default_v33"},{"key":"request_id","value":"ssp|060eac6e4c0516e967afca90490622f83d6b"},{"key":"correlation-id","value":"ssp|060eac6e4c0516e967afca90490622f83d6b"}],"ownerV2":{"__typename":"UserResponseWrapper","data":{"__typename":"User","name":"Spotify","uri":"spotify:user:spotify","username":"spotify","avatar":{"sources":[{"url":"https://i.scdn.co/image/ab67757000003b8255c25988a6ac314394d3fbf5","width":64,"height":64},{"url":"https://i.scdn.co/image/ab6775700000ee8555c25988a6ac314394d3fbf5","width":300,"height":300}]}}}}},{"__typename":"PlaylistResponseWrapper","data":{"__typename":"Playlist","uri":"spotify:playlist:37i9dQZF1DXdDfBvFXqzpv","name":"EA SPORTS FIFA Mix","description":"Discover your personalized playlist of tracks from FIFA '98 to FIFA '23.","images":{"items":[{"sources":[{"url":"https://i.scdn.co/image/ab67706f00000002457cf4505d02541dfe6faa5f","width":null,"height":null}],"extractedColors":{"colorDark":{"hex":"#806830","isFallback":false}}}]},"format":"editorial","attributes":[{"key":"mediaListConfig","value":"spotify:medialistconfig:editorial:default_v45"},{"key":"request_id","value":"ssp|060eac73feeab1b047f857de178df64ed577"},{"key":"uri","value":"spotify:user:spotify:playlist:37i9dQZF1DXdDfBvFXqzpv"},{"key":"status","value":"PUBLISHED"},{"key":"isAlgotorial","value":"true"},{"key":"primary_color","value":"#ffffff"},{"key":"correlation-id","value":"ssp|060eac73feeab1b047f857de178df64ed577"}],"ownerV2":{"__typename":"UserResponseWrapper","data":{"__typename":"User","name":"Spotify","uri":"spotify:user:spotify","username":"spotify","avatar":{"sources":[{"url":"https://i.scdn.co/image/ab67757000003b8255c25988a6ac314394d3fbf5","width":64,"height":64},{"url":"https://i.scdn.co/image/ab6775700000ee8555c25988a6ac314394d3fbf5","width":300,"height":300}]}}}}},{"__typename":"PlaylistResponseWrapper","data":{"__typename":"Playlist","uri":"spotify:playlist:37i9dQZF1DX5ew6WQQfG5f","name":"Best of Rock: 2009","description":"Big rock tracks from 2009. Cover: Thirty Seconds To Mars","images":{"items":[{"sources":[{"url":"https://i.scdn.co/image/ab67706f00000002b9edc3fd1804ad3fff66a809","width":null,"height":null}],"extractedColors":{"colorDark":{"hex":"#E81028","isFallback":false}}}]},"format":"editorial","attributes":[{"key":"mediaListConfig","value":"spotify:medialistconfig:editorial:default_v45"},{"key":"request_id","value":"ssp|060eac6e4c09b8e967bcca90f4d1fc9c67d6"},{"key":"uri","value":"spotify:user:spotify:playlist:37i9dQZF1DX5ew6WQQfG5f"},{"key":"status","value":"PUBLISHED"},{"key":"isAlgotorial","value":"true"},{"key":"primary_color","value":"#ffffff"},{"key":"correlation-id","value":"ssp|060eac6e4c09b8e967bcca90f4d1fc9c67d6"}],"ownerV2":{"__typename":"UserResponseWrapper","data":{"__typename":"User","name":"Spotify","uri":"spotify:user:spotify","username":"spotify","avatar":{"sources":[{"url":"https://i.scdn.co/image/ab67757000003b8255c25988a6ac314394d3fbf5","width":64,"height":64},{"url":"https://i.scdn.co/image/ab6775700000ee8555c25988a6ac314394d3fbf5","width":300,"height":300}]}}}}}]},"chipOrder":{"items":[{"typeName":"AUDIOBOOKS"},{"typeName":"TRACKS"},{"typeName":"ARTISTS"},{"typeName":"PLAYLISTS"},{"typeName":"ALBUMS"},{"typeName":"PODCASTS"},{"typeName":"EPISODES"},{"typeName":"GENRES"},{"typeName":"USERS"}]}}},"extensions":{"requestIds":{"/searchV2":{"search-api":"37208623-f561-440e-a91c-a4acea9c866f/sdU1"},"/searchV2/topResultsV2":{"search-api":"37208623-f561-440e-a91c-a4acea9c866f/F18n"}}}}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants