Skip to content

Instantly share code, notes, and snippets.

@sheilnaik
Created May 3, 2019 17:51
Show Gist options
  • Save sheilnaik/51abd72cb523dd37787f8d6d85f61505 to your computer and use it in GitHub Desktop.
Save sheilnaik/51abd72cb523dd37787f8d6d85f61505 to your computer and use it in GitHub Desktop.
--- Logging error ---
Traceback (most recent call last):
File "c:\anaconda2\envs\py36\Lib\logging\__init__.py", line 994, in emit
stream.write(msg)
File "f:\temp\gmusic\env\lib\encodings\cp1252.py", line 19, in encode
return codecs.charmap_encode(input,self.errors,encoding_table)[0]
UnicodeEncodeError: 'charmap' codec can't encode characters in position 151642-151644: character maps to <undefined>
Call stack:
File "c:\anaconda2\envs\py36\Lib\runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "c:\anaconda2\envs\py36\Lib\runpy.py", line 85, in _run_code
exec(code, run_globals)
File "f:\temp\gmusic\env\lib\site-packages\ipykernel_launcher.py", line 16, in <module>
app.launch_new_instance()
File "f:\temp\gmusic\env\lib\site-packages\traitlets\config\application.py", line 658, in launch_instance
app.start()
File "f:\temp\gmusic\env\lib\site-packages\ipykernel\kernelapp.py", line 505, in start
self.io_loop.start()
File "f:\temp\gmusic\env\lib\site-packages\tornado\platform\asyncio.py", line 148, in start
self.asyncio_loop.run_forever()
File "c:\anaconda2\envs\py36\Lib\asyncio\base_events.py", line 421, in run_forever
self._run_once()
File "c:\anaconda2\envs\py36\Lib\asyncio\base_events.py", line 1425, in _run_once
handle._run()
File "c:\anaconda2\envs\py36\Lib\asyncio\events.py", line 127, in _run
self._callback(*self._args)
File "f:\temp\gmusic\env\lib\site-packages\tornado\ioloop.py", line 690, in <lambda>
lambda f: self._run_callback(functools.partial(callback, future))
File "f:\temp\gmusic\env\lib\site-packages\tornado\ioloop.py", line 743, in _run_callback
ret = callback()
File "f:\temp\gmusic\env\lib\site-packages\tornado\gen.py", line 781, in inner
self.run()
File "f:\temp\gmusic\env\lib\site-packages\tornado\gen.py", line 742, in run
yielded = self.gen.send(value)
File "f:\temp\gmusic\env\lib\site-packages\ipykernel\kernelbase.py", line 357, in process_one
yield gen.maybe_future(dispatch(*args))
File "f:\temp\gmusic\env\lib\site-packages\tornado\gen.py", line 209, in wrapper
yielded = next(result)
File "f:\temp\gmusic\env\lib\site-packages\ipykernel\kernelbase.py", line 267, in dispatch_shell
yield gen.maybe_future(handler(stream, idents, msg))
File "f:\temp\gmusic\env\lib\site-packages\tornado\gen.py", line 209, in wrapper
yielded = next(result)
File "f:\temp\gmusic\env\lib\site-packages\ipykernel\kernelbase.py", line 534, in execute_request
user_expressions, allow_stdin,
File "f:\temp\gmusic\env\lib\site-packages\tornado\gen.py", line 209, in wrapper
yielded = next(result)
File "f:\temp\gmusic\env\lib\site-packages\ipykernel\ipkernel.py", line 294, in do_execute
res = shell.run_cell(code, store_history=store_history, silent=silent)
File "f:\temp\gmusic\env\lib\site-packages\ipykernel\zmqshell.py", line 536, in run_cell
return super(ZMQInteractiveShell, self).run_cell(*args, **kwargs)
File "f:\temp\gmusic\env\lib\site-packages\IPython\core\interactiveshell.py", line 2848, in run_cell
raw_cell, store_history, silent, shell_futures)
File "f:\temp\gmusic\env\lib\site-packages\IPython\core\interactiveshell.py", line 2874, in _run_cell
return runner(coro)
File "f:\temp\gmusic\env\lib\site-packages\IPython\core\async_helpers.py", line 67, in _pseudo_sync_runner
coro.send(None)
File "f:\temp\gmusic\env\lib\site-packages\IPython\core\interactiveshell.py", line 3049, in run_cell_async
interactivity=interactivity, compiler=compiler, result=result)
File "f:\temp\gmusic\env\lib\site-packages\IPython\core\interactiveshell.py", line 3220, in run_ast_nodes
if (yield from self.run_code(code, result)):
File "f:\temp\gmusic\env\lib\site-packages\IPython\core\interactiveshell.py", line 3296, in run_code
exec(code_obj, self.user_global_ns, self.user_ns)
File "<ipython-input-5-ce691a95291f>", line 1, in <module>
mm.search('Kinks')
File "f:\temp\gmusic\env\lib\site-packages\gmusicapi\clients\mobileclient.py", line 1961, in search
res = self._make_call(mobileclient.Search, query, max_results)
File "f:\temp\gmusic\env\lib\site-packages\gmusicapi\clients\mobileclient.py", line 48, in _make_call
return super(Mobileclient, self)._make_call(protocol, *args, **kwargs)
File "f:\temp\gmusic\env\lib\site-packages\gmusicapi\clients\shared.py", line 90, in _make_call
return protocol.perform(self.session, self.validate, *args, **kwargs)
File "f:\temp\gmusic\env\lib\site-packages\gmusicapi\protocol\shared.py", line 247, in perform
log.debug(cls.filter_response(parsed_response))
Message: {'kind': 'sj#searchresponse', 'clusterDetail': [{'cluster': {'type': '5', 'category': '1', 'id': 'search_genre'}, 'resultToken': 'EAU'}, {'cluster': {'type': '2', 'category': '1', 'id': 'search_artist'}, 'resultToken': 'EAI', 'entries': [{'type': '2', 'artist': {'kind': 'sj#artist', 'name': 'The Kinks', 'artistArtRef': 'http://lh3.googleusercontent.com/-fTnki5iZ0h7rM8cIUi9m46-5eNKiA8ULLKzEzQCZn4_uY5esh2BQ6PvVFMLQuoaH43jPezO_Q', 'artistArtRefs': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/-fTnki5iZ0h7rM8cIUi9m46-5eNKiA8ULLKzEzQCZn4_uY5esh2BQ6PvVFMLQuoaH43jPezO_Q', 'aspectRatio': '2', 'autogen': False}], 'artistId': 'Ajr3nqkkfbfuk4r75hcppp7oeje', 'artist_bio_attribution': {'kind': 'sj#attribution', 'source_title': 'Wikipedia', 'source_url': 'https://en.wikipedia.org/wiki/The_Kinks', 'license_title': 'Creative Commons Attribution CC-BY-SA 4.0', 'license_url': 'http://creativecommons.org/licenses/by-sa/4.0/legalcode'}}, 'cluster': [{'type': '2', 'category': '1', 'id': 'search_artist'}]}, {'type': '2', 'artist': {'kind': 'sj#artist', 'name': 'Royal Kinks', 'artistArtRef': 'http://lh3.googleusercontent.com/d0ZWzCG2GddyPhq7wuvD-XvIpl-5GEDRtweXt53H-RmVMNJiYDsDbZAPA8DLTL_-WPcd7n0lqw', 'artistArtRefs': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/d0ZWzCG2GddyPhq7wuvD-XvIpl-5GEDRtweXt53H-RmVMNJiYDsDbZAPA8DLTL_-WPcd7n0lqw', 'aspectRatio': '2', 'autogen': True}, {'kind': 'sj#imageRef', 'url': 'http://lh6.ggpht.com/H0cS5ncqAjNPOiXu_x6R7c-5GWjGSYd-QPVl9SXLLCCYhM8ixnT_PXGP_2StwgYMa0mDlE0q3w', 'aspectRatio': '1', 'autogen': True}], 'artistId': 'Ahcol2dr4bu4a7wts2l54xsrfti'}, 'cluster': [{'type': '2', 'category': '1', 'id': 'search_artist'}]}, {'type': '2', 'artist': {'kind': 'sj#artist', 'name': 'Kinks of Domination', 'artistArtRef': 'http://lh3.googleusercontent.com/IvgRtgPVAnmUgzvkUaECKTx1pGsBvxlU82VVRUwQXMKBGMBlNsIyHNTHKom0I_KjLQ7sW1aPmw', 'artistArtRefs': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/IvgRtgPVAnmUgzvkUaECKTx1pGsBvxlU82VVRUwQXMKBGMBlNsIyHNTHKom0I_KjLQ7sW1aPmw', 'aspectRatio': '2', 'autogen': True}, {'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/JHdIz9Cw8lef9zwteC2Uq4-gqV-awPcU_mhG2TpWGIz5T7yEtvdBfYhaYTVqnnLoaU8QrW1Szw', 'aspectRatio': '1', 'autogen': True}], 'artistId': 'Arvcrtmmh5u7qn4oeselqa4a4rq'}, 'cluster': [{'type': '2', 'category': '1', 'id': 'search_artist'}]}, {'type': '2', 'artist': {'kind': 'sj#artist', 'name': 'Phoebe Kinks', 'artistArtRef': 'http://lh3.googleusercontent.com/gWV5mU24dbHGwuvdFlcFQuQRrE7YniRfRfPc0v9IJjzX5jcS_-RX_SYc8Zo2KpDENxCmvSAPTnU', 'artistArtRefs': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/gWV5mU24dbHGwuvdFlcFQuQRrE7YniRfRfPc0v9IJjzX5jcS_-RX_SYc8Zo2KpDENxCmvSAPTnU', 'aspectRatio': '2', 'autogen': True}, {'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/63tRBRpulRmMRsyABj0fZb1srSxaG3H6hRD2b-M-FMUs67N85WbZm2cCI-6v9hBA5BphNR9q', 'aspectRatio': '1', 'autogen': True}], 'artistId': 'An6qu42ua5sid5renomuakyy3qi'}, 'cluster': [{'type': '2', 'category': '1', 'id': 'search_artist'}]}, {'type': '2', 'artist': {'kind': 'sj#artist', 'name': 'The Kast Off Kinks', 'artistId': 'Alyytoao6i3zslh2yju4j3cdxuu', 'artist_bio_attribution': {'kind': 'sj#attribution', 'source_title': 'Wikipedia', 'source_url': 'https://en.wikipedia.org/wiki/The_Kast_Off_Kinks', 'license_title': 'Creative Commons Attribution CC-BY-SA 4.0', 'license_url': 'http://creativecommons.org/licenses/by-sa/4.0/legalcode'}}, 'cluster': [{'type': '2', 'category': '1', 'id': 'search_artist'}]}]}, {'cluster': {'type': '3', 'category': '1', 'id': 'search_album'}, 'resultToken': 'EAM', 'entries': [{'type': '3', 'album': {'kind': 'sj#album', 'name': 'Kinks', 'albumArtist': 'The Kinks', 'albumArtRef': 'http://lh3.googleusercontent.com/l5_Iltbp7kCjwh_zCUoJFUBKgzqfXXNqCStYPkoErfpKG9ZzQWc0i5wd9KuSQWMxvl0DkU6D', 'albumId': 'Bw6cgmxra2tacx5hihy6xjzdmiq', 'artist': 'The Kinks', 'artistId': ['Ajr3nqkkfbfuk4r75hcppp7oeje'], 'description_attribution': {'kind': 'sj#attribution', 'source_title': 'Wikipedia', 'source_url': 'https://en.wikipedia.org/wiki/Kinks_(album)', 'license_title': 'Creative Commons Attribution CC-BY-SA 4.0', 'license_url': 'http://creativecommons.org/licenses/by-sa/4.0/legalcode'}, 'year': 1964, 'explicitType': '2'}, 'cluster': [{'type': '3', 'category': '1', 'id': 'search_album'}]}, {'type': '3', 'album': {'kind': 'sj#album', 'name': 'One for the Road (Live)', 'albumArtist': 'The Kinks', 'albumArtRef': 'http://lh5.ggpht.com/LtCn8uCuxhhBrxbEgV2kSZHIqRYq_YynB9Y1-GMcDxs1iqutpnSPqoVu6vL4Y5lKzLaRKBUJCw', 'albumId': 'Bdgc4ldldhsdsuj2w25i26dxrey', 'artist': 'The Kinks', 'artistId': ['Ajr3nqkkfbfuk4r75hcppp7oeje'], 'year': 1980, 'explicitType': '2'}, 'cluster': [{'type': '3', 'category': '1', 'id': 'search_album'}]}, {'type': '3', 'album': {'kind': 'sj#album', 'name': 'The Singles Collection', 'albumArtist': 'The Kinks', 'albumArtRef': 'http://lh3.googleusercontent.com/xxu7tj567zRkBHEhd-PS0_j5I5IaOAyu3BDR1Ru377mJ1WapMG7MaXp40_tkQTLNxjgdvpDICmk', 'albumId': 'Bjcpy6vmrgpkcx6yw5adgz2kgvi', 'artist': 'The Kinks', 'artistId': ['Ajr3nqkkfbfuk4r75hcppp7oeje'], 'year': 1997, 'explicitType': '2'}, 'cluster': [{'type': '3', 'category': '1', 'id': 'search_album'}]}, {'type': '3', 'album': {'kind': 'sj#album', 'name': 'Lola Versus Powerman and the Moneygoround, Pt. One', 'albumArtist': 'The Kinks', 'albumArtRef': 'http://lh3.googleusercontent.com/zyL9sJM-AEy8xqhqRUlT4Nx3IHNdE9yIihx7TAfXqdhFrZeTgZlPUXolAkxiDBmyQPbpK-4n', 'albumId': 'Blesbuvvbdxyi2bm4t6wrcweppu', 'artist': 'The Kinks', 'artistId': ['Ajr3nqkkfbfuk4r75hcppp7oeje'], 'description_attribution': {'kind': 'sj#attribution', 'source_title': 'Wikipedia', 'source_url': 'https://en.wikipedia.org/wiki/Lola_Versus_Powerman_and_the_Moneygoround,_Part_One', 'license_title': 'Creative Commons Attribution CC-BY-SA 4.0', 'license_url': 'http://creativecommons.org/licenses/by-sa/4.0/legalcode'}, 'year': 1970, 'explicitType': '2'}, 'cluster': [{'type': '3', 'category': '1', 'id': 'search_album'}]}, {'type': '3', 'album': {'kind': 'sj#album', 'name': 'Lola Versus Powerman And The Money-Go-Round, Part One + Percy (Deluxe Edition)', 'albumArtist': 'The Kinks', 'albumArtRef': 'http://lh3.googleusercontent.com/0zPRLQi9RT8uGrQ2JTmZRJjfWu7bo63z08zDTPNfBLbaNs-gjZ_0r9zp2ajUmnXZOkZI8HXwfA', 'albumId': 'Botsrwawcmw5ij4uays7asorwn4', 'artist': 'The Kinks', 'artistId': ['Ajr3nqkkfbfuk4r75hcppp7oeje'], 'year': 2014, 'explicitType': '2'}, 'cluster': [{'type': '3', 'category': '1', 'id': 'search_album'}]}, {'type': '3', 'album': {'kind': 'sj#album', 'name': 'At the BBC', 'albumArtist': 'The Kinks', 'albumArtRef': 'http://lh3.googleusercontent.com/PBHV_4mY48TN8vinrjBqi-pp7noYZ77v_-3j_kz1waRehcUWDNPNOLHF1uhWSO5xmtoZsbuK_w', 'albumId': 'Bje65t6smfjnnfpq4e4dk2qjupy', 'artist': 'The Kinks', 'artistId': ['Ajr3nqkkfbfuk4r75hcppp7oeje'], 'year': 2012, 'explicitType': '2'}, 'cluster': [{'type': '3', 'category': '1', 'id': 'search_album'}]}, {'type': '3', 'album': {'kind': 'sj#album', 'name': 'Something Else (Deluxe Edition)', 'albumArtist': 'The Kinks', 'albumArtRef': 'http://lh3.googleusercontent.com/wdjvLJqNIEatDub3t6lznjDZhK9CWxg3wcocw5gI7JoPMTt_P-sejuEAOaPpoAkWInFy_pjW', 'albumId': 'Bnab7hi2tek6rkbsde645sdpcgu', 'artist': 'The Kinks', 'artistId': ['Ajr3nqkkfbfuk4r75hcppp7oeje'], 'year': 1967, 'explicitType': '2'}, 'cluster': [{'type': '3', 'category': '1', 'id': 'search_album'}]}, {'type': '3', 'album': {'kind': 'sj#album', 'name': 'The Anthology 1964 - 1971 (2014 Remastered Version)', 'albumArtist': 'The Kinks', 'albumArtRef': 'http://lh3.googleusercontent.com/PO9Qq8TXlQx8hXGqjx-gVuQAegLBTM7b1L1g4kqCZK2UoltU-WxSBIgUJjBpwmUfm_MgBB0eW5M', 'albumId': 'Bji5nqhksgdeskuiqbnka3g7gje', 'artist': 'The Kinks', 'artistId': ['Ajr3nqkkfbfuk4r75hcppp7oeje'], 'year': 2016, 'explicitType': '2'}, 'cluster': [{'type': '3', 'category': '1', 'id': 'search_album'}]}, {'type': '3', 'album': {'kind': 'sj#album', 'name': 'Give the People What They Want', 'albumArtist': 'The Kinks', 'albumArtRef': 'http://lh5.ggpht.com/ta-Xj4_g46IW6aItfyGQMaGiTaP7jFuucsqDpnYSNUYZ2oD49GqIcB9K1ZPKdJp7G25gaYQA', 'albumId': 'Bb5fenyxfilirfi2lyokp67lbjq', 'artist': 'The Kinks', 'artistId': ['Ajr3nqkkfbfuk4r75hcppp7oeje'], 'description_attribution': {'kind': 'sj#attribution', 'source_title': 'Wikipedia', 'source_url': 'https://en.wikipedia.org/wiki/Give_the_People_What_They_Want_(The_Kinks_album)', 'license_title': 'Creative Commons Attribution CC-BY-SA 4.0', 'license_url': 'http://creativecommons.org/licenses/by-sa/4.0/legalcode'}, 'year': 1981, 'explicitType': '2'}, 'cluster': [{'type': '3', 'category': '1', 'id': 'search_album'}]}, {'type': '3', 'album': {'kind': 'sj#album', 'name': 'Arthur (Deluxe Edition)', 'albumArtist': 'The Kinks', 'albumArtRef': 'http://lh3.googleusercontent.com/OZGNdwnQGhK-AwNmzrmOH9GTSE4ESUUYx9Z2thYllrcQL_vIzJOwMnzK5WhxpxIVzTpv8aw3KA0', 'albumId': 'Bx2moyini5r6p5oetsn5exg4goe', 'artist': 'The Kinks', 'artistId': ['Ajr3nqkkfbfuk4r75hcppp7oeje'], 'year': 1969, 'explicitType': '2'}, 'cluster': [{'type': '3', 'category': '1', 'id': 'search_album'}]}, {'type': '3', 'album': {'kind': 'sj#album', 'name': 'Picture Book', 'albumArtist': 'The Kinks', 'albumArtRef': 'http://lh3.googleusercontent.com/GsCsxgH3OR4OL5mqXcEg4dVBP1hWRhyZKDdmQorAggD8IgQu9WI4Y1mPPIzTFGtXfp9aCZ2Z', 'albumId': 'Bujlrxorvpufdxqynwvkkrcpi6e', 'artist': 'The Kinks', 'artistId': ['Ajr3nqkkfbfuk4r75hcppp7oeje'], 'description_attribution': {'kind': 'sj#attribution', 'source_title': 'Wikipedia', 'source_url': 'https://en.wikipedia.org/wiki/Picture_Book_(The_Kinks_album)', 'license_title': 'Creative Commons Attribution CC-BY-SA 4.0', 'license_url': 'http://creativecommons.org/licenses/by-sa/4.0/legalcode'}, 'year': 2008, 'explicitType': '2'}, 'cluster': [{'type': '3', 'category': '1', 'id': 'search_album'}]}, {'type': '3', 'album': {'kind': 'sj#album', 'name': 'Muswell Hillbillies', 'albumArtist': 'The Kinks', 'albumArtRef': 'http://lh3.ggpht.com/tGLTk0VVQv5rG5ovW0Kbh8b4t1OugULlMCAPLie4AUWNRBSahQw9NG6GwupRSmz5MwSDRcCySA', 'albumId': 'B6nw42flxw4psozun6zfx67m4iy', 'artist': 'The Kinks', 'artistId': ['Ajr3nqkkfbfuk4r75hcppp7oeje'], 'description_attribution': {'kind': 'sj#attribution', 'source_title': 'Wikipedia', 'source_url': 'https://en.wikipedia.org/wiki/Muswell_Hillbillies', 'license_title': 'Creative Commons Attribution CC-BY-SA 4.0', 'license_url': 'http://creativecommons.org/licenses/by-sa/4.0/legalcode'}, 'year': 1971, 'explicitType': '2'}, 'cluster': [{'type': '3', 'category': '1', 'id': 'search_album'}]}, {'type': '3', 'album': {'kind': 'sj#album', 'name': 'Low Budget', 'albumArtist': 'The Kinks', 'albumArtRef': 'http://lh4.ggpht.com/18C3BjxrL5krKlHTbQL-qvbzfCTmx7cSjEMNsGUgkOjfnZoNbKqpRWt1arsrBR5Scxdy1VURs9M', 'albumId': 'B7w6hjanapybjt7xaelpbysxmve', 'artist': 'The Kinks', 'artistId': ['Ajr3nqkkfbfuk4r75hcppp7oeje'], 'description_attribution': {'kind': 'sj#attribution', 'source_title': 'Wikipedia', 'source_url': 'https://en.wikipedia.org/wiki/Low_Budget_(album)', 'license_title': 'Creative Commons Attribution CC-BY-SA 4.0', 'license_url': 'http://creativecommons.org/licenses/by-sa/4.0/legalcode'}, 'year': 1979, 'explicitType': '2'}, 'cluster': [{'type': '3', 'category': '1', 'id': 'search_album'}]}, {'type': '3', 'album': {'kind': 'sj#album', 'name': 'Face to Face (Deluxe Edition)', 'albumArtist': 'The Kinks', 'albumArtRef': 'http://lh3.googleusercontent.com/79Lxh3uur_Y_QkAysGETvzKWJcZLTegtTsFQiNtZtVor_0iiRuHIFt1p-3EcjBK-uxzyaMB39Yw', 'albumId': 'Bnoqdgsdzewawmilgipcl3pbfee', 'artist': 'The Kinks', 'artistId': ['Ajr3nqkkfbfuk4r75hcppp7oeje'], 'description_attribution': {'kind': 'sj#attribution', 'source_title': 'Wikipedia', 'source_url': 'https://en.wikipedia.org/wiki/Face_to_Face_(The_Kinks_album)', 'license_title': 'Creative Commons Attribution CC-BY-SA 4.0', 'license_url': 'http://creativecommons.org/licenses/by-sa/4.0/legalcode'}, 'year': 1966, 'explicitType': '2'}, 'cluster': [{'type': '3', 'category': '1', 'id': 'search_album'}]}, {'type': '3', 'album': {'kind': 'sj#album', 'name': 'Kinda Kinks', 'albumArtist': 'The Kinks', 'albumArtRef': 'http://lh3.googleusercontent.com/xcLMR2x-4d5eEgeASPc4ZZPBzYvkz66mttXEemWl5HzYgL1pKVdBo--Q8bFWMlYa5LGyQQ7jwA', 'albumId': 'Bloayyyp2pkqeyt5afkundtd7wq', 'artist': 'The Kinks', 'artistId': ['Ajr3nqkkfbfuk4r75hcppp7oeje'], 'description_attribution': {'kind': 'sj#attribution', 'source_title': 'Wikipedia', 'source_url': 'https://en.wikipedia.org/wiki/Kinda_Kinks', 'license_title': 'Creative Commons Attribution CC-BY-SA 4.0', 'license_url': 'http://creativecommons.org/licenses/by-sa/4.0/legalcode'}, 'year': 1965, 'explicitType': '2'}, 'cluster': [{'type': '3', 'category': '1', 'id': 'search_album'}]}, {'type': '3', 'album': {'kind': 'sj#album', 'name': "Everybody's In Showbiz", 'albumArtist': 'The Kinks', 'albumArtRef': 'http://lh6.ggpht.com/K6AOSFRPYxp61L-7jfC9DOH-7WGxTlrpV-ikxN7x8hV5-_5f3Lt6s0OUx9usJsmp0XUmPlaJpys', 'albumId': 'Bd6jqyptkeowzmww2bwgxs23k64', 'artist': 'The Kinks', 'artistId': ['Ajr3nqkkfbfuk4r75hcppp7oeje'], 'description_attribution': {'kind': 'sj#attribution', 'source_title': 'Wikipedia', 'source_url': "https://en.wikipedia.org/wiki/Everybody's_in_Show-Biz", 'license_title': 'Creative Commons Attribution CC-BY-SA 4.0', 'license_url': 'http://creativecommons.org/licenses/by-sa/4.0/legalcode'}, 'year': 1972, 'explicitType': '2'}, 'cluster': [{'type': '3', 'category': '1', 'id': 'search_album'}]}, {'type': '3', 'album': {'kind': 'sj#album', 'name': 'Word Of Mouth', 'albumArtist': 'The Kinks', 'albumArtRef': 'http://lh4.ggpht.com/j36dHmQC7mSuY4H-o4oNRsMALNos9q2BaCVEYU9wghNYa3LkSysFikvyEVeIGE-rzuXGZfXv', 'albumId': 'Bct2hsisr6qv5qhksilcfp225hm', 'artist': 'The Kinks', 'artistId': ['Ajr3nqkkfbfuk4r75hcppp7oeje'], 'description_attribution': {'kind': 'sj#attribution', 'source_title': 'Wikipedia', 'source_url': 'https://en.wikipedia.org/wiki/Word_of_Mouth_(The_Kinks_album)', 'license_title': 'Creative Commons Attribution CC-BY-SA 4.0', 'license_url': 'http://creativecommons.org/licenses/by-sa/4.0/legalcode'}, 'year': 1984, 'explicitType': '2'}, 'cluster': [{'type': '3', 'category': '1', 'id': 'search_album'}]}, {'type': '3', 'album': {'kind': 'sj#album', 'name': 'BBC Sessions (1964-1977)', 'albumArtist': 'The Kinks', 'albumArtRef': 'http://lh3.googleusercontent.com/mbd-08qgkLersxgOz3HcnxJkieP1ijZfnX9sBtoDspeoNcY45A_0kqJsZQUkY1BSocYyIlOk1A', 'albumId': 'By5ca57xjyiujco5dwvsu6lyxoa', 'artist': 'The Kinks', 'artistId': ['Ajr3nqkkfbfuk4r75hcppp7oeje'], 'year': 2001, 'explicitType': '2'}, 'cluster': [{'type': '3', 'category': '1', 'id': 'search_album'}]}, {'type': '3', 'album': {'kind': 'sj#album', 'name': "Everybody's in Show-Biz (Legacy Edition)", 'albumArtist': 'The Kinks', 'albumArtRef': 'http://lh3.googleusercontent.com/c3aM-BTU4g0UUlcgYfTnbQc6OP0qWRh4WwssUyhRcdVZyM88EOq7M4ngK-YJifD4NnPVdc2LNw', 'albumId': 'Bubbvzmnfn2tf36l4fsmnicaowq', 'artist': 'The Kinks', 'artistId': ['Ajr3nqkkfbfuk4r75hcppp7oeje'], 'year': 1972, 'explicitType': '2'}, 'cluster': [{'type': '3', 'category': '1', 'id': 'search_album'}]}, {'type': '3', 'album': {'kind': 'sj#album', 'name': 'Muswell Hillbillies (Legacy Edition)', 'albumArtist': 'The Kinks', 'albumArtRef': 'http://lh3.ggpht.com/eVJsfl915Atzw8GNQzVeZpgkJj7WrP9_SEmiBeVPsbgVIfu1s4UMXO1h9VadjORjs2Hznh5_iDw', 'albumId': 'Bes23euln7gqmdr7fzgkktcxlim', 'artist': 'The Kinks', 'artistId': ['Ajr3nqkkfbfuk4r75hcppp7oeje'], 'description_attribution': {'kind': 'sj#attribution', 'source_title': 'Wikipedia', 'source_url': 'https://en.wikipedia.org/wiki/Muswell_Hillbillies', 'license_title': 'Creative Commons Attribution CC-BY-SA 4.0', 'license_url': 'http://creativecommons.org/licenses/by-sa/4.0/legalcode'}, 'year': 1971, 'explicitType': '2'}, 'cluster': [{'type': '3', 'category': '1', 'id': 'search_album'}]}, {'type': '3', 'album': {'kind': 'sj#album', 'name': 'Schoolboys in Disgrace', 'albumArtist': 'The Kinks', 'albumArtRef': 'http://lh4.ggpht.com/KmGzJZPqJyMEhcwI1tFmGrNDEiQrAg2lLQA6OJK7er8hjaEKxzD7koDsDkN8ZnPfBCno9b2fgQ', 'albumId': 'B2zxxzh5mudvdpwnopirrb3kwrq', 'artist': 'The Kinks', 'artistId': ['Ajr3nqkkfbfuk4r75hcppp7oeje'], 'description_attribution': {'kind': 'sj#attribution', 'source_title': 'Wikipedia', 'source_url': 'https://en.wikipedia.org/wiki/Schoolboys_in_Disgrace', 'license_title': 'Creative Commons Attribution CC-BY-SA 4.0', 'license_url': 'http://creativecommons.org/licenses/by-sa/4.0/legalcode'}, 'year': 1975, 'explicitType': '2'}, 'cluster': [{'type': '3', 'category': '1', 'id': 'search_album'}]}, {'type': '3', 'album': {'kind': 'sj#album', 'name': 'Face to Face', 'albumArtist': 'The Kinks', 'albumArtRef': 'http://lh3.googleusercontent.com/geX_7KIm-ZuWoX71PsB1yGcAJCLJJiPxF6ZGEa671iKeodDTyWv-XFB7xCSyZohCl82iUxVx', 'albumId': 'B7apdkcivszvs7nfuozv34wxyqm', 'artist': 'The Kinks', 'artistId': ['Ajr3nqkkfbfuk4r75hcppp7oeje'], 'description_attribution': {'kind': 'sj#attribution', 'source_title': 'Wikipedia', 'source_url': 'https://en.wikipedia.org/wiki/Face_to_Face_(The_Kinks_album)', 'license_title': 'Creative Commons Attribution CC-BY-SA 4.0', 'license_url': 'http://creativecommons.org/licenses/by-sa/4.0/legalcode'}, 'year': 1966, 'explicitType': '2'}, 'cluster': [{'type': '3', 'category': '1', 'id': 'search_album'}]}, {'type': '3', 'album': {'kind': 'sj#album', 'name': 'State Of Confusion', 'albumArtist': 'The Kinks', 'albumArtRef': 'http://lh5.ggpht.com/U52vwvzls8LVxCQvprdkbrzzjvapgmULAZyNEAXnbYDf2Y5MDhTR6j7DF5DnNi6X2mXBSulFxQ', 'albumId': 'Bhy3ttt4gxr7pmsx5vaewvoky4i', 'artist': 'The Kinks', 'artistId': ['Ajr3nqkkfbfuk4r75hcppp7oeje'], 'description_attribution': {'kind': 'sj#attribution', 'source_title': 'Wikipedia', 'source_url': 'https://en.wikipedia.org/wiki/State_of_Confusion', 'license_title': 'Creative Commons Attribution CC-BY-SA 4.0', 'license_url': 'http://creativecommons.org/licenses/by-sa/4.0/legalcode'}, 'year': 1983, 'explicitType': '2'}, 'cluster': [{'type': '3', 'category': '1', 'id': 'search_album'}]}, {'type': '3', 'album': {'kind': 'sj#album', 'name': 'Soap Opera', 'albumArtist': 'The Kinks', 'albumArtRef': 'http://lh5.ggpht.com/KOaHWtF1sDm9o7OxbvHowNjGOCuooZLFBe5Y7pdfXLslH5jPkDP1pfMPuUBIuLLtK-7ydYHLAPg', 'albumId': 'Bllzevad6eohpfj3dx2h3tc2seu', 'artist': 'The Kinks', 'artistId': ['Ajr3nqkkfbfuk4r75hcppp7oeje'], 'description_attribution': {'kind': 'sj#attribution', 'source_title': 'Wikipedia', 'source_url': 'https://en.wikipedia.org/wiki/Soap_Opera_(album)', 'license_title': 'Creative Commons Attribution CC-BY-SA 4.0', 'license_url': 'http://creativecommons.org/licenses/by-sa/4.0/legalcode'}, 'year': 1975, 'explicitType': '2'}, 'cluster': [{'type': '3', 'category': '1', 'id': 'search_album'}]}, {'type': '3', 'album': {'kind': 'sj#album', 'name': 'Preservation: Act 2', 'albumArtist': 'The Kinks', 'albumArtRef': 'http://lh3.ggpht.com/jBXa176fwbq4qpXsrR9joSX317tXTugRSWBBcMhEpwDJIZjRMOCnDwFR3tEgvXnoMyOCYN22gg', 'albumId': 'Bnqe7namffbtth5e2fzs7pibff4', 'artist': 'The Kinks', 'artistId': ['Ajr3nqkkfbfuk4r75hcppp7oeje'], 'description_attribution': {'kind': 'sj#attribution', 'source_title': 'Wikipedia', 'source_url': 'https://en.wikipedia.org/wiki/Preservation_Act_2', 'license_title': 'Creative Commons Attribution CC-BY-SA 4.0', 'license_url': 'http://creativecommons.org/licenses/by-sa/4.0/legalcode'}, 'year': 1974, 'explicitType': '2'}, 'cluster': [{'type': '3', 'category': '1', 'id': 'search_album'}]}, {'type': '3', 'album': {'kind': 'sj#album', 'name': 'Phobia', 'albumArtist': 'The Kinks', 'albumArtRef': 'http://lh5.ggpht.com/lu9s68eZKJXnjOwK1EN2bzC3XkmNLxp8tAM9lRaYGONb5KJcd6Ibva_mN9sqV2qFh_i81H2Z', 'albumId': 'Bbj4olc2uvj3gsoponhm6egjdiu', 'artist': 'The Kinks', 'artistId': ['Ajr3nqkkfbfuk4r75hcppp7oeje'], 'description_attribution': {'kind': 'sj#attribution', 'source_title': 'Wikipedia', 'source_url': 'https://en.wikipedia.org/wiki/Phobia_(The_Kinks_album)', 'license_title': 'Creative Commons Attribution CC-BY-SA 4.0', 'license_url': 'http://creativecommons.org/licenses/by-sa/4.0/legalcode'}, 'year': 1993, 'explicitType': '2'}, 'cluster': [{'type': '3', 'category': '1', 'id': 'search_album'}]}, {'type': '3', 'album': {'kind': 'sj#album', 'name': 'Misfits', 'albumArtist': 'The Kinks', 'albumArtRef': 'http://lh3.ggpht.com/lB9QE6v6TnprOJEL0FrHulOuPNQFfUcWHTKyw2ZoWVjuBc-q5I8WxxamVoOaGMCQMTTfpR99IQ', 'albumId': 'B4hbrj6yeuu7a5bhsycdi3oydqq', 'artist': 'The Kinks', 'artistId': ['Ajr3nqkkfbfuk4r75hcppp7oeje'], 'year': 1978, 'explicitType': '2'}, 'cluster': [{'type': '3', 'category': '1', 'id': 'search_album'}]}, {'type': '3', 'album': {'kind': 'sj#album', 'name': 'Think Visual', 'albumArtist': 'The Kinks', 'albumArtRef': 'http://lh3.googleusercontent.com/-CB6S_YJ1bpK6JXL4mLJVdAOyXiR06nWUgKpI2LQaizvewCiY-pUZjNCLAcsVbAnaFV9GPrt', 'albumId': 'Blmtuvle7tszwlplm26ztdiutvy', 'artist': 'The Kinks', 'artistId': ['Ajr3nqkkfbfuk4r75hcppp7oeje'], 'description_attribution': {'kind': 'sj#attribution', 'source_title': 'Wikipedia', 'source_url': 'https://en.wikipedia.org/wiki/Think_Visual', 'license_title': 'Creative Commons Attribution CC-BY-SA 4.0', 'license_url': 'http://creativecommons.org/licenses/by-sa/4.0/legalcode'}, 'year': 1986, 'explicitType': '2'}, 'cluster': [{'type': '3', 'category': '1', 'id': 'search_album'}]}, {'type': '3', 'album': {'kind': 'sj#album', 'name': 'Sleepwalker', 'albumArtist': 'The Kinks', 'albumArtRef': 'http://lh4.ggpht.com/5lNv7d3RVTkvvVjkgUbqB_2C-Q7Wp8XIMetvkr3s1UCVO2p--DFi4llggvcKqyehfQSgJ8hq5w', 'albumId': 'B3jdrupy4z5jrbag25thevuvcnm', 'artist': 'The Kinks', 'artistId': ['Ajr3nqkkfbfuk4r75hcppp7oeje'], 'description_attribution': {'kind': 'sj#attribution', 'source_title': 'Wikipedia', 'source_url': 'https://en.wikipedia.org/wiki/Sleepwalker_(The_Kinks_album)', 'license_title': 'Creative Commons Attribution CC-BY-SA 4.0', 'license_url': 'http://creativecommons.org/licenses/by-sa/4.0/legalcode'}, 'year': 1977, 'explicitType': '2'}, 'cluster': [{'type': '3', 'category': '1', 'id': 'search_album'}]}, {'type': '3', 'album': {'kind': 'sj#album', 'name': 'The Kink Kontroversy', 'albumArtist': 'The Kinks', 'albumArtRef': 'http://lh3.googleusercontent.com/-DyHGp1t36OYkvjrH08CJRVJcS2B-urcYE-DeaODHXXKQSlcSJuuGeVlm5jPeZsM6xKofRwFqhY', 'albumId': 'Bsksikvl7y34vpk26n4a44qeeua', 'artist': 'The Kinks', 'artistId': ['Ajr3nqkkfbfuk4r75hcppp7oeje'], 'description_attribution': {'kind': 'sj#attribution', 'source_title': 'Wikipedia', 'source_url': 'https://en.wikipedia.org/wiki/The_Kink_Kontroversy', 'license_title': 'Creative Commons Attribution CC-BY-SA 4.0', 'license_url': 'http://creativecommons.org/licenses/by-sa/4.0/legalcode'}, 'year': 1965, 'explicitType': '2'}, 'cluster': [{'type': '3', 'category': '1', 'id': 'search_album'}]}, {'type': '3', 'album': {'kind': 'sj#album', 'name': 'Too Much on My Mind', 'albumArtist': 'The Kinks', 'albumArtRef': 'http://lh3.googleusercontent.com/Lww6bAk7dfzEg8TJDH1gDye6ouOaCn6OOJcwSmWthaI_oXHjR15JDk8YW6gvZMiyFGRkIHLu', 'albumId': 'Bj2ekcppw7ylkikdbhhonveik7m', 'artist': 'The Kinks', 'artistId': ['Ajr3nqkkfbfuk4r75hcppp7oeje'], 'year': 2017, 'explicitType': '2'}, 'cluster': [{'type': '3', 'category': '1', 'id': 'search_album'}]}, {'type': '3', 'album': {'kind': 'sj#album', 'name': 'From Muswell Hill', 'albumArtist': 'The Kinks', 'albumArtRef': 'http://lh3.googleusercontent.com/5ivv-ox_qB3_WJ2IQP9tpX78A2W8R77h6RFRoduIPdb9786gFWiW142alCq2wHDjWl9Jf2x2vQ', 'albumId': 'Bkjhfw3524nd4vvxjrgavs7s7s4', 'artist': 'The Kinks', 'artistId': ['Ajr3nqkkfbfuk4r75hcppp7oeje'], 'year': 2019, 'explicitType': '2'}, 'cluster': [{'type': '3', 'category': '1', 'id': 'search_album'}]}, {'type': '3', 'album': {'kind': 'sj#album', 'name': 'Sunny Afternoon', 'albumArtist': 'The Kinks', 'albumArtRef': 'http://lh3.googleusercontent.com/OiguQ28yfJl-SOI7L2oTYYBtXbGrgsHWYedroBcEGq0alXtVU5SM_C_RfKsHIHxdlYMsvvvy', 'albumId': 'Bnsxao5afbfhdpr6tvc4hdj7a4y', 'artist': 'The Kinks', 'artistId': ['Ajr3nqkkfbfuk4r75hcppp7oeje'], 'description_attribution': {'kind': 'sj#attribution', 'source_title': 'Wikipedia', 'source_url': 'https://en.wikipedia.org/wiki/Sunny_Afternoon_(compilation)', 'license_title': 'Creative Commons Attribution CC-BY-SA 4.0', 'license_url': 'http://creativecommons.org/licenses/by-sa/4.0/legalcode'}, 'year': 1967, 'explicitType': '2'}, 'cluster': [{'type': '3', 'category': '1', 'id': 'search_album'}]}, {'type': '3', 'album': {'kind': 'sj#album', 'name': 'Lost And Found (1986-1989)', 'albumArtist': 'The Kinks', 'albumArtRef': 'http://lh3.googleusercontent.com/LFujlFugsA8dF08kNc8-T3f4885ChtOS1OObBlEPAgd5gbWrYs29DIv7hSItzPjKIwcHM4HXHz8', 'albumId': 'Bk3iuwpai25l33d73peewzt3m6e', 'artist': 'The Kinks', 'artistId': ['Ajr3nqkkfbfuk4r75hcppp7oeje'], 'year': 1991, 'explicitType': '2'}, 'cluster': [{'type': '3', 'category': '1', 'id': 'search_album'}]}, {'type': '3', 'album': {'kind': 'sj#album', 'name': 'Percy (Bonus Track Edition)', 'albumArtist': 'The Kinks', 'albumArtRef': 'http://lh3.googleusercontent.com/ZfHiiBuM6RKquvXuOAW-0JXFLrhhymHW7wCKnfCbV1FwN-GSpmiPWZVWnrO66mLWdFKMBO_C78I', 'albumId': 'Bey5nyzg35sqticvaqszftk7fkm', 'artist': 'The Kinks', 'artistId': ['Ajr3nqkkfbfuk4r75hcppp7oeje'], 'description_attribution': {'kind': 'sj#attribution', 'source_title': 'Wikipedia', 'source_url': 'https://en.wikipedia.org/wiki/Percy_(soundtrack)', 'license_title': 'Creative Commons Attribution CC-BY-SA 4.0', 'license_url': 'http://creativecommons.org/licenses/by-sa/4.0/legalcode'}, 'year': 1971, 'explicitType': '2'}, 'cluster': [{'type': '3', 'category': '1', 'id': 'search_album'}]}, {'type': '3', 'album': {'kind': 'sj#album', 'name': 'Preservation: Act 1', 'albumArtist': 'The Kinks', 'albumArtRef': 'http://lh3.googleusercontent.com/isiIV5SFs5gJf-DmEYeBjYIeYh0jqOGnPoXzgvZaldlDyDqvh3Q7zgUYHkcBsNCVOdWYYpQW', 'albumId': 'By3e45pb2lkvai5y4kar55vudlu', 'artist': 'The Kinks', 'artistId': ['Ajr3nqkkfbfuk4r75hcppp7oeje'], 'description_attribution': {'kind': 'sj#attribution', 'source_title': 'Wikipedia', 'source_url': 'https://en.wikipedia.org/wiki/Preservation_Act_1', 'license_title': 'Creative Commons Attribution CC-BY-SA 4.0', 'license_url': 'http://creativecommons.org/licenses/by-sa/4.0/legalcode'}, 'year': 1973, 'explicitType': '2'}, 'cluster': [{'type': '3', 'category': '1', 'id': 'search_album'}]}, {'type': '3', 'album': {'kind': 'sj#album', 'name': 'Did Ya EP', 'albumArtist': 'The Kinks', 'albumArtRef': 'http://lh3.googleusercontent.com/eVVC6CQiOHD-47fYEvYwrbMVzWT03j7MQU53nvJ1-lJLVCRcpN8ruNXbSfNw1QC3PfYiDbsZbjE', 'albumId': 'Bytinkagpcncyiyekv76dy5nrtm', 'artist': 'The Kinks', 'artistId': ['Ajr3nqkkfbfuk4r75hcppp7oeje'], 'year': 1991, 'explicitType': '2'}, 'cluster': [{'type': '3', 'category': '1', 'id': 'search_album'}]}, {'type': '3', 'album': {'kind': 'sj#album', 'name': 'Classics: The Best of The Kinks', 'albumArtist': 'The Kinks', 'albumArtRef': 'http://lh3.googleusercontent.com/SIl9QDb2nmg0zYPMoD8mIytP-VK4uK1zpgOUWb1WuboY3OlFT2oJ6DRs-mrHZYfxEIs6EAymNA', 'albumId': 'Bjnqqrmq54a4vzwggzoujiimyt4', 'artist': 'The Kinks', 'artistId': ['Ajr3nqkkfbfuk4r75hcppp7oeje'], 'year': 2014, 'explicitType': '2'}, 'cluster': [{'type': '3', 'category': '1', 'id': 'search_album'}]}, {'type': '3', 'album': {'kind': 'sj#album', 'name': 'Come Dancing with the Kinks (The Best of the Kinks 1977-1986)', 'albumArtist': 'The Kinks', 'albumArtRef': 'http://lh3.googleusercontent.com/SbNP-vmXdRX-8eKc_zxY_gF0AOZgZ4X0VWpv5Rxru5UkElJmqYP7o-LKOPf2hET-fHVXxtIXhw0', 'albumId': 'Bvky76st6eptmnylx4364ozegii', 'artist': 'The Kinks', 'artistId': ['Ajr3nqkkfbfuk4r75hcppp7oeje'], 'year': 1986, 'explicitType': '2'}, 'cluster': [{'type': '3', 'category': '1', 'id': 'search_album'}]}, {'type': '3', 'album': {'kind': 'sj#album', 'name': 'Village Green Overture (Preservation Version - Stereo)', 'albumArtist': 'The Kinks', 'albumArtRef': 'http://lh3.googleusercontent.com/mHm2nuNdfQra05clFvpttSh_44IiZ8kx2DA6qu5HTWHfqVFKuF6dwcjufqU4pqHpzLo9j8mehQ', 'albumId': 'Bl73h37mn57gvsdeugh5u5hjyve', 'artist': 'The Kinks', 'artistId': ['Ajr3nqkkfbfuk4r75hcppp7oeje'], 'year': 2018, 'explicitType': '2'}, 'cluster': [{'type': '3', 'category': '1', 'id': 'search_album'}]}, {'type': '3', 'album': {'kind': 'sj#album', 'name': 'Starstruck (Alternate Mix With Session Chat)', 'albumArtist': 'The Kinks', 'albumArtRef': 'http://lh3.googleusercontent.com/GnHQCUq0PazjEq-iiaAfaDQOci-neDcEEI4YJYTosS8hXH9S-YSFYRZpmM8maOML-mEMwTNPtg', 'albumId': 'Bdt5ygjyybnsscnsjindvuhs2xm', 'artist': 'The Kinks', 'artistId': ['Ajr3nqkkfbfuk4r75hcppp7oeje'], 'year': 2018, 'explicitType': '2'}, 'cluster': [{'type': '3', 'category': '1', 'id': 'search_album'}]}, {'type': '3', 'album': {'kind': 'sj#album', 'name': 'Misty Water (Mono Mix)', 'albumArtist': 'The Kinks', 'albumArtRef': 'http://lh3.googleusercontent.com/Kp3Bnq2SEHGyCbxL8vqnMel49hV7TDMOIRQbU79YjT4ZlAAORVtlncEK0O0oqw70D44XXcQ1rg', 'albumId': 'Bscirabcdf46glhtfb4lo7nsj2q', 'artist': 'The Kinks', 'artistId': ['Ajr3nqkkfbfuk4r75hcppp7oeje'], 'year': 2018, 'explicitType': '2'}, 'cluster': [{'type': '3', 'category': '1', 'id': 'search_album'}]}, {'type': '3', 'album': {'kind': 'sj#album', 'name': 'Days (Acoustic Version)', 'albumArtist': 'The Kinks', 'albumArtRef': 'http://lh3.googleusercontent.com/NFzXjhVOZUHfwr5BhKID8H6-ln9Tk4buGkwq11h_AEtlI9a1BtnnnP6m0VvoO5j0AGs4sofau7I', 'albumId': 'Bilhohp2tbpkmsclynmftmbgt3m', 'artist': 'The Kinks', 'artistId': ['Ajr3nqkkfbfuk4r75hcppp7oeje'], 'year': 2018, 'explicitType': '2'}, 'cluster': [{'type': '3', 'category': '1', 'id': 'search_album'}]}, {'type': '3', 'album': {'kind': 'sj#album', 'name': 'Time Song (Single Stereo Mix) [2018 - Remaster]', 'albumArtist': 'The Kinks', 'albumArtRef': 'http://lh3.googleusercontent.com/U-e2539XQNAeoAQRHxv7r0dOwA6FPzeDJPOR3d8QyPN-59eXhbXTMu8EblXw1s_TBtT_xN8geg', 'albumId': 'Bmp3kkp4ehw3jhxhvvz73q76q4a', 'artist': 'The Kinks', 'artistId': ['Ajr3nqkkfbfuk4r75hcppp7oeje'], 'year': 2018, 'explicitType': '2'}, 'cluster': [{'type': '3', 'category': '1', 'id': 'search_album'}]}, {'type': '3', 'album': {'kind': 'sj#album', 'name': "The Kinks' Greatest: Celluloid Heroes", 'albumArtist': 'The Kinks', 'albumArtRef': 'http://lh3.googleusercontent.com/fP8qaY9cR5URLnKvz0ognfEwUFGB7El0nlUlPl8eEhLPH10T_cHa2liGtNV8bgunGIv-y9pw1Q', 'albumId': 'Bln22zobca5e2lzhzkst4tpbmiy', 'artist': 'The Kinks', 'artistId': ['Ajr3nqkkfbfuk4r75hcppp7oeje'], 'year': 1976, 'explicitType': '2'}, 'cluster': [{'type': '3', 'category': '1', 'id': 'search_album'}]}, {'type': '3', 'album': {'kind': 'sj#album', 'name': 'The Kinks in Germany', 'albumArtist': 'The Kinks', 'albumArtRef': 'http://lh3.googleusercontent.com/vUMe4iOXH6xKBPttZYjaKwyoxU7QqaSr1ZbL9VCKq7tim57YKDLF50uKJlnh-L-oYhfd4-i1yWk', 'albumId': 'Bfcmt2t2ncju44smu3ugqj2h74u', 'artist': 'The Kinks', 'artistId': ['Ajr3nqkkfbfuk4r75hcppp7oeje'], 'year': 2017, 'explicitType': '2'}, 'cluster': [{'type': '3', 'category': '1', 'id': 'search_album'}]}, {'type': '3', 'album': {'kind': 'sj#album', 'name': 'The Kinks Are The Village Green Preservation Society (2018 Deluxe)', 'albumArtist': 'The Kinks', 'albumArtRef': 'http://lh3.googleusercontent.com/J_T2oBfNqOoLn4r_thXWfkV-SCIGCPoKPacQ6uAaP4hcDch8l0oFqBroUE0yo7YGOrpKdGHGhA', 'albumId': 'B2vunpr6o6x4is5rhyra7nljc5y', 'artist': 'The Kinks', 'artistId': ['Ajr3nqkkfbfuk4r75hcppp7oeje'], 'year': 2018, 'explicitType': '2'}, 'cluster': [{'type': '3', 'category': '1', 'id': 'search_album'}]}, {'type': '3', 'album': {'kind': 'sj#album', 'name': 'The Kinks Are The Village Green Preservation Society (2018 Stereo Remaster)', 'albumArtist': 'The Kinks', 'albumArtRef': 'http://lh3.googleusercontent.com/Oi45fd_iqV4iySVw6KLbPoA2OlOqp6u2nO3JTHy25Re8uYWz7So8XeJOv0pbpilYdIzIZ6Gl-N0', 'albumId': 'Bimxts4hqyw23c5fytgdnrfcmm4', 'artist': 'The Kinks', 'artistId': ['Ajr3nqkkfbfuk4r75hcppp7oeje'], 'description_attribution': {'kind': 'sj#attribution', 'source_title': 'Wikipedia', 'source_url': 'https://en.wikipedia.org/wiki/The_Kinks_Are_the_Village_Green_Preservation_Society', 'license_title': 'Creative Commons Attribution CC-BY-SA 4.0', 'license_url': 'http://creativecommons.org/licenses/by-sa/4.0/legalcode'}, 'year': 1968, 'explicitType': '2'}, 'cluster': [{'type': '3', 'category': '1', 'id': 'search_album'}]}, {'type': '3', 'album': {'kind': 'sj#album', 'name': 'Borrowed Time', 'albumArtist': 'Royal Kinks', 'albumArtRef': 'http://lh6.ggpht.com/H0cS5ncqAjNPOiXu_x6R7c-5GWjGSYd-QPVl9SXLLCCYhM8ixnT_PXGP_2StwgYMa0mDlE0q3w', 'albumId': 'Bbabvppdo467kdjk2gpxcts3hsa', 'artist': 'Royal Kinks', 'artistId': ['Ahcol2dr4bu4a7wts2l54xsrfti'], 'year': 2008, 'explicitType': '2'}, 'cluster': [{'type': '3', 'category': '1', 'id': 'search_album'}]}, {'type': '3', 'album': {'kind': 'sj#album', 'name': 'Kinks', 'albumArtist': 'Stacc X.O', 'albumArtRef': 'http://lh3.googleusercontent.com/5Ecbg2YMA5R4XgG4RxA--KvnCPttI7jl_wtlRzixNWPrNatYqWhBbU1rlMlr4IctBzIB2KElaVA', 'albumId': 'Boi4znphlhbfjh73lmh6pzojaei', 'artist': 'Stacc X.O', 'artistId': ['Ageonmzgif6eq5buis5kavporbi'], 'year': 2019, 'explicitType': '1'}, 'cluster': [{'type': '3', 'category': '1', 'id': 'search_album'}]}, {'type': '3', 'album': {'kind': 'sj#album', 'name': 'The Kinks', 'albumArtist': "Sensational 60's", 'albumArtRef': 'http://lh3.googleusercontent.com/9NyN752iyNYUwTMFuY4s87LL19SAfUVWwqU1k85aI3vuTlOp1N4vURYtf47ik2e6Fm-TLButuw', 'albumId': 'Brhkzpsm26mwocmzsaoobttmeyy', 'artist': "Sensational 60's", 'artistId': ['Aipfkfladqmyfnryhjt4svcn3y4'], 'year': 2017, 'explicitType': '2'}, 'cluster': [{'type': '3', 'category': '1', 'id': 'search_album'}]}, {'type': '3', 'album': {'kind': 'sj#album', 'name': 'Instrumental Covers of The Kinks', 'albumArtist': 'White Knight Instrumental', 'albumArtRef': 'http://lh3.googleusercontent.com/S5CzFl1C5ghqlvyeK64r8KelzttrILwrJaHsZhoNRo6QYxIZsDpUX_-xkjyKp711a6IHYilbLA', 'albumId': 'Biistufxbxk22b2gftaagzhzgpq', 'artist': 'White Knight Instrumental', 'artistId': ['Abznagnnaueksux2zvqrb4fjmn4'], 'year': 2016, 'explicitType': '2'}, 'cluster': [{'type': '3', 'category': '1', 'id': 'search_album'}]}, {'type': '3', 'album': {'kind': 'sj#album', 'name': 'Play Guitar with The Kinks', 'albumArtist': 'The Backing Tracks', 'albumArtRef': 'http://lh6.ggpht.com/E1M-4G5baejIq3FsyayWt3Ir2nMM-v9CbD3p1GSLLMlD5p2fSZduZYFRPPEB-DE1hflF7eOviA', 'albumId': 'Bpo6xihic2wuaqq2ls4uppjuwgq', 'artist': 'The Backing Tracks', 'artistId': ['Ajef7agr23uz6lyzy7j74nkomnu'], 'year': 2012, 'explicitType': '2'}, 'cluster': [{'type': '3', 'category': '1', 'id': 'search_album'}]}, {'type': '3', 'album': {'kind': 'sj#album', 'name': 'I Was Japanese Kinks', 'albumArtist': 'The Bohemians', 'albumArtRef': 'http://lh4.ggpht.com/wKzTRvmJ2wu8lQsFTopuEelejvcNk-qDZ57EI3Pmrdt2nRnvNS57fNPvWjNJA5Ti7qofE6jfdA', 'albumId': 'Bxvorjndnfd7llv6fgrrisklsvm', 'artist': 'The Bohemians', 'artistId': ['Ahvsi5e67zqvz32cr7xsvf6ykdu'], 'year': 2010, 'explicitType': '2'}, 'cluster': [{'type': '3', 'category': '1', 'id': 'search_album'}]}, {'type': '3', 'album': {'kind': 'sj#album', 'name': 'Working Out the Kinks', 'albumArtist': 'John Dover', 'albumArtRef': 'http://lh6.ggpht.com/fM31EHHcxOkX6mGzlRwlimLOsY3aalWAYcs6Z4XL21oI04sNgwcOnRPyogIrRSSdXwh4WEe22w', 'albumId': 'Bu5ij3gygabrhxzujd7wazhaiay', 'artist': 'John Dover', 'artistId': ['Az2h7ue7x2khvmq2i6fez6xs7iq'], 'year': 2014, 'explicitType': '2'}, 'cluster': [{'type': '3', 'category': '1', 'id': 'search_album'}]}, {'type': '3', 'album': {'kind': 'sj#album', 'name': 'Kinks, Drinks & Hip-Hop', 'albumArtist': 'LTtheMonk', 'albumArtRef': 'http://lh3.googleusercontent.com/2g3YB7pa1-v0FmO2CE8ec15-8I9xvN6U6LUMUNiwfTH-Sp0JyNtXPixwvSh0e3NDTqXYEXGQ', 'albumId': 'Btrus6g6qyo63i4s5gpbrbrr43q', 'artist': 'LTtheMonk', 'artistId': ['Atyq7rvwdkfl2vpsvxotbidspci'], 'year': 2019, 'explicitType': '2'}, 'cluster': [{'type': '3', 'category': '1', 'id': 'search_album'}]}, {'type': '3', 'album': {'kind': 'sj#album', 'name': 'Dancing Kinks', 'albumArtist': 'Caballero Reynaldo', 'albumArtRef': 'http://lh3.googleusercontent.com/5AkXLr4TWDrOffd2tJQgLKchPpk1Md4xM5ZWAt7pDVBIfugc9CHubTvYROruWWnte8H3OFkwaA', 'albumId': 'Bmrintgozpssqlxavji34eydp2q', 'artist': 'Caballero Reynaldo', 'artistId': ['Avrtiedciy4wm3m2neziaeb4nqm'], 'year': 2018, 'explicitType': '2'}, 'cluster': [{'type': '3', 'category': '1', 'id': 'search_album'}]}, {'type': '3', 'album': {'kind': 'sj#album', 'name': 'Kovers Kinks', 'albumArtist': 'Ralph', 'albumArtRef': 'http://lh3.googleusercontent.com/CZhtEI_jpTj4o_KgAZ2BpjLOispqvDcuAZ6MJQDi54dOCIDZdJYDvagkz4Y2s9vtZhpeCydnEXw', 'albumId': 'Bu7b7sdh5z5wedme6de7wvkpu6m', 'artist': 'Ralph', 'artistId': ['Avxaqpcqiiieqr2vdxvisjhgt5a', 'Adbb4eq4l2trk76e57b4utdcjvm'], 'year': 2016, 'explicitType': '2'}, 'cluster': [{'type': '3', 'category': '1', 'id': 'search_album'}]}, {'type': '3', 'album': {'kind': 'sj#album', 'name': 'BOOTIK DOES THE KINKS', 'albumArtist': 'BOOTIK MOOSIK', 'albumArtRef': 'http://lh3.googleusercontent.com/H7ugUjLlZVkyOe0ufkw0kYI0Hbwm-wRvexV1fvST7zpY9i48dDm5a69RJHh_rP_evv2xOXjc', 'albumId': 'Bnbcnof6qp7wrqoxjzwtybqctoe', 'artist': 'BOOTIK MOOSIK', 'artistId': ['A2kcffkvv3hxhik52awo4v4vksy'], 'year': 2014, 'explicitType': '2'}, 'cluster': [{'type': '3', 'category': '1', 'id': 'search_album'}]}, {'type': '3', 'album': {'kind': 'sj#album', 'name': 'Fifty Kinks of Loxs', 'albumArtist': 'Fantastic Mr. Loxs', 'albumArtRef': 'http://lh3.googleusercontent.com/q9ET49eiUVQmHhB4Fw0inJc0DBrDrWOZ1x2-Z0l9sNz9kfdGdkH5qhGrA9YHXaP_-zxINWgy', 'albumId': 'By2s7b7qs2c3ypoo5utloqwgrna', 'artist': 'Fantastic Mr. Loxs', 'artistId': ['A2imoihstyupnsrkyznmy7m3yo4'], 'year': 2019, 'explicitType': '1'}, 'cluster': [{'type': '3', 'category': '1', 'id': 'search_album'}]}, {'type': '3', 'album': {'kind': 'sj#album', 'name': 'The Kinks of Inconvenience', 'albumArtist': 'Trond K & The Serious Issues', 'albumArtRef': 'http://lh6.ggpht.com/qvoLmw53IfaG2zYSbl7FzhBpbFR-Nxg0yuhoedbQUSBL2Viqws9UB1msbKqe-8RGFfkB34drzg', 'albumId': 'Bze2kvrtl364ecdukgpneo2mf3m', 'artist': 'Trond K & The Serious Issues', 'artistId': ['Aks7zuid5q6idmmcpuaz42224v4'], 'year': 2011, 'explicitType': '1'}, 'cluster': [{'type': '3', 'category': '1', 'id': 'search_album'}]}, {'type': '3', 'album': {'kind': 'sj#album', 'name': 'The Kinks Choral Collection By Ray Davies and The Crouch End Festival Chorus (Special Edition)', 'albumArtist': 'Ray Davies', 'albumArtRef': 'http://lh3.googleusercontent.com/IFcwEltKMzj0-10VHAM88C9XB9q4Jiy3tH5m4Fb3gAsvN2DdT1pKPlGmKOUDtdyqxWDP1qfq', 'albumId': 'B6gzzza53dllnnuliah7nt5oyme', 'artist': 'Ray Davies', 'artistId': ['Amsgm7jlkeloduvetl6eb24dhue'], 'year': 2009, 'explicitType': '2'}, 'cluster': [{'type': '3', 'category': '1', 'id': 'search_album'}]}, {'type': '3', 'album': {'kind': 'sj#album', 'name': 'The Kinks Choral Collection By Ray Davies and The Crouch End Festival Chorus', 'albumArtist': 'Ray Davies', 'albumArtRef': 'http://lh3.googleusercontent.com/DGDWNX_RqtxiKw1LoZoJ6FGQFUs-TjpuNCts7WC9bZH_BShuaMMOLsgySNA9f2cq1oC0PGGvoSk', 'albumId': 'B6buj6lxcbybropoanw4mtst5xm', 'artist': 'Ray Davies', 'artistId': ['Amsgm7jlkeloduvetl6eb24dhue'], 'year': 2009, 'explicitType': '2'}, 'cluster': [{'type': '3', 'category': '1', 'id': 'search_album'}]}, {'type': '3', 'album': {'kind': 'sj#album', 'name': 'Veldig Respektable Menn - Sanger Av Ray Davies Og the Kinks', 'albumArtist': 'De Musikalske Dvergene & Frode Alnæs', 'albumArtRef': 'http://lh3.googleusercontent.com/pTfy5uMev8XkmEyX_8aNww_VzOVgVnFXrihvnnIdBIA15Iu2YHC_hnUKub4PAYKZcAVsO9TG7Q', 'albumId': 'B2gt5hjlphixkex7pgvwwql33am', 'artist': 'De Musikalske Dvergene & Frode Alnæs', 'artistId': ['Ae2kijhvudvc37kxiksvmehn7dy'], 'year': 2004, 'explicitType': '2'}, 'cluster': [{'type': '3', 'category': '1', 'id': 'search_album'}]}, {'type': '3', 'album': {'kind': 'sj#album', 'name': 'Sideways Kinks', 'albumArtist': 'Bellavista', 'albumArtRef': 'http://lh3.googleusercontent.com/3_La8pK9vo0qi0agCuVSq9FqlQH1ofSJUbmO1OquKxQpOsFCWN7ur4-rRDZc3rN68unCZvC6aQ', 'albumId': 'Bqpo23axxrbnrkqagvi2jiasxbe', 'artist': 'Bellavista', 'artistId': ['Avpi6ia3msyvmj3iurdimy4qfl4'], 'year': 2018, 'explicitType': '2'}, 'cluster': [{'type': '3', 'category': '1', 'id': 'search_album'}]}, {'type': '3', 'album': {'kind': 'sj#album', 'name': 'Stay Awake', 'albumArtist': 'Phoebe Kinks', 'albumArtRef': 'http://lh3.googleusercontent.com/63tRBRpulRmMRsyABj0fZb1srSxaG3H6hRD2b-M-FMUs67N85WbZm2cCI-6v9hBA5BphNR9q', 'albumId': 'Bgin4rqmv5nbjavbv6dfctwoboi', 'artist': 'Phoebe Kinks', 'artistId': ['An6qu42ua5sid5renomuakyy3qi'], 'year': 2018, 'explicitType': '2'}, 'cluster': [{'type': '3', 'category': '1', 'id': 'search_album'}]}, {'type': '3', 'album': {'kind': 'sj#album', 'name': 'Stranger Kinks', 'albumArtist': 'Murray', 'albumArtRef': 'http://lh3.googleusercontent.com/9iqgjBQXAnffxHMQOqC_zu0xLoJxdOt_ibCoK_RwtPLaN3HZ9zwIHuY1Nhz-NhcW4gBFSmkGbg', 'albumId': 'Bstrfotpfumjih3zpapsr7ifgtq', 'artist': 'Murray', 'artistId': ['Apfqesmmrftkv3bimphgba4cgt4'], 'year': 2017, 'explicitType': '2'}, 'cluster': [{'type': '3', 'category': '1', 'id': 'search_album'}]}, {'type': '3', 'album': {'kind': 'sj#album', 'name': 'Accompaniment Guitar Backing Tracks (Stealers Wheel / Steppenwolf / The Beatles / The Eagles / The Kinks), Vol.17', 'albumArtist': 'BT Band', 'albumArtRef': 'http://lh3.googleusercontent.com/cy0hk5Q78gX00L3igAr83w0fdUZ_IMk3lyTUCqWkatS1m017rHrz_yMNgicWnksDY9-bVtj8sQ', 'albumId': 'Bctyhxeqgp3eng7e7rof5ce6f7q', 'artist': 'BT Band', 'artistId': ['Azpniz3dprtr6brlbkrvazritza'], 'year': 2015, 'explicitType': '2'}, 'cluster': [{'type': '3', 'category': '1', 'id': 'search_album'}]}, {'type': '3', 'album': {'kind': 'sj#album', 'name': 'Within 2 Steps', 'albumArtist': 'Kinks of Domination', 'albumArtRef': 'http://lh3.googleusercontent.com/pyuZzSSbjeKbhhkmwgjqmVSPUdMRd4wLA61IidPFGG7IQ8DtfmyV7hfi2SaSFClvbMvOFneAkg', 'albumId': 'Bzjhouks2t3lxzbzljmrmm5nfqm', 'artist': 'Kinks of Domination', 'artistId': ['Arvcrtmmh5u7qn4oeselqa4a4rq'], 'year': 2019, 'explicitType': '2'}, 'cluster': [{'type': '3', 'category': '1', 'id': 'search_album'}]}, {'type': '3', 'album': {'kind': 'sj#album', 'name': 'Recall', 'albumArtist': 'Kinks of Domination', 'albumArtRef': 'http://lh3.googleusercontent.com/_9bb7n4ic7Kd-6ogLDtMnIiHyI8dfPIQKMHf-pR8z_SNTg3syYrJmgzM8BMr1t44O_ZsefPz', 'albumId': 'Bcv34mnp7pzxgegk2yhkzao7xvi', 'artist': 'Kinks of Domination', 'artistId': ['Arvcrtmmh5u7qn4oeselqa4a4rq'], 'year': 2019, 'explicitType': '2'}, 'cluster': [{'type': '3', 'category': '1', 'id': 'search_album'}]}, {'type': '3', 'album': {'kind': 'sj#album', 'name': 'An Hour Ago', 'albumArtist': 'Kinks of Domination', 'albumArtRef': 'http://lh3.googleusercontent.com/JHdIz9Cw8lef9zwteC2Uq4-gqV-awPcU_mhG2TpWGIz5T7yEtvdBfYhaYTVqnnLoaU8QrW1Szw', 'albumId': 'Bbxndbakzo6khmnwyk23fovjzhq', 'artist': 'Kinks of Domination', 'artistId': ['Arvcrtmmh5u7qn4oeselqa4a4rq'], 'year': 2019, 'explicitType': '2'}, 'cluster': [{'type': '3', 'category': '1', 'id': 'search_album'}]}, {'type': '3', 'album': {'kind': 'sj#album', 'name': 'The Village Green Preservation Society (Preservation Society) [A Tribute to the Kinks’ Greatest Album]', 'albumArtist': 'Various Artists', 'albumArtRef': 'http://lh3.googleusercontent.com/uAVMs4ThEhj6YlApcI7B84QonH-ReS_zMcdYoJq63b4wv9TDIFCmLtkFjIqPWe5kj6UBH5fTkUg', 'albumId': 'Bf4fwptrmtpmibi7c3ezvvmxfci', 'artist': 'Various Artists', 'artistId': [''], 'year': 2018, 'explicitType': '2'}, 'cluster': [{'type': '3', 'category': '1', 'id': 'search_album'}]}, {'type': '3', 'album': {'kind': 'sj#album', 'name': 'Vantage Audio Documentary: Road To Success, The Kinks', 'albumArtist': 'VANTAGE', 'albumArtRef': 'http://lh3.ggpht.com/ZwtoNFW0KOG_DAMdGNjEYhjFbOPpGCk7ncV1N-N_SD-zTXe--Wu7O1MTAyfZ4aEVfol4yA5h9Q', 'albumId': 'Bghqz32pkcke46v7snvgype7fmi', 'artist': 'VANTAGE', 'artistId': ['Ag5cwo6ubfgy2xl7rvuaovrxw6u'], 'year': 2012, 'explicitType': '2'}, 'cluster': [{'type': '3', 'category': '1', 'id': 'search_album'}]}]}, {'cluster': {'type': '1', 'category': '1', 'id': 'search_track'}, 'resultToken': 'EAE', 'entries': [{'type': '1', 'track': {'kind': 'sj#track', 'title': 'You Really Got Me (Live at Lowell Memorial Auditorium, Lowell, MA - March 1979)', 'artist': 'The Kinks', 'composer': '', 'album': 'One for the Road (Live)', 'albumArtist': 'The Kinks', 'year': 1980, 'trackNumber': 19, 'genre': 'Rock', 'durationMillis': '220000', 'albumArtRef': [{'kind': 'sj#imageRef', 'url': 'http://lh5.ggpht.com/LtCn8uCuxhhBrxbEgV2kSZHIqRYq_YynB9Y1-GMcDxs1iqutpnSPqoVu6vL4Y5lKzLaRKBUJCw', 'aspectRatio': '1', 'autogen': False}], 'discNumber': 1, 'estimatedSize': '8824190', 'trackType': '7', 'storeId': 'Tq4knch4yla3ibcjroqymxpqipm', 'albumId': 'dgc4ldldhsdsuj2w25i26dxrey', 'artistId': ['jr3nqkkfbfuk4r75hcppp7oeje'], 'nid': 'q4knch4yla3ibcjroqymxpqipm', 'trackAvailableForSubscription': True, 'trackAvailableForPurchase': True, 'albumAvailableForPurchase': True, 'explicitType': '2'}, 'cluster': [{'type': '1', 'category': '1', 'id': 'search_track'}]}, {'type': '1', 'track': {'kind': 'sj#track', 'title': 'You Really Got Me (Mono Mix)', 'artist': 'The Kinks', 'composer': '', 'album': 'Kinks', 'albumArtist': 'The Kinks', 'year': 1964, 'trackNumber': 7, 'genre': "'60s Rock", 'durationMillis': '134000', 'albumArtRef': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/l5_Iltbp7kCjwh_zCUoJFUBKgzqfXXNqCStYPkoErfpKG9ZzQWc0i5wd9KuSQWMxvl0DkU6D', 'aspectRatio': '1', 'autogen': False}], 'discNumber': 1, 'estimatedSize': '5372902', 'trackType': '7', 'storeId': 'Tiooq3cgnu4xdkuauvjpa7y7ki4', 'albumId': 'w6cgmxra2tacx5hihy6xjzdmiq', 'artistId': ['jr3nqkkfbfuk4r75hcppp7oeje'], 'nid': 'iooq3cgnu4xdkuauvjpa7y7ki4', 'trackAvailableForSubscription': True, 'trackAvailableForPurchase': True, 'albumAvailableForPurchase': True, 'explicitType': '2'}, 'cluster': [{'type': '1', 'category': '1', 'id': 'search_track'}]}, {'type': '1', 'track': {'kind': 'sj#track', 'title': 'You Really Got Me (Live at Kelvin Hall)', 'artist': 'The Kinks', 'composer': '', 'album': 'Hot Rocks (British Invasion / 1964-1968)', 'albumArtist': 'Various Artists', 'year': 2019, 'trackNumber': 10, 'genre': 'Rock', 'durationMillis': '136000', 'albumArtRef': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/hcoPmH2NFHM65Ql3vduLMT2EZ4ngcUY-aP1eUZbrplwTLP03PMB_zgJZyIRKGCGIwP-IGo-V0w', 'aspectRatio': '1', 'autogen': False}], 'discNumber': 1, 'estimatedSize': '5456494', 'trackType': '7', 'storeId': 'Txfub7gwqxs7wukvmdxsy7ydafi', 'albumId': 'fsvpz5k62wao6cwq5l6lgnvepy', 'artistId': ['jr3nqkkfbfuk4r75hcppp7oeje'], 'nid': 'xfub7gwqxs7wukvmdxsy7ydafi', 'trackAvailableForSubscription': True, 'trackAvailableForPurchase': True, 'albumAvailableForPurchase': True, 'explicitType': '2'}, 'cluster': [{'type': '1', 'category': '1', 'id': 'search_track'}]}, {'type': '1', 'track': {'kind': 'sj#track', 'title': 'You Really Got Me (Live at The Playhouse Theatre, 1964)', 'artist': 'The Kinks', 'composer': '', 'album': 'BBC Sessions (1964-1977)', 'albumArtist': 'The Kinks', 'year': 2001, 'trackNumber': 2, 'genre': 'Classic Rock', 'durationMillis': '128000', 'albumArtRef': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/mbd-08qgkLersxgOz3HcnxJkieP1ijZfnX9sBtoDspeoNcY45A_0kqJsZQUkY1BSocYyIlOk1A', 'aspectRatio': '1', 'autogen': False}], 'discNumber': 1, 'estimatedSize': '5129431', 'trackType': '7', 'storeId': 'Tiazvgi2qibh3rhxcbwo6z2uwfu', 'albumId': 'y5ca57xjyiujco5dwvsu6lyxoa', 'artistId': ['jr3nqkkfbfuk4r75hcppp7oeje'], 'nid': 'iazvgi2qibh3rhxcbwo6z2uwfu', 'trackAvailableForSubscription': True, 'trackAvailableForPurchase': True, 'albumAvailableForPurchase': True, 'explicitType': '2'}, 'cluster': [{'type': '1', 'category': '1', 'id': 'search_track'}]}, {'type': '1', 'track': {'kind': 'sj#track', 'title': 'You Really Got Me', 'artist': 'The Kinks', 'composer': '', 'album': 'Wonder Years, Wonder Music, Vol. 1', 'albumArtist': 'Various Artists', 'year': 2018, 'trackNumber': 9, 'genre': 'Soundtracks', 'durationMillis': '134000', 'albumArtRef': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/kmyfbwmOcYH3uKStuMwEmdryVyW7rACeoO80ejb-ujE6Bh3Wa_Y90dBxelXlg1Z3Pr6tl7IKPA', 'aspectRatio': '1', 'autogen': False}], 'discNumber': 1, 'estimatedSize': '5394845', 'trackType': '7', 'storeId': 'Tt3xbyiyhdkru2bqof77blkwl2a', 'albumId': 'dnjhzx2jo73cvyw7k4imopfb2e', 'artistId': ['jr3nqkkfbfuk4r75hcppp7oeje'], 'nid': 't3xbyiyhdkru2bqof77blkwl2a', 'trackAvailableForSubscription': True, 'trackAvailableForPurchase': True, 'albumAvailableForPurchase': True, 'explicitType': '2'}, 'cluster': [{'type': '1', 'category': '1', 'id': 'search_track'}]}, {'type': '1', 'track': {'kind': 'sj#track', 'title': 'You Really Got Me (Mono Mix)', 'artist': 'The Kinks', 'composer': '', 'album': 'Picture Book', 'albumArtist': 'The Kinks', 'year': 2017, 'trackNumber': 2, 'genre': 'Rock', 'durationMillis': '134000', 'albumArtRef': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/GsCsxgH3OR4OL5mqXcEg4dVBP1hWRhyZKDdmQorAggD8IgQu9WI4Y1mPPIzTFGtXfp9aCZ2Z', 'aspectRatio': '1', 'autogen': False}], 'discNumber': 1, 'estimatedSize': '5372902', 'trackType': '7', 'storeId': 'Tigigyylgwpba7323bihxxxykki', 'albumId': 'ujlrxorvpufdxqynwvkkrcpi6e', 'artistId': ['jr3nqkkfbfuk4r75hcppp7oeje'], 'nid': 'igigyylgwpba7323bihxxxykki', 'trackAvailableForSubscription': True, 'trackAvailableForPurchase': True, 'albumAvailableForPurchase': True, 'explicitType': '2'}, 'cluster': [{'type': '1', 'category': '1', 'id': 'search_track'}]}, {'type': '1', 'track': {'kind': 'sj#track', 'title': 'You Really Got Me', 'artist': 'The Kinks', 'composer': '', 'album': 'Only #s One / 2', 'albumArtist': 'Various Artists', 'year': 2018, 'trackNumber': 1, 'genre': 'Latin', 'durationMillis': '134000', 'albumArtRef': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/IURUUjTDtEpQOIvSZp7595Mz_ZJLZzqHGb3sQhFGAP9YFKewQi0sm_gzADySDsJemYHYKJm_zQ', 'aspectRatio': '1', 'autogen': False}], 'discNumber': 1, 'estimatedSize': '5394845', 'trackType': '7', 'storeId': 'Tmyba3tharmz6tfsvqfchn6nwfi', 'albumId': 'f3jdaqwmirityfu6vwgh2hf2xq', 'artistId': ['jr3nqkkfbfuk4r75hcppp7oeje'], 'nid': 'myba3tharmz6tfsvqfchn6nwfi', 'trackAvailableForSubscription': True, 'trackAvailableForPurchase': True, 'albumAvailableForPurchase': True, 'explicitType': '2'}, 'cluster': [{'type': '1', 'category': '1', 'id': 'search_track'}]}, {'type': '1', 'track': {'kind': 'sj#track', 'title': 'You Really Got Me (2014 Remastered Version)', 'artist': 'The Kinks', 'composer': '', 'album': 'The Anthology 1964 - 1971 (2014 Remastered Version)', 'albumArtist': 'The Kinks', 'year': 2014, 'trackNumber': 8, 'genre': 'Rock', 'durationMillis': '134000', 'albumArtRef': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/PO9Qq8TXlQx8hXGqjx-gVuQAegLBTM7b1L1g4kqCZK2UoltU-WxSBIgUJjBpwmUfm_MgBB0eW5M', 'aspectRatio': '1', 'autogen': False}], 'discNumber': 1, 'estimatedSize': '5365578', 'trackType': '7', 'storeId': 'Tr2t6qgstal3ucflfor6lz4xuya', 'albumId': 'ji5nqhksgdeskuiqbnka3g7gje', 'artistId': ['jr3nqkkfbfuk4r75hcppp7oeje'], 'nid': 'r2t6qgstal3ucflfor6lz4xuya', 'trackAvailableForSubscription': True, 'trackAvailableForPurchase': True, 'albumAvailableForPurchase': True, 'explicitType': '2'}, 'cluster': [{'type': '1', 'category': '1', 'id': 'search_track'}]}, {'type': '1', 'track': {'kind': 'sj#track', 'title': 'You Really Got Me (Live at Lowell Memorial Auditorium, Lowell, MA - March 1979)', 'artist': 'The Kinks', 'composer': '', 'album': 'Come Dancing with the Kinks (The Best of the Kinks 1977-1986)', 'albumArtist': 'The Kinks', 'year': 1986, 'trackNumber': 13, 'genre': 'Pop', 'durationMillis': '215000', 'albumArtRef': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/SbNP-vmXdRX-8eKc_zxY_gF0AOZgZ4X0VWpv5Rxru5UkElJmqYP7o-LKOPf2hET-fHVXxtIXhw0', 'aspectRatio': '1', 'autogen': False}], 'discNumber': 1, 'estimatedSize': '8625659', 'trackType': '7', 'storeId': 'T6qufpp4sb3qzmzw6ts27malqne', 'albumId': 'vky76st6eptmnylx4364ozegii', 'artistId': ['jr3nqkkfbfuk4r75hcppp7oeje'], 'nid': '6qufpp4sb3qzmzw6ts27malqne', 'trackAvailableForSubscription': True, 'trackAvailableForPurchase': True, 'albumAvailableForPurchase': True, 'explicitType': '2'}, 'cluster': [{'type': '1', 'category': '1', 'id': 'search_track'}]}, {'type': '1', 'track': {'kind': 'sj#track', 'title': 'You Really Got Me (Mono Mix)', 'artist': 'The Kinks', 'composer': '', 'album': 'The Singles Collection', 'albumArtist': 'The Kinks', 'year': 1997, 'trackNumber': 3, 'genre': "'60s Rock", 'durationMillis': '134000', 'albumArtRef': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/xxu7tj567zRkBHEhd-PS0_j5I5IaOAyu3BDR1Ru377mJ1WapMG7MaXp40_tkQTLNxjgdvpDICmk', 'aspectRatio': '1', 'autogen': False}], 'discNumber': 1, 'estimatedSize': '5372902', 'trackType': '7', 'storeId': 'Toxnhg7gnjsvjcbozgzlc6gtibu', 'albumId': 'jcpy6vmrgpkcx6yw5adgz2kgvi', 'artistId': ['jr3nqkkfbfuk4r75hcppp7oeje'], 'nid': 'oxnhg7gnjsvjcbozgzlc6gtibu', 'trackAvailableForSubscription': True, 'trackAvailableForPurchase': True, 'albumAvailableForPurchase': True, 'explicitType': '2'}, 'cluster': [{'type': '1', 'category': '1', 'id': 'search_track'}]}, {'type': '1', 'track': {'kind': 'sj#track', 'title': 'You Really Got Me (Mono Mix)', 'artist': 'The Kinks', 'composer': '', 'album': 'Classics: The Best of The Kinks', 'albumArtist': 'The Kinks', 'year': 2014, 'trackNumber': 1, 'genre': 'Rock', 'durationMillis': '131000', 'albumArtRef': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/SIl9QDb2nmg0zYPMoD8mIytP-VK4uK1zpgOUWb1WuboY3OlFT2oJ6DRs-mrHZYfxEIs6EAymNA', 'aspectRatio': '1', 'autogen': False}], 'discNumber': 1, 'estimatedSize': '5265278', 'trackType': '7', 'storeId': 'Tcbv52kjqniytmqm4t7rvggiasy', 'albumId': 'jnqqrmq54a4vzwggzoujiimyt4', 'artistId': ['jr3nqkkfbfuk4r75hcppp7oeje'], 'nid': 'cbv52kjqniytmqm4t7rvggiasy', 'trackAvailableForSubscription': True, 'trackAvailableForPurchase': True, 'albumAvailableForPurchase': True, 'explicitType': '2'}, 'cluster': [{'type': '1', 'category': '1', 'id': 'search_track'}]}, {'type': '1', 'track': {'kind': 'sj#track', 'title': 'You Really Got Me', 'artist': 'The Kinks', 'composer': '', 'album': 'From Muswell Hill', 'albumArtist': 'The Kinks', 'year': 2019, 'trackNumber': 3, 'genre': 'Rock', 'durationMillis': '134000', 'albumArtRef': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/5ivv-ox_qB3_WJ2IQP9tpX78A2W8R77h6RFRoduIPdb9786gFWiW142alCq2wHDjWl9Jf2x2vQ', 'aspectRatio': '1', 'autogen': False}], 'discNumber': 1, 'estimatedSize': '5394845', 'trackType': '7', 'storeId': 'Tqqrjo6thlug4cfwrdjdmagccma', 'albumId': 'kjhfw3524nd4vvxjrgavs7s7s4', 'artistId': ['jr3nqkkfbfuk4r75hcppp7oeje'], 'nid': 'qqrjo6thlug4cfwrdjdmagccma', 'trackAvailableForSubscription': True, 'trackAvailableForPurchase': True, 'albumAvailableForPurchase': True, 'explicitType': '2'}, 'cluster': [{'type': '1', 'category': '1', 'id': 'search_track'}]}, {'type': '1', 'track': {'kind': 'sj#track', 'title': 'You Really Got Me (Live at The Playhouse Theatre, 1964)', 'artist': 'The Kinks', 'composer': '', 'album': 'At the BBC', 'albumArtist': 'The Kinks', 'year': 2012, 'trackNumber': 1, 'genre': "'60s Rock", 'durationMillis': '128000', 'albumArtRef': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/PBHV_4mY48TN8vinrjBqi-pp7noYZ77v_-3j_kz1waRehcUWDNPNOLHF1uhWSO5xmtoZsbuK_w', 'aspectRatio': '1', 'autogen': False}], 'discNumber': 1, 'estimatedSize': '5129431', 'trackType': '7', 'storeId': 'Tezc4a3ld2cx6ho6b6ub5gcf47i', 'albumId': 'je65t6smfjnnfpq4e4dk2qjupy', 'artistId': ['jr3nqkkfbfuk4r75hcppp7oeje'], 'nid': 'ezc4a3ld2cx6ho6b6ub5gcf47i', 'trackAvailableForSubscription': True, 'trackAvailableForPurchase': True, 'albumAvailableForPurchase': True, 'explicitType': '2'}, 'cluster': [{'type': '1', 'category': '1', 'id': 'search_track'}]}, {'type': '1', 'track': {'kind': 'sj#track', 'title': "I'm Not Like Everybody Else", 'artist': 'The Kinks', 'composer': '', 'album': 'Only #s One / 50', 'albumArtist': 'Various Artists', 'year': 2018, 'trackNumber': 4, 'genre': 'Latin', 'durationMillis': '209000', 'albumArtRef': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/kqmaeM6cTiS5prya5lZ_gEYb_s6UQqbFoe9J4pDXZz9pDCt0m4Fam_ZKRlAp79rOcO7xxCpSqj8', 'aspectRatio': '1', 'autogen': False}], 'discNumber': 1, 'estimatedSize': '8382208', 'trackType': '7', 'storeId': 'T7qmjyuayakoogqzq67q5dl64u4', 'albumId': 'nkfj7zhin6y2wuds3437dsm3qi', 'artistId': ['jr3nqkkfbfuk4r75hcppp7oeje'], 'nid': '7qmjyuayakoogqzq67q5dl64u4', 'trackAvailableForSubscription': True, 'trackAvailableForPurchase': True, 'albumAvailableForPurchase': True, 'explicitType': '2'}, 'cluster': [{'type': '1', 'category': '1', 'id': 'search_track'}]}, {'type': '1', 'track': {'kind': 'sj#track', 'title': "I'm Not Like Everybody Else (Mono Mix)", 'artist': 'The Kinks', 'composer': '', 'album': 'Picture Book', 'albumArtist': 'The Kinks', 'year': 2017, 'trackNumber': 5, 'genre': 'Rock', 'durationMillis': '206000', 'albumArtRef': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/GsCsxgH3OR4OL5mqXcEg4dVBP1hWRhyZKDdmQorAggD8IgQu9WI4Y1mPPIzTFGtXfp9aCZ2Z', 'aspectRatio': '1', 'autogen': False}], 'discNumber': 2, 'estimatedSize': '8244282', 'trackType': '7', 'storeId': 'Tcouqujjvk5dyit3wg656koqn6a', 'albumId': 'ujlrxorvpufdxqynwvkkrcpi6e', 'artistId': ['jr3nqkkfbfuk4r75hcppp7oeje'], 'nid': 'couqujjvk5dyit3wg656koqn6a', 'trackAvailableForSubscription': True, 'trackAvailableForPurchase': True, 'albumAvailableForPurchase': True, 'explicitType': '2'}, 'cluster': [{'type': '1', 'category': '1', 'id': 'search_track'}]}, {'type': '1', 'track': {'kind': 'sj#track', 'title': "I'm Not Like Everybody Else", 'artist': 'The Kinks', 'composer': '', 'album': 'From Muswell Hill', 'albumArtist': 'The Kinks', 'year': 2019, 'trackNumber': 7, 'genre': 'Rock', 'durationMillis': '209000', 'albumArtRef': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/5ivv-ox_qB3_WJ2IQP9tpX78A2W8R77h6RFRoduIPdb9786gFWiW142alCq2wHDjWl9Jf2x2vQ', 'aspectRatio': '1', 'autogen': False}], 'discNumber': 1, 'estimatedSize': '8382208', 'trackType': '7', 'storeId': 'T3wmm5x3wodppim2pccf74keyh4', 'albumId': 'kjhfw3524nd4vvxjrgavs7s7s4', 'artistId': ['jr3nqkkfbfuk4r75hcppp7oeje'], 'nid': '3wmm5x3wodppim2pccf74keyh4', 'trackAvailableForSubscription': True, 'trackAvailableForPurchase': True, 'albumAvailableForPurchase': True, 'explicitType': '2'}, 'cluster': [{'type': '1', 'category': '1', 'id': 'search_track'}]}, {'type': '1', 'track': {'kind': 'sj#track', 'title': "I'm Not Like Everybody Else (2014 Remastered Version)", 'artist': 'The Kinks', 'composer': '', 'album': 'The Anthology 1964 - 1971 (2014 Remastered Version)', 'albumArtist': 'The Kinks', 'year': 2014, 'trackNumber': 2, 'genre': 'Rock', 'durationMillis': '207000', 'albumArtRef': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/PO9Qq8TXlQx8hXGqjx-gVuQAegLBTM7b1L1g4kqCZK2UoltU-WxSBIgUJjBpwmUfm_MgBB0eW5M', 'aspectRatio': '1', 'autogen': False}], 'discNumber': 3, 'estimatedSize': '8297561', 'trackType': '7', 'storeId': 'T5hso4abkcmdjt3x3xk5c44yldy', 'albumId': 'ji5nqhksgdeskuiqbnka3g7gje', 'artistId': ['jr3nqkkfbfuk4r75hcppp7oeje'], 'nid': '5hso4abkcmdjt3x3xk5c44yldy', 'trackAvailableForSubscription': True, 'trackAvailableForPurchase': True, 'albumAvailableForPurchase': True, 'explicitType': '2'}, 'cluster': [{'type': '1', 'category': '1', 'id': 'search_track'}]}, {'type': '1', 'track': {'kind': 'sj#track', 'title': "I'm Not Like Everybody Else", 'artist': 'The Kinks', 'composer': '', 'album': 'Sunny Afternoon', 'albumArtist': 'The Kinks', 'year': 1967, 'trackNumber': 9, 'genre': 'Rock', 'durationMillis': '205000', 'albumArtRef': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/OiguQ28yfJl-SOI7L2oTYYBtXbGrgsHWYedroBcEGq0alXtVU5SM_C_RfKsHIHxdlYMsvvvy', 'aspectRatio': '1', 'autogen': False}], 'discNumber': 1, 'estimatedSize': '8213980', 'trackType': '7', 'storeId': 'T6fwundtdwoynybanwtjrst7pia', 'albumId': 'nsxao5afbfhdpr6tvc4hdj7a4y', 'artistId': ['jr3nqkkfbfuk4r75hcppp7oeje'], 'nid': '6fwundtdwoynybanwtjrst7pia', 'trackAvailableForSubscription': True, 'trackAvailableForPurchase': True, 'albumAvailableForPurchase': True, 'explicitType': '2'}, 'cluster': [{'type': '1', 'category': '1', 'id': 'search_track'}]}, {'type': '1', 'track': {'kind': 'sj#track', 'title': 'See My Friends', 'artist': 'The Kinks', 'composer': '', 'album': 'Classics: The Best of The Kinks', 'albumArtist': 'The Kinks', 'year': 2014, 'trackNumber': 6, 'genre': 'Rock', 'durationMillis': '164000', 'albumArtRef': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/SIl9QDb2nmg0zYPMoD8mIytP-VK4uK1zpgOUWb1WuboY3OlFT2oJ6DRs-mrHZYfxEIs6EAymNA', 'aspectRatio': '1', 'autogen': False}], 'discNumber': 1, 'estimatedSize': '6588118', 'trackType': '7', 'storeId': 'T32bat2oyxaslwfg5udjmoyfk2y', 'albumId': 'jnqqrmq54a4vzwggzoujiimyt4', 'artistId': ['jr3nqkkfbfuk4r75hcppp7oeje'], 'nid': '32bat2oyxaslwfg5udjmoyfk2y', 'trackAvailableForSubscription': True, 'trackAvailableForPurchase': True, 'albumAvailableForPurchase': True, 'explicitType': '2'}, 'cluster': [{'type': '1', 'category': '1', 'id': 'search_track'}]}, {'type': '1', 'track': {'kind': 'sj#track', 'title': 'See My Friends', 'artist': 'The Kinks', 'composer': '', 'album': 'Original Hits: 1965', 'albumArtist': 'Various Artists', 'year': 2017, 'trackNumber': 27, 'genre': 'Rock', 'durationMillis': '164000', 'albumArtRef': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/RK8jTX8gnXF9gDNi8td8cbS8R1C5bnUj5z-fnc_qhQJtWOOdOIj1phmHg7-GnyyBjNJScmkzDMU', 'aspectRatio': '1', 'autogen': False}], 'discNumber': 1, 'estimatedSize': '6580794', 'trackType': '7', 'storeId': 'Takgjggdqat3d5y3ymmzsy4xmcq', 'albumId': 'oh5sutvcfghij4mlwjuizjguj4', 'artistId': ['jr3nqkkfbfuk4r75hcppp7oeje'], 'nid': 'akgjggdqat3d5y3ymmzsy4xmcq', 'trackAvailableForSubscription': True, 'trackAvailableForPurchase': True, 'albumAvailableForPurchase': True, 'explicitType': '2'}, 'cluster': [{'type': '1', 'category': '1', 'id': 'search_track'}]}, {'type': '1', 'track': {'kind': 'sj#track', 'title': 'See My Friends', 'artist': 'The Kinks', 'composer': '', 'album': 'Picture Book', 'albumArtist': 'The Kinks', 'year': 2017, 'trackNumber': 19, 'genre': 'Rock', 'durationMillis': '164000', 'albumArtRef': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/GsCsxgH3OR4OL5mqXcEg4dVBP1hWRhyZKDdmQorAggD8IgQu9WI4Y1mPPIzTFGtXfp9aCZ2Z', 'aspectRatio': '1', 'autogen': False}], 'discNumber': 1, 'estimatedSize': '6580804', 'trackType': '7', 'storeId': 'Te4vlmcctiiss6wt2cd3266m4ee', 'albumId': 'ujlrxorvpufdxqynwvkkrcpi6e', 'artistId': ['jr3nqkkfbfuk4r75hcppp7oeje'], 'nid': 'e4vlmcctiiss6wt2cd3266m4ee', 'trackAvailableForSubscription': True, 'trackAvailableForPurchase': True, 'albumAvailableForPurchase': True, 'explicitType': '2'}, 'cluster': [{'type': '1', 'category': '1', 'id': 'search_track'}]}, {'type': '1', 'track': {'kind': 'sj#track', 'title': 'See My Friends (Live at Aeolian Hall, 1965)', 'artist': 'The Kinks', 'composer': '', 'album': 'At the BBC', 'albumArtist': 'The Kinks', 'year': 2012, 'trackNumber': 11, 'genre': "'60s Rock", 'durationMillis': '171000', 'albumArtRef': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/PBHV_4mY48TN8vinrjBqi-pp7noYZ77v_-3j_kz1waRehcUWDNPNOLHF1uhWSO5xmtoZsbuK_w', 'aspectRatio': '1', 'autogen': False}], 'discNumber': 1, 'estimatedSize': '6875455', 'trackType': '7', 'storeId': 'Tdgclei54ygzizc6fqc5e7qi2ia', 'albumId': 'je65t6smfjnnfpq4e4dk2qjupy', 'artistId': ['jr3nqkkfbfuk4r75hcppp7oeje'], 'nid': 'dgclei54ygzizc6fqc5e7qi2ia', 'trackAvailableForSubscription': True, 'trackAvailableForPurchase': True, 'albumAvailableForPurchase': True, 'explicitType': '2'}, 'cluster': [{'type': '1', 'category': '1', 'id': 'search_track'}]}, {'type': '1', 'track': {'kind': 'sj#track', 'title': 'See My Friends', 'artist': 'The Kinks', 'composer': '', 'album': 'The Singles Collection', 'albumArtist': 'The Kinks', 'year': 1997, 'trackNumber': 8, 'genre': "'60s Rock", 'durationMillis': '164000', 'albumArtRef': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/xxu7tj567zRkBHEhd-PS0_j5I5IaOAyu3BDR1Ru377mJ1WapMG7MaXp40_tkQTLNxjgdvpDICmk', 'aspectRatio': '1', 'autogen': False}], 'discNumber': 1, 'estimatedSize': '6580804', 'trackType': '7', 'storeId': 'Tl2y2xygkkzowkmetoxt23wfzri', 'albumId': 'jcpy6vmrgpkcx6yw5adgz2kgvi', 'artistId': ['jr3nqkkfbfuk4r75hcppp7oeje'], 'nid': 'l2y2xygkkzowkmetoxt23wfzri', 'trackAvailableForSubscription': True, 'trackAvailableForPurchase': True, 'albumAvailableForPurchase': True, 'explicitType': '2'}, 'cluster': [{'type': '1', 'category': '1', 'id': 'search_track'}]}, {'type': '1', 'track': {'kind': 'sj#track', 'title': 'See My Friends (2014 Remastered Version)', 'artist': 'The Kinks', 'composer': '', 'album': 'The Anthology 1964 - 1971 (2014 Remastered Version)', 'albumArtist': 'The Kinks', 'year': 2014, 'trackNumber': 1, 'genre': 'Rock', 'durationMillis': '165000', 'albumArtRef': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/PO9Qq8TXlQx8hXGqjx-gVuQAegLBTM7b1L1g4kqCZK2UoltU-WxSBIgUJjBpwmUfm_MgBB0eW5M', 'aspectRatio': '1', 'autogen': False}], 'discNumber': 2, 'estimatedSize': '6624680', 'trackType': '7', 'storeId': 'T27wflzobwgh3yxhu63hy7dylse', 'albumId': 'ji5nqhksgdeskuiqbnka3g7gje', 'artistId': ['jr3nqkkfbfuk4r75hcppp7oeje'], 'nid': '27wflzobwgh3yxhu63hy7dylse', 'trackAvailableForSubscription': True, 'trackAvailableForPurchase': True, 'albumAvailableForPurchase': True, 'explicitType': '2'}, 'cluster': [{'type': '1', 'category': '1', 'id': 'search_track'}]}, {'type': '1', 'track': {'kind': 'sj#track', 'title': 'See My Friends', 'artist': 'The Kinks', 'composer': '', 'album': 'Kinda Kinks', 'albumArtist': 'The Kinks', 'year': 1965, 'trackNumber': 17, 'genre': 'Rock', 'durationMillis': '164000', 'albumArtRef': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/xcLMR2x-4d5eEgeASPc4ZZPBzYvkz66mttXEemWl5HzYgL1pKVdBo--Q8bFWMlYa5LGyQQ7jwA', 'aspectRatio': '1', 'autogen': False}], 'discNumber': 1, 'estimatedSize': '6580804', 'trackType': '7', 'storeId': 'Tdwad4mh2zb5ylxq7asvzeyp26y', 'albumId': 'loayyyp2pkqeyt5afkundtd7wq', 'artistId': ['jr3nqkkfbfuk4r75hcppp7oeje'], 'nid': 'dwad4mh2zb5ylxq7asvzeyp26y', 'trackAvailableForSubscription': True, 'trackAvailableForPurchase': True, 'albumAvailableForPurchase': True, 'explicitType': '2'}, 'cluster': [{'type': '1', 'category': '1', 'id': 'search_track'}]}, {'type': '1', 'track': {'kind': 'sj#track', 'title': 'See My Friends (Live at Aeolian Hall, 1965)', 'artist': 'The Kinks', 'composer': '', 'album': 'BBC Sessions (1964-1977)', 'albumArtist': 'The Kinks', 'year': 2001, 'trackNumber': 8, 'genre': 'Classic Rock', 'durationMillis': '171000', 'albumArtRef': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/mbd-08qgkLersxgOz3HcnxJkieP1ijZfnX9sBtoDspeoNcY45A_0kqJsZQUkY1BSocYyIlOk1A', 'aspectRatio': '1', 'autogen': False}], 'discNumber': 1, 'estimatedSize': '6875455', 'trackType': '7', 'storeId': 'Tghtamrziaeutkpyzkwbpjyazp4', 'albumId': 'y5ca57xjyiujco5dwvsu6lyxoa', 'artistId': ['jr3nqkkfbfuk4r75hcppp7oeje'], 'nid': 'ghtamrziaeutkpyzkwbpjyazp4', 'trackAvailableForSubscription': True, 'trackAvailableForPurchase': True, 'albumAvailableForPurchase': True, 'explicitType': '2'}, 'cluster': [{'type': '1', 'category': '1', 'id': 'search_track'}]}, {'type': '1', 'track': {'kind': 'sj#track', 'title': 'See My Friends', 'artist': 'The Kinks', 'composer': '', 'album': 'Sunny Afternoon', 'albumArtist': 'The Kinks', 'year': 1967, 'trackNumber': 3, 'genre': 'Rock', 'durationMillis': '161000', 'albumArtRef': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/OiguQ28yfJl-SOI7L2oTYYBtXbGrgsHWYedroBcEGq0alXtVU5SM_C_RfKsHIHxdlYMsvvvy', 'aspectRatio': '1', 'autogen': False}], 'discNumber': 1, 'estimatedSize': '6473180', 'trackType': '7', 'storeId': 'Tj5yjlhn5w2ox7p65ks4rp7zadi', 'albumId': 'nsxao5afbfhdpr6tvc4hdj7a4y', 'artistId': ['jr3nqkkfbfuk4r75hcppp7oeje'], 'nid': 'j5yjlhn5w2ox7p65ks4rp7zadi', 'trackAvailableForSubscription': True, 'trackAvailableForPurchase': True, 'albumAvailableForPurchase': True, 'explicitType': '2'}, 'cluster': [{'type': '1', 'category': '1', 'id': 'search_track'}]}, {'type': '1', 'track': {'kind': 'sj#track', 'title': "Lola (Mono 'Cherry Cola' Single Version)", 'artist': 'The Kinks', 'composer': '', 'album': 'Lola Versus Powerman and the Moneygoround, Pt. One', 'albumArtist': 'The Kinks', 'year': 1970, 'trackNumber': 14, 'genre': "'70s Rock", 'durationMillis': '244000', 'albumArtRef': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/zyL9sJM-AEy8xqhqRUlT4Nx3IHNdE9yIihx7TAfXqdhFrZeTgZlPUXolAkxiDBmyQPbpK-4n', 'aspectRatio': '1', 'autogen': False}], 'discNumber': 1, 'estimatedSize': '9787586', 'trackType': '7', 'storeId': 'T34u6gix4klwrlisyerdy6k4qxe', 'albumId': 'lesbuvvbdxyi2bm4t6wrcweppu', 'artistId': ['jr3nqkkfbfuk4r75hcppp7oeje'], 'nid': '34u6gix4klwrlisyerdy6k4qxe', 'trackAvailableForSubscription': True, 'trackAvailableForPurchase': True, 'albumAvailableForPurchase': True, 'explicitType': '2'}, 'cluster': [{'type': '1', 'category': '1', 'id': 'search_track'}]}, {'type': '1', 'track': {'kind': 'sj#track', 'title': 'Lola ("Coca Cola" Version)', 'artist': 'The Kinks', 'composer': '', 'album': 'Lola Versus Powerman and the Moneygoround, Pt. One', 'albumArtist': 'The Kinks', 'year': 1970, 'trackNumber': 5, 'genre': "'70s Rock", 'durationMillis': '241000', 'albumArtRef': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/zyL9sJM-AEy8xqhqRUlT4Nx3IHNdE9yIihx7TAfXqdhFrZeTgZlPUXolAkxiDBmyQPbpK-4n', 'aspectRatio': '1', 'autogen': False}], 'discNumber': 1, 'estimatedSize': '9644435', 'trackType': '7', 'storeId': 'Tkd5so3ie3wvrdbtflnkbxgairm', 'albumId': 'lesbuvvbdxyi2bm4t6wrcweppu', 'artistId': ['jr3nqkkfbfuk4r75hcppp7oeje'], 'nid': 'kd5so3ie3wvrdbtflnkbxgairm', 'trackAvailableForSubscription': True, 'trackAvailableForPurchase': True, 'albumAvailableForPurchase': True, 'explicitType': '2'}, 'cluster': [{'type': '1', 'category': '1', 'id': 'search_track'}]}, {'type': '1', 'track': {'kind': 'sj#track', 'title': 'Lola (Live at Providence Civic Center, Providence, RI - September 1979)', 'artist': 'The Kinks', 'composer': '', 'album': 'One for the Road (Live)', 'albumArtist': 'The Kinks', 'year': 1980, 'trackNumber': 6, 'genre': 'Rock', 'durationMillis': '287000', 'albumArtRef': [{'kind': 'sj#imageRef', 'url': 'http://lh5.ggpht.com/LtCn8uCuxhhBrxbEgV2kSZHIqRYq_YynB9Y1-GMcDxs1iqutpnSPqoVu6vL4Y5lKzLaRKBUJCw', 'aspectRatio': '1', 'autogen': False}], 'discNumber': 1, 'estimatedSize': '11495994', 'trackType': '7', 'storeId': 'Thf4zbxamtafx53idbfdcwjjczy', 'albumId': 'dgc4ldldhsdsuj2w25i26dxrey', 'artistId': ['jr3nqkkfbfuk4r75hcppp7oeje'], 'nid': 'hf4zbxamtafx53idbfdcwjjczy', 'trackAvailableForSubscription': True, 'trackAvailableForPurchase': True, 'albumAvailableForPurchase': True, 'explicitType': '2'}, 'cluster': [{'type': '1', 'category': '1', 'id': 'search_track'}]}, {'type': '1', 'track': {'kind': 'sj#track', 'title': 'Lola (Instrumental Version) [2014 Remastered Version]', 'artist': 'The Kinks', 'composer': '', 'album': 'Lola Versus Powerman And The Money-Go-Round, Part One + Percy (Deluxe Edition)', 'albumArtist': 'The Kinks', 'year': 2014, 'trackNumber': 2, 'genre': 'Rock', 'durationMillis': '286000', 'albumArtRef': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/0zPRLQi9RT8uGrQ2JTmZRJjfWu7bo63z08zDTPNfBLbaNs-gjZ_0r9zp2ajUmnXZOkZI8HXwfA', 'aspectRatio': '1', 'autogen': False}], 'discNumber': 2, 'estimatedSize': '11453153', 'trackType': '7', 'storeId': 'Tv5xw7dgc5vohtjql3fa6rgvbiq', 'albumId': 'otsrwawcmw5ij4uays7asorwn4', 'artistId': ['jr3nqkkfbfuk4r75hcppp7oeje'], 'nid': 'v5xw7dgc5vohtjql3fa6rgvbiq', 'trackAvailableForSubscription': True, 'trackAvailableForPurchase': True, 'albumAvailableForPurchase': True, 'explicitType': '2'}, 'cluster': [{'type': '1', 'category': '1', 'id': 'search_track'}]}, {'type': '1', 'track': {'kind': 'sj#track', 'title': 'Lola (Live)', 'artist': 'The Kinks', 'composer': '', 'album': "Everybody's in Show-Biz (Legacy Edition)", 'albumArtist': 'The Kinks', 'year': 1972, 'trackNumber': 21, 'genre': 'Rock', 'durationMillis': '101000', 'albumArtRef': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/c3aM-BTU4g0UUlcgYfTnbQc6OP0qWRh4WwssUyhRcdVZyM88EOq7M4ngK-YJifD4NnPVdc2LNw', 'aspectRatio': '1', 'autogen': False}], 'discNumber': 1, 'estimatedSize': '4063635', 'trackType': '7', 'storeId': 'Twkbwv4m2fa76hadtv4ec6gc4f4', 'albumId': 'ubbvzmnfn2tf36l4fsmnicaowq', 'artistId': ['jr3nqkkfbfuk4r75hcppp7oeje'], 'nid': 'wkbwv4m2fa76hadtv4ec6gc4f4', 'trackAvailableForSubscription': True, 'trackAvailableForPurchase': True, 'albumAvailableForPurchase': True, 'explicitType': '2'}, 'cluster': [{'type': '1', 'category': '1', 'id': 'search_track'}]}, {'type': '1', 'track': {'kind': 'sj#track', 'title': 'Lola (In Concert at The Hippodrome Theatre, 1974)', 'artist': 'The Kinks', 'composer': 'The Kinks', 'album': 'At the BBC', 'albumArtist': 'The Kinks', 'year': 2012, 'trackNumber': 15, 'genre': "'60s Rock", 'durationMillis': '259000', 'albumArtRef': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/PBHV_4mY48TN8vinrjBqi-pp7noYZ77v_-3j_kz1waRehcUWDNPNOLHF1uhWSO5xmtoZsbuK_w', 'aspectRatio': '1', 'autogen': False}], 'discNumber': 2, 'estimatedSize': '10387357', 'trackType': '7', 'storeId': 'Tjdj3rknv3yxw6jmbpssl7zcxwa', 'albumId': 'je65t6smfjnnfpq4e4dk2qjupy', 'artistId': ['jr3nqkkfbfuk4r75hcppp7oeje'], 'nid': 'jdj3rknv3yxw6jmbpssl7zcxwa', 'trackAvailableForSubscription': True, 'trackAvailableForPurchase': True, 'albumAvailableForPurchase': True, 'explicitType': '2'}, 'cluster': [{'type': '1', 'category': '1', 'id': 'search_track'}]}, {'type': '1', 'track': {'kind': 'sj#track', 'title': 'Lola (Mono Single Version "Cherry Cola") [2014 Remastered Version]', 'artist': 'The Kinks', 'composer': '', 'album': 'Lola Versus Powerman And The Money-Go-Round, Part One + Percy (Deluxe Edition)', 'albumArtist': 'The Kinks', 'year': 2014, 'trackNumber': 15, 'genre': 'Rock', 'durationMillis': '245000', 'albumArtRef': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/0zPRLQi9RT8uGrQ2JTmZRJjfWu7bo63z08zDTPNfBLbaNs-gjZ_0r9zp2ajUmnXZOkZI8HXwfA', 'aspectRatio': '1', 'autogen': False}], 'discNumber': 2, 'estimatedSize': '9827292', 'trackType': '7', 'storeId': 'T3f4z45aldopj4hz5nrvnhfktme', 'albumId': 'otsrwawcmw5ij4uays7asorwn4', 'artistId': ['jr3nqkkfbfuk4r75hcppp7oeje'], 'nid': '3f4z45aldopj4hz5nrvnhfktme', 'trackAvailableForSubscription': True, 'trackAvailableForPurchase': True, 'albumAvailableForPurchase': True, 'explicitType': '2'}, 'cluster': [{'type': '1', 'category': '1', 'id': 'search_track'}]}, {'type': '1', 'track': {'kind': 'sj#track', 'title': 'Lola (Mono Single Version "Cherry Cola") [2014 Remastered Version]', 'artist': 'The Kinks', 'composer': 'The Kinks', 'album': 'The Anthology 1964 - 1971 (2014 Remastered Version)', 'albumArtist': 'The Kinks', 'year': 2014, 'trackNumber': 8, 'genre': 'Rock', 'durationMillis': '245000', 'albumArtRef': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/PO9Qq8TXlQx8hXGqjx-gVuQAegLBTM7b1L1g4kqCZK2UoltU-WxSBIgUJjBpwmUfm_MgBB0eW5M', 'aspectRatio': '1', 'autogen': False}], 'discNumber': 5, 'estimatedSize': '9827292', 'trackType': '7', 'storeId': 'Tx7dbwdyfkcygsvoyt2pejoiw3m', 'albumId': 'ji5nqhksgdeskuiqbnka3g7gje', 'artistId': ['jr3nqkkfbfuk4r75hcppp7oeje'], 'nid': 'x7dbwdyfkcygsvoyt2pejoiw3m', 'trackAvailableForSubscription': True, 'trackAvailableForPurchase': True, 'albumAvailableForPurchase': True, 'explicitType': '2'}, 'cluster': [{'type': '1', 'category': '1', 'id': 'search_track'}]}, {'type': '1', 'track': {'kind': 'sj#track', 'title': 'Lola (Alternate Version) [2014 Remastered Version]', 'artist': 'The Kinks', 'composer': '', 'album': 'Lola Versus Powerman And The Money-Go-Round, Part One + Percy (Deluxe Edition)', 'albumArtist': 'The Kinks', 'year': 2014, 'trackNumber': 17, 'genre': 'Rock', 'durationMillis': '327000', 'albumArtRef': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/0zPRLQi9RT8uGrQ2JTmZRJjfWu7bo63z08zDTPNfBLbaNs-gjZ_0r9zp2ajUmnXZOkZI8HXwfA', 'aspectRatio': '1', 'autogen': False}], 'discNumber': 1, 'estimatedSize': '13114541', 'trackType': '7', 'storeId': 'T2kps4qzfblbwcw37skeekkzfhm', 'albumId': 'otsrwawcmw5ij4uays7asorwn4', 'artistId': ['jr3nqkkfbfuk4r75hcppp7oeje'], 'nid': '2kps4qzfblbwcw37skeekkzfhm', 'trackAvailableForSubscription': True, 'trackAvailableForPurchase': True, 'albumAvailableForPurchase': True, 'explicitType': '2'}, 'cluster': [{'type': '1', 'category': '1', 'id': 'search_track'}]}, {'type': '1', 'track': {'kind': 'sj#track', 'title': 'Lola (Mono Single Version "Cherry Cola") [2014 Remastered Version]', 'artist': 'The Kinks', 'composer': '', 'album': 'Classics: The Best of The Kinks', 'albumArtist': 'The Kinks', 'year': 2014, 'trackNumber': 22, 'genre': 'Rock', 'durationMillis': '245000', 'albumArtRef': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/SIl9QDb2nmg0zYPMoD8mIytP-VK4uK1zpgOUWb1WuboY3OlFT2oJ6DRs-mrHZYfxEIs6EAymNA', 'aspectRatio': '1', 'autogen': False}], 'discNumber': 1, 'estimatedSize': '9814763', 'trackType': '7', 'storeId': 'Tmbom5egjurukjpqobk4arlauku', 'albumId': 'jnqqrmq54a4vzwggzoujiimyt4', 'artistId': ['jr3nqkkfbfuk4r75hcppp7oeje'], 'nid': 'mbom5egjurukjpqobk4arlauku', 'trackAvailableForSubscription': True, 'trackAvailableForPurchase': True, 'albumAvailableForPurchase': True, 'explicitType': '2'}, 'cluster': [{'type': '1', 'category': '1', 'id': 'search_track'}]}, {'type': '1', 'track': {'kind': 'sj#track', 'title': 'Lola', 'artist': 'The Kinks', 'composer': '', 'album': 'Mitos Del Rock II', 'albumArtist': 'Various Artists', 'year': 2017, 'trackNumber': 2, 'genre': 'Rock', 'durationMillis': '251000', 'albumArtRef': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/RA-cbX9-V_R6AsVjkxO2zAHWwuzh059nbwQR6IDsAG8MFWiVdTyefE-k8IrsOPzMpxbZFDyw', 'aspectRatio': '1', 'autogen': False}], 'discNumber': 1, 'estimatedSize': '10068673', 'trackType': '7', 'storeId': 'Th3gm5hcsb4ftb3a3z355xiopve', 'albumId': 'w3e2mwcs6a4lz2mmsrpwio6zgy', 'artistId': ['jr3nqkkfbfuk4r75hcppp7oeje'], 'nid': 'h3gm5hcsb4ftb3a3z355xiopve', 'trackAvailableForSubscription': True, 'trackAvailableForPurchase': True, 'albumAvailableForPurchase': True, 'explicitType': '2'}, 'cluster': [{'type': '1', 'category': '1', 'id': 'search_track'}]}, {'type': '1', 'track': {'kind': 'sj#track', 'title': 'Lola (Instrumental)', 'artist': 'The Kinks', 'composer': '', 'album': 'Percy (Bonus Track Edition)', 'albumArtist': 'The Kinks', 'year': 1971, 'trackNumber': 2, 'genre': 'Soundtracks', 'durationMillis': '282000', 'albumArtRef': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/ZfHiiBuM6RKquvXuOAW-0JXFLrhhymHW7wCKnfCbV1FwN-GSpmiPWZVWnrO66mLWdFKMBO_C78I', 'aspectRatio': '1', 'autogen': False}], 'discNumber': 1, 'estimatedSize': '11301643', 'trackType': '7', 'storeId': 'Ty5mv77z5lsg6tqhs3serb7uire', 'albumId': 'ey5nyzg35sqticvaqszftk7fkm', 'artistId': ['jr3nqkkfbfuk4r75hcppp7oeje'], 'nid': 'y5mv77z5lsg6tqhs3serb7uire', 'trackAvailableForSubscription': True, 'trackAvailableForPurchase': True, 'albumAvailableForPurchase': True, 'explicitType': '2'}, 'cluster': [{'type': '1', 'category': '1', 'id': 'search_track'}]}, {'type': '1', 'track': {'kind': 'sj#track', 'title': 'Lola (Live at Providence Civic Center, Providence, RI - September 1979)', 'artist': 'The Kinks', 'composer': '', 'album': 'Come Dancing with the Kinks (The Best of the Kinks 1977-1986)', 'albumArtist': 'The Kinks', 'year': 1986, 'trackNumber': 12, 'genre': 'Pop', 'durationMillis': '338000', 'albumArtRef': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/SbNP-vmXdRX-8eKc_zxY_gF0AOZgZ4X0VWpv5Rxru5UkElJmqYP7o-LKOPf2hET-fHVXxtIXhw0', 'aspectRatio': '1', 'autogen': False}], 'discNumber': 1, 'estimatedSize': '13533545', 'trackType': '7', 'storeId': 'Tgucvb23g5gd4btgodbcy4bwppu', 'albumId': 'vky76st6eptmnylx4364ozegii', 'artistId': ['jr3nqkkfbfuk4r75hcppp7oeje'], 'nid': 'gucvb23g5gd4btgodbcy4bwppu', 'trackAvailableForSubscription': True, 'trackAvailableForPurchase': True, 'albumAvailableForPurchase': True, 'explicitType': '2'}, 'cluster': [{'type': '1', 'category': '1', 'id': 'search_track'}]}, {'type': '1', 'track': {'kind': 'sj#track', 'title': "Lola (Mono 'Cherry Cola' Single Version)", 'artist': 'The Kinks', 'composer': '', 'album': 'The Singles Collection', 'albumArtist': 'The Kinks', 'year': 1997, 'trackNumber': 24, 'genre': "'60s Rock", 'durationMillis': '243000', 'albumArtRef': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/xxu7tj567zRkBHEhd-PS0_j5I5IaOAyu3BDR1Ru377mJ1WapMG7MaXp40_tkQTLNxjgdvpDICmk', 'aspectRatio': '1', 'autogen': False}], 'discNumber': 1, 'estimatedSize': '9735351', 'trackType': '7', 'storeId': 'Tce4bqjygvpus3env3zersh3c3e', 'albumId': 'jcpy6vmrgpkcx6yw5adgz2kgvi', 'artistId': ['jr3nqkkfbfuk4r75hcppp7oeje'], 'nid': 'ce4bqjygvpus3env3zersh3c3e', 'trackAvailableForSubscription': True, 'trackAvailableForPurchase': True, 'albumAvailableForPurchase': True, 'explicitType': '2'}, 'cluster': [{'type': '1', 'category': '1', 'id': 'search_track'}]}, {'type': '1', 'track': {'kind': 'sj#track', 'title': "Lola (Mono 'Cherry Cola' Single Version)", 'artist': 'The Kinks', 'composer': '', 'album': 'Picture Book', 'albumArtist': 'The Kinks', 'year': 2017, 'trackNumber': 11, 'genre': 'Rock', 'durationMillis': '243000', 'albumArtRef': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/GsCsxgH3OR4OL5mqXcEg4dVBP1hWRhyZKDdmQorAggD8IgQu9WI4Y1mPPIzTFGtXfp9aCZ2Z', 'aspectRatio': '1', 'autogen': False}], 'discNumber': 3, 'estimatedSize': '9735351', 'trackType': '7', 'storeId': 'Tvg7ic6w3r2p4ixotwrqdswvepe', 'albumId': 'ujlrxorvpufdxqynwvkkrcpi6e', 'artistId': ['jr3nqkkfbfuk4r75hcppp7oeje'], 'nid': 'vg7ic6w3r2p4ixotwrqdswvepe', 'trackAvailableForSubscription': True, 'trackAvailableForPurchase': True, 'albumAvailableForPurchase': True, 'explicitType': '2'}, 'cluster': [{'type': '1', 'category': '1', 'id': 'search_track'}]}, {'type': '1', 'track': {'kind': 'sj#track', 'title': 'Lola ("Coca Cola" Version) [2014 Remastered Version]', 'artist': 'The Kinks', 'composer': '', 'album': 'Lola Versus Powerman And The Money-Go-Round, Part One + Percy (Deluxe Edition)', 'albumArtist': 'The Kinks', 'year': 2014, 'trackNumber': 5, 'genre': 'Rock', 'durationMillis': '242000', 'albumArtRef': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/0zPRLQi9RT8uGrQ2JTmZRJjfWu7bo63z08zDTPNfBLbaNs-gjZ_0r9zp2ajUmnXZOkZI8HXwfA', 'aspectRatio': '1', 'autogen': False}], 'discNumber': 1, 'estimatedSize': '9684141', 'trackType': '7', 'storeId': 'Taymcp2eax7xbbdb6rsgqa35aje', 'albumId': 'otsrwawcmw5ij4uays7asorwn4', 'artistId': ['jr3nqkkfbfuk4r75hcppp7oeje'], 'nid': 'aymcp2eax7xbbdb6rsgqa35aje', 'trackAvailableForSubscription': True, 'trackAvailableForPurchase': True, 'albumAvailableForPurchase': True, 'explicitType': '2'}, 'cluster': [{'type': '1', 'category': '1', 'id': 'search_track'}]}, {'type': '1', 'track': {'kind': 'sj#track', 'title': 'Lola (Live)', 'artist': 'The Kinks', 'composer': '', 'album': "Everybody's In Showbiz", 'albumArtist': 'The Kinks', 'year': 1972, 'trackNumber': 21, 'genre': 'Classic Rock', 'durationMillis': '101000', 'albumArtRef': [{'kind': 'sj#imageRef', 'url': 'http://lh6.ggpht.com/K6AOSFRPYxp61L-7jfC9DOH-7WGxTlrpV-ikxN7x8hV5-_5f3Lt6s0OUx9usJsmp0XUmPlaJpys', 'aspectRatio': '1', 'autogen': False}], 'discNumber': 1, 'estimatedSize': '4063635', 'trackType': '7', 'storeId': 'Tfcr6udbfdz434urxzpbilohs4m', 'albumId': 'd6jqyptkeowzmww2bwgxs23k64', 'artistId': ['jr3nqkkfbfuk4r75hcppp7oeje'], 'nid': 'fcr6udbfdz434urxzpbilohs4m', 'trackAvailableForSubscription': True, 'trackAvailableForPurchase': True, 'albumAvailableForPurchase': True, 'explicitType': '2'}, 'cluster': [{'type': '1', 'category': '1', 'id': 'search_track'}]}, {'type': '1', 'track': {'kind': 'sj#track', 'title': "Ev'rybody's Gonna Be Happy", 'artist': 'The Kinks', 'composer': '', 'album': 'Kinda Kinks', 'albumArtist': 'The Kinks', 'year': 1965, 'trackNumber': 13, 'genre': 'Rock', 'durationMillis': '133000', 'albumArtRef': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/xcLMR2x-4d5eEgeASPc4ZZPBzYvkz66mttXEemWl5HzYgL1pKVdBo--Q8bFWMlYa5LGyQQ7jwA', 'aspectRatio': '1', 'autogen': False}], 'discNumber': 1, 'estimatedSize': '5331106', 'trackType': '7', 'storeId': 'Tnrxkuyeosjdmp2eqtuf44cozh4', 'albumId': 'loayyyp2pkqeyt5afkundtd7wq', 'artistId': ['jr3nqkkfbfuk4r75hcppp7oeje'], 'nid': 'nrxkuyeosjdmp2eqtuf44cozh4', 'trackAvailableForSubscription': True, 'trackAvailableForPurchase': True, 'albumAvailableForPurchase': True, 'explicitType': '2'}, 'cluster': [{'type': '1', 'category': '1', 'id': 'search_track'}]}, {'type': '1', 'track': {'kind': 'sj#track', 'title': "Ev'rybody's Gonna Be Happy", 'artist': 'The Kinks', 'composer': '', 'album': 'Original Hits: 1965', 'albumArtist': 'Various Artists', 'year': 2017, 'trackNumber': 9, 'genre': 'Rock', 'durationMillis': '133000', 'albumArtRef': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/RK8jTX8gnXF9gDNi8td8cbS8R1C5bnUj5z-fnc_qhQJtWOOdOIj1phmHg7-GnyyBjNJScmkzDMU', 'aspectRatio': '1', 'autogen': False}], 'discNumber': 1, 'estimatedSize': '5331096', 'trackType': '7', 'storeId': 'Tthmzdwp5mpcre7emzoto5zwah4', 'albumId': 'oh5sutvcfghij4mlwjuizjguj4', 'artistId': ['jr3nqkkfbfuk4r75hcppp7oeje'], 'nid': 'thmzdwp5mpcre7emzoto5zwah4', 'trackAvailableForSubscription': True, 'trackAvailableForPurchase': True, 'albumAvailableForPurchase': True, 'explicitType': '2'}, 'cluster': [{'type': '1', 'category': '1', 'id': 'search_track'}]}, {'type': '1', 'track': {'kind': 'sj#track', 'title': "Ev'rybody's Gonna Be Happy (2014 Remastered Version)", 'artist': 'The Kinks', 'composer': '', 'album': 'The Anthology 1964 - 1971 (2014 Remastered Version)', 'albumArtist': 'The Kinks', 'year': 2014, 'trackNumber': 28, 'genre': 'Rock', 'durationMillis': '136000', 'albumArtRef': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/PO9Qq8TXlQx8hXGqjx-gVuQAegLBTM7b1L1g4kqCZK2UoltU-WxSBIgUJjBpwmUfm_MgBB0eW5M', 'aspectRatio': '1', 'autogen': False}], 'discNumber': 1, 'estimatedSize': '5460663', 'trackType': '7', 'storeId': 'T37b3f6kfbcumpobofg7whgsq3y', 'albumId': 'ji5nqhksgdeskuiqbnka3g7gje', 'artistId': ['jr3nqkkfbfuk4r75hcppp7oeje'], 'nid': '37b3f6kfbcumpobofg7whgsq3y', 'trackAvailableForSubscription': True, 'trackAvailableForPurchase': True, 'albumAvailableForPurchase': True, 'explicitType': '2'}, 'cluster': [{'type': '1', 'category': '1', 'id': 'search_track'}]}, {'type': '1', 'track': {'kind': 'sj#track', 'title': "Ev'rybody's Gonna Be Happy (Live at Maida Vale Studios, 1965)", 'artist': 'The Kinks', 'composer': '', 'album': 'At the BBC', 'albumArtist': 'The Kinks', 'year': 2012, 'trackNumber': 9, 'genre': "'60s Rock", 'durationMillis': '133000', 'albumArtRef': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/PBHV_4mY48TN8vinrjBqi-pp7noYZ77v_-3j_kz1waRehcUWDNPNOLHF1uhWSO5xmtoZsbuK_w', 'aspectRatio': '1', 'autogen': False}], 'discNumber': 1, 'estimatedSize': '5327961', 'trackType': '7', 'storeId': 'Tykciirmz6fejnz6vzemxaqxsea', 'albumId': 'je65t6smfjnnfpq4e4dk2qjupy', 'artistId': ['jr3nqkkfbfuk4r75hcppp7oeje'], 'nid': 'ykciirmz6fejnz6vzemxaqxsea', 'trackAvailableForSubscription': True, 'trackAvailableForPurchase': True, 'albumAvailableForPurchase': True, 'explicitType': '2'}, 'cluster': [{'type': '1', 'category': '1', 'id': 'search_track'}]}, {'type': '1', 'track': {'kind': 'sj#track', 'title': "Ev'rybody's Gonna Be Happy", 'artist': 'The Kinks', 'composer': '', 'album': 'From Muswell Hill', 'albumArtist': 'The Kinks', 'year': 2019, 'trackNumber': 15, 'genre': 'Rock', 'durationMillis': '133000', 'albumArtRef': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/5ivv-ox_qB3_WJ2IQP9tpX78A2W8R77h6RFRoduIPdb9786gFWiW142alCq2wHDjWl9Jf2x2vQ', 'aspectRatio': '1', 'autogen': False}], 'discNumber': 1, 'estimatedSize': '5332151', 'trackType': '7', 'storeId': 'Tr2gtu3duk5fc7x4mc4nbalqc2e', 'albumId': 'kjhfw3524nd4vvxjrgavs7s7s4', 'artistId': ['jr3nqkkfbfuk4r75hcppp7oeje'], 'nid': 'r2gtu3duk5fc7x4mc4nbalqc2e', 'trackAvailableForSubscription': True, 'trackAvailableForPurchase': True, 'albumAvailableForPurchase': True, 'explicitType': '2'}, 'cluster': [{'type': '1', 'category': '1', 'id': 'search_track'}]}, {'type': '1', 'track': {'kind': 'sj#track', 'title': "Ev'rybody's Gonna Be Happy (Live at Maida Vale Studios, 1965)", 'artist': 'The Kinks', 'composer': '', 'album': 'BBC Sessions (1964-1977)', 'albumArtist': 'The Kinks', 'year': 2001, 'trackNumber': 7, 'genre': 'Classic Rock', 'durationMillis': '133000', 'albumArtRef': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/mbd-08qgkLersxgOz3HcnxJkieP1ijZfnX9sBtoDspeoNcY45A_0kqJsZQUkY1BSocYyIlOk1A', 'aspectRatio': '1', 'autogen': False}], 'discNumber': 1, 'estimatedSize': '5327961', 'trackType': '7', 'storeId': 'Tcvdmljujygan75mx4jtqlmncwm', 'albumId': 'y5ca57xjyiujco5dwvsu6lyxoa', 'artistId': ['jr3nqkkfbfuk4r75hcppp7oeje'], 'nid': 'cvdmljujygan75mx4jtqlmncwm', 'trackAvailableForSubscription': True, 'trackAvailableForPurchase': True, 'albumAvailableForPurchase': True, 'explicitType': '2'}, 'cluster': [{'type': '1', 'category': '1', 'id': 'search_track'}]}, {'type': '1', 'track': {'kind': 'sj#track', 'title': "Ev'rybody's Gonna Be Happy", 'artist': 'The Kinks', 'composer': '', 'album': 'The Singles Collection', 'albumArtist': 'The Kinks', 'year': 1997, 'trackNumber': 6, 'genre': "'60s Rock", 'durationMillis': '133000', 'albumArtRef': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/xxu7tj567zRkBHEhd-PS0_j5I5IaOAyu3BDR1Ru377mJ1WapMG7MaXp40_tkQTLNxjgdvpDICmk', 'aspectRatio': '1', 'autogen': False}], 'discNumber': 1, 'estimatedSize': '5331106', 'trackType': '7', 'storeId': 'Tamqprnaxgamnfxs73wsnqq6y5u', 'albumId': 'jcpy6vmrgpkcx6yw5adgz2kgvi', 'artistId': ['jr3nqkkfbfuk4r75hcppp7oeje'], 'nid': 'amqprnaxgamnfxs73wsnqq6y5u', 'trackAvailableForSubscription': True, 'trackAvailableForPurchase': True, 'albumAvailableForPurchase': True, 'explicitType': '2'}, 'cluster': [{'type': '1', 'category': '1', 'id': 'search_track'}]}, {'type': '1', 'track': {'kind': 'sj#track', 'title': "Ev'rybody's Gonna Be Happy", 'artist': 'The Kinks', 'composer': '', 'album': 'Picture Book', 'albumArtist': 'The Kinks', 'year': 2017, 'trackNumber': 14, 'genre': 'Rock', 'durationMillis': '133000', 'albumArtRef': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/GsCsxgH3OR4OL5mqXcEg4dVBP1hWRhyZKDdmQorAggD8IgQu9WI4Y1mPPIzTFGtXfp9aCZ2Z', 'aspectRatio': '1', 'autogen': False}], 'discNumber': 1, 'estimatedSize': '5331106', 'trackType': '7', 'storeId': 'T6b5qcgs3i3fzuhxedtrfrbnzju', 'albumId': 'ujlrxorvpufdxqynwvkkrcpi6e', 'artistId': ['jr3nqkkfbfuk4r75hcppp7oeje'], 'nid': '6b5qcgs3i3fzuhxedtrfrbnzju', 'trackAvailableForSubscription': True, 'trackAvailableForPurchase': True, 'albumAvailableForPurchase': True, 'explicitType': '2'}, 'cluster': [{'type': '1', 'category': '1', 'id': 'search_track'}]}, {'type': '1', 'track': {'kind': 'sj#track', 'title': "Ev'rybody's Gonna Be Happy (2014 Remix Mono Demo)", 'artist': 'The Kinks', 'composer': '', 'album': 'The Anthology 1964 - 1971 (2014 Remastered Version)', 'albumArtist': 'The Kinks', 'year': 2014, 'trackNumber': 4, 'genre': 'Rock', 'durationMillis': '142000', 'albumArtRef': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/PO9Qq8TXlQx8hXGqjx-gVuQAegLBTM7b1L1g4kqCZK2UoltU-WxSBIgUJjBpwmUfm_MgBB0eW5M', 'aspectRatio': '1', 'autogen': False}], 'discNumber': 1, 'estimatedSize': '5703080', 'trackType': '7', 'storeId': 'Tazgxh6dvuphmg7sdowjcvfejyq', 'albumId': 'ji5nqhksgdeskuiqbnka3g7gje', 'artistId': ['jr3nqkkfbfuk4r75hcppp7oeje'], 'nid': 'azgxh6dvuphmg7sdowjcvfejyq', 'trackAvailableForSubscription': True, 'trackAvailableForPurchase': True, 'albumAvailableForPurchase': True, 'explicitType': '2'}, 'cluster': [{'type': '1', 'category': '1', 'id': 'search_track'}]}, {'type': '1', 'track': {'kind': 'sj#track', 'title': "Susannah's Still Alive", 'artist': 'The Kinks', 'composer': '', 'album': 'Something Else (Deluxe Edition)', 'albumArtist': 'The Kinks', 'year': 1967, 'trackNumber': 14, 'genre': "'60s Rock", 'durationMillis': '140000', 'albumArtRef': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/wdjvLJqNIEatDub3t6lznjDZhK9CWxg3wcocw5gI7JoPMTt_P-sejuEAOaPpoAkWInFy_pjW', 'aspectRatio': '1', 'autogen': False}], 'discNumber': 2, 'estimatedSize': '5640386', 'trackType': '7', 'storeId': 'T3mowktvzzv2llmlsyze2fk5qii', 'albumId': 'nab7hi2tek6rkbsde645sdpcgu', 'artistId': ['jr3nqkkfbfuk4r75hcppp7oeje'], 'nid': '3mowktvzzv2llmlsyze2fk5qii', 'trackAvailableForSubscription': True, 'trackAvailableForPurchase': True, 'albumAvailableForPurchase': True, 'explicitType': '2'}, 'cluster': [{'type': '1', 'category': '1', 'id': 'search_track'}]}, {'type': '1', 'track': {'kind': 'sj#track', 'title': "Susannah's Still Alive (Mono Mix)", 'artist': 'The Kinks', 'composer': '', 'album': 'Something Else (Deluxe Edition)', 'albumArtist': 'The Kinks', 'year': 1967, 'trackNumber': 16, 'genre': "'60s Rock", 'durationMillis': '142000', 'albumArtRef': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/wdjvLJqNIEatDub3t6lznjDZhK9CWxg3wcocw5gI7JoPMTt_P-sejuEAOaPpoAkWInFy_pjW', 'aspectRatio': '1', 'autogen': False}], 'discNumber': 1, 'estimatedSize': '5716663', 'trackType': '7', 'storeId': 'Tjuhhbqbjzwmqtp5gr2gh4ntwni', 'albumId': 'nab7hi2tek6rkbsde645sdpcgu', 'artistId': ['jr3nqkkfbfuk4r75hcppp7oeje'], 'nid': 'juhhbqbjzwmqtp5gr2gh4ntwni', 'trackAvailableForSubscription': True, 'trackAvailableForPurchase': True, 'albumAvailableForPurchase': True, 'explicitType': '2'}, 'cluster': [{'type': '1', 'category': '1', 'id': 'search_track'}]}, {'type': '1', 'track': {'kind': 'sj#track', 'title': "Susannah's Still Alive (Mono Mix)", 'artist': 'The Kinks', 'composer': '', 'album': 'Hidden Treasures', 'albumArtist': 'Dave Davies', 'year': 2011, 'trackNumber': 17, 'genre': 'Rock', 'durationMillis': '142000', 'albumArtRef': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/XWtC-obdUD2uBJIAUlR_PtVpY3z9sPW0nMGQIdKs8P4ffc_wqHibFyG0IjTXX4VyAvWRb_N96A', 'aspectRatio': '1', 'autogen': False}], 'discNumber': 1, 'estimatedSize': '5696820', 'trackType': '7', 'storeId': 'Tguywybk6ouzucjcd4wqqhoogxy', 'albumId': 't2nhd2i7crhivgq5dq255sd4ii', 'artistId': ['jr3nqkkfbfuk4r75hcppp7oeje'], 'nid': 'guywybk6ouzucjcd4wqqhoogxy', 'trackAvailableForSubscription': True, 'trackAvailableForPurchase': True, 'albumAvailableForPurchase': True, 'explicitType': '2'}, 'cluster': [{'type': '1', 'category': '1', 'id': 'search_track'}]}, {'type': '1', 'track': {'kind': 'sj#track', 'title': "Susannah's Still Alive", 'artist': 'The Kinks', 'composer': '', 'album': 'Hidden Treasures', 'albumArtist': 'Dave Davies', 'year': 2011, 'trackNumber': 1, 'genre': 'Rock', 'durationMillis': '140000', 'albumArtRef': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/XWtC-obdUD2uBJIAUlR_PtVpY3z9sPW0nMGQIdKs8P4ffc_wqHibFyG0IjTXX4VyAvWRb_N96A', 'aspectRatio': '1', 'autogen': False}], 'discNumber': 1, 'estimatedSize': '5640396', 'trackType': '7', 'storeId': 'Th6klmtyuzzhrtkpggyicnutrjm', 'albumId': 't2nhd2i7crhivgq5dq255sd4ii', 'artistId': ['jr3nqkkfbfuk4r75hcppp7oeje'], 'nid': 'h6klmtyuzzhrtkpggyicnutrjm', 'trackAvailableForSubscription': True, 'trackAvailableForPurchase': True, 'albumAvailableForPurchase': True, 'explicitType': '2'}, 'cluster': [{'type': '1', 'category': '1', 'id': 'search_track'}]}, {'type': '1', 'track': {'kind': 'sj#track', 'title': "Susannah's Still Alive (Mono Mix)", 'artist': 'The Kinks', 'composer': '', 'album': 'Picture Book', 'albumArtist': 'The Kinks', 'year': 2017, 'trackNumber': 21, 'genre': 'Rock', 'durationMillis': '140000', 'albumArtRef': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/GsCsxgH3OR4OL5mqXcEg4dVBP1hWRhyZKDdmQorAggD8IgQu9WI4Y1mPPIzTFGtXfp9aCZ2Z', 'aspectRatio': '1', 'autogen': False}], 'discNumber': 2, 'estimatedSize': '5619498', 'trackType': '7', 'storeId': 'Tidojbzt6jnuesy7wgctixwlvda', 'albumId': 'ujlrxorvpufdxqynwvkkrcpi6e', 'artistId': ['jr3nqkkfbfuk4r75hcppp7oeje'], 'nid': 'idojbzt6jnuesy7wgctixwlvda', 'trackAvailableForSubscription': True, 'trackAvailableForPurchase': True, 'albumAvailableForPurchase': True, 'explicitType': '2'}, 'cluster': [{'type': '1', 'category': '1', 'id': 'search_track'}]}, {'type': '1', 'track': {'kind': 'sj#track', 'title': "Susannah's Still Alive (Live at Maida Vale Studios, 1967)", 'artist': 'The Kinks', 'composer': '', 'album': 'Something Else (Deluxe Edition)', 'albumArtist': 'The Kinks', 'year': 1967, 'trackNumber': 24, 'genre': "'60s Rock", 'durationMillis': '133000', 'albumArtRef': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/wdjvLJqNIEatDub3t6lznjDZhK9CWxg3wcocw5gI7JoPMTt_P-sejuEAOaPpoAkWInFy_pjW', 'aspectRatio': '1', 'autogen': False}], 'discNumber': 1, 'estimatedSize': '5348859', 'trackType': '7', 'storeId': 'Txxmblk7ql7znh5jfooryl7ox2y', 'albumId': 'nab7hi2tek6rkbsde645sdpcgu', 'artistId': ['jr3nqkkfbfuk4r75hcppp7oeje'], 'nid': 'xxmblk7ql7znh5jfooryl7ox2y', 'trackAvailableForSubscription': True, 'trackAvailableForPurchase': True, 'albumAvailableForPurchase': True, 'explicitType': '2'}, 'cluster': [{'type': '1', 'category': '1', 'id': 'search_track'}]}, {'type': '1', 'track': {'kind': 'sj#track', 'title': "Susannah's Still Alive (Mono Mix)", 'artist': 'The Kinks', 'composer': '', 'album': 'The Singles Collection', 'albumArtist': 'The Kinks', 'year': 1997, 'trackNumber': 19, 'genre': "'60s Rock", 'durationMillis': '140000', 'albumArtRef': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/xxu7tj567zRkBHEhd-PS0_j5I5IaOAyu3BDR1Ru377mJ1WapMG7MaXp40_tkQTLNxjgdvpDICmk', 'aspectRatio': '1', 'autogen': False}], 'discNumber': 1, 'estimatedSize': '5619498', 'trackType': '7', 'storeId': 'Tynlhapymnksmz7g6itcaf3nl6y', 'albumId': 'jcpy6vmrgpkcx6yw5adgz2kgvi', 'artistId': ['jr3nqkkfbfuk4r75hcppp7oeje'], 'nid': 'ynlhapymnksmz7g6itcaf3nl6y', 'trackAvailableForSubscription': True, 'trackAvailableForPurchase': True, 'albumAvailableForPurchase': True, 'explicitType': '2'}, 'cluster': [{'type': '1', 'category': '1', 'id': 'search_track'}]}, {'type': '1', 'track': {'kind': 'sj#track', 'title': "Susannah's Still Alive (Live at Maida Vale Studios, 1967)", 'artist': 'The Kinks', 'composer': '', 'album': 'At the BBC', 'albumArtist': 'The Kinks', 'year': 2012, 'trackNumber': 24, 'genre': "'60s Rock", 'durationMillis': '133000', 'albumArtRef': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/PBHV_4mY48TN8vinrjBqi-pp7noYZ77v_-3j_kz1waRehcUWDNPNOLHF1uhWSO5xmtoZsbuK_w', 'aspectRatio': '1', 'autogen': False}], 'discNumber': 1, 'estimatedSize': '5348859', 'trackType': '7', 'storeId': 'Tthtoww344tztxnr4v36adtlj7m', 'albumId': 'je65t6smfjnnfpq4e4dk2qjupy', 'artistId': ['jr3nqkkfbfuk4r75hcppp7oeje'], 'nid': 'thtoww344tztxnr4v36adtlj7m', 'trackAvailableForSubscription': True, 'trackAvailableForPurchase': True, 'albumAvailableForPurchase': True, 'explicitType': '2'}, 'cluster': [{'type': '1', 'category': '1', 'id': 'search_track'}]}, {'type': '1', 'track': {'kind': 'sj#track', 'title': 'Waterloo Sunset (Mono Mix)', 'artist': 'The Kinks', 'composer': '', 'album': 'Something Else (Deluxe Edition)', 'albumArtist': 'The Kinks', 'year': 1967, 'trackNumber': 13, 'genre': "'60s Rock", 'durationMillis': '194000', 'albumArtRef': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/wdjvLJqNIEatDub3t6lznjDZhK9CWxg3wcocw5gI7JoPMTt_P-sejuEAOaPpoAkWInFy_pjW', 'aspectRatio': '1', 'autogen': False}], 'discNumber': 1, 'estimatedSize': '7770933', 'trackType': '7', 'storeId': 'T6p6z3fv5wan2lpgc5or5yn4bdq', 'albumId': 'nab7hi2tek6rkbsde645sdpcgu', 'artistId': ['jr3nqkkfbfuk4r75hcppp7oeje'], 'nid': '6p6z3fv5wan2lpgc5or5yn4bdq', 'trackAvailableForSubscription': True, 'trackAvailableForPurchase': True, 'albumAvailableForPurchase': True, 'explicitType': '2'}, 'cluster': [{'type': '1', 'category': '1', 'id': 'search_track'}]}, {'type': '1', 'track': {'kind': 'sj#track', 'title': 'Waterloo Sunset (Session Excerpt Backing Track Take 2) [2014 Remastered Version]', 'artist': 'The Kinks', 'composer': 'The Kinks', 'album': 'The Anthology 1964 - 1971 (2014 Remastered Version)', 'albumArtist': 'The Kinks', 'year': 2014, 'trackNumber': 16, 'genre': 'Rock', 'durationMillis': '228000', 'albumArtRef': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/PO9Qq8TXlQx8hXGqjx-gVuQAegLBTM7b1L1g4kqCZK2UoltU-WxSBIgUJjBpwmUfm_MgBB0eW5M', 'aspectRatio': '1', 'autogen': False}], 'discNumber': 3, 'estimatedSize': '9144974', 'trackType': '7', 'storeId': 'Tkp3tx4ksof4qus7rs5qau3cfea', 'albumId': 'ji5nqhksgdeskuiqbnka3g7gje', 'artistId': ['jr3nqkkfbfuk4r75hcppp7oeje'], 'nid': 'kp3tx4ksof4qus7rs5qau3cfea', 'trackAvailableForSubscription': True, 'trackAvailableForPurchase': True, 'albumAvailableForPurchase': True, 'explicitType': '2'}, 'cluster': [{'type': '1', 'category': '1', 'id': 'search_track'}]}, {'type': '1', 'track': {'kind': 'sj#track', 'title': 'Waterloo Sunset', 'artist': 'The Kinks', 'composer': '', 'album': 'From Muswell Hill', 'albumArtist': 'The Kinks', 'year': 2019, 'trackNumber': 1, 'genre': 'Rock', 'durationMillis': '195000', 'albumArtRef': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/5ivv-ox_qB3_WJ2IQP9tpX78A2W8R77h6RFRoduIPdb9786gFWiW142alCq2wHDjWl9Jf2x2vQ', 'aspectRatio': '1', 'autogen': False}], 'discNumber': 1, 'estimatedSize': '7809604', 'trackType': '7', 'storeId': 'Trvvjejz656nszuugu5v2nqegqi', 'albumId': 'kjhfw3524nd4vvxjrgavs7s7s4', 'artistId': ['jr3nqkkfbfuk4r75hcppp7oeje'], 'nid': 'rvvjejz656nszuugu5v2nqegqi', 'trackAvailableForSubscription': True, 'trackAvailableForPurchase': True, 'albumAvailableForPurchase': True, 'explicitType': '2'}, 'cluster': [{'type': '1', 'category': '1', 'id': 'search_track'}]}, {'type': '1', 'track': {'kind': 'sj#track', 'title': 'Waterloo Sunset (Stereo Version) [2014 Remastered Version]', 'artist': 'The Kinks', 'composer': 'The Kinks', 'album': 'The Anthology 1964 - 1971 (2014 Remastered Version)', 'albumArtist': 'The Kinks', 'year': 2014, 'trackNumber': 17, 'genre': 'Rock', 'durationMillis': '198000', 'albumArtRef': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/PO9Qq8TXlQx8hXGqjx-gVuQAegLBTM7b1L1g4kqCZK2UoltU-WxSBIgUJjBpwmUfm_MgBB0eW5M', 'aspectRatio': '1', 'autogen': False}], 'discNumber': 3, 'estimatedSize': '7923488', 'trackType': '7', 'storeId': 'Thamzpyz7j5fdta5kgqmx3uw2f4', 'albumId': 'ji5nqhksgdeskuiqbnka3g7gje', 'artistId': ['jr3nqkkfbfuk4r75hcppp7oeje'], 'nid': 'hamzpyz7j5fdta5kgqmx3uw2f4', 'trackAvailableForSubscription': True, 'trackAvailableForPurchase': True, 'albumAvailableForPurchase': True, 'explicitType': '2'}, 'cluster': [{'type': '1', 'category': '1', 'id': 'search_track'}]}, {'type': '1', 'track': {'kind': 'sj#track', 'title': 'Waterloo Sunset', 'artist': 'The Kinks', 'composer': '', 'album': 'Only #s One / 43', 'albumArtist': 'Various Artists', 'year': 2018, 'trackNumber': 3, 'genre': 'Latin', 'durationMillis': '195000', 'albumArtRef': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/sVOvNQ-iOmspEMYnbrdV2W1GB4JRtpmKI5PDwtcR7aY492e72tgz03StvC0ul0CT5NZ_D2nBzrQ', 'aspectRatio': '1', 'autogen': False}], 'discNumber': 1, 'estimatedSize': '7809604', 'trackType': '7', 'storeId': 'Tlpgn5wzg2e4nfvgs6ak522g7sq', 'albumId': 'zdozwupzzpz5vri5xlfltoheda', 'artistId': ['jr3nqkkfbfuk4r75hcppp7oeje'], 'nid': 'lpgn5wzg2e4nfvgs6ak522g7sq', 'trackAvailableForSubscription': True, 'trackAvailableForPurchase': True, 'albumAvailableForPurchase': True, 'explicitType': '2'}, 'cluster': [{'type': '1', 'category': '1', 'id': 'search_track'}]}, {'type': '1', 'track': {'kind': 'sj#track', 'title': 'Waterloo Sunset (Stereo Mix)', 'artist': 'The Kinks', 'composer': '', 'album': 'Something Else (Deluxe Edition)', 'albumArtist': 'The Kinks', 'year': 1967, 'trackNumber': 13, 'genre': "'60s Rock", 'durationMillis': '197000', 'albumArtRef': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/wdjvLJqNIEatDub3t6lznjDZhK9CWxg3wcocw5gI7JoPMTt_P-sejuEAOaPpoAkWInFy_pjW', 'aspectRatio': '1', 'autogen': False}], 'discNumber': 2, 'estimatedSize': '7909904', 'trackType': '7', 'storeId': 'Tgk6kqnakl75fnpqaxkpejwrco4', 'albumId': 'nab7hi2tek6rkbsde645sdpcgu', 'artistId': ['jr3nqkkfbfuk4r75hcppp7oeje'], 'nid': 'gk6kqnakl75fnpqaxkpejwrco4', 'trackAvailableForSubscription': True, 'trackAvailableForPurchase': True, 'albumAvailableForPurchase': True, 'explicitType': '2'}, 'cluster': [{'type': '1', 'category': '1', 'id': 'search_track'}]}, {'type': '1', 'track': {'kind': 'sj#track', 'title': 'Waterloo Sunset (Stereo Mix)', 'artist': 'The Kinks', 'composer': '', 'album': 'The Singles Collection', 'albumArtist': 'The Kinks', 'year': 1997, 'trackNumber': 15, 'genre': "'60s Rock", 'durationMillis': '197000', 'albumArtRef': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/xxu7tj567zRkBHEhd-PS0_j5I5IaOAyu3BDR1Ru377mJ1WapMG7MaXp40_tkQTLNxjgdvpDICmk', 'aspectRatio': '1', 'autogen': False}], 'discNumber': 1, 'estimatedSize': '7909914', 'trackType': '7', 'storeId': 'Tprco23sgpzgk3s5hlyfcxcw4pa', 'albumId': 'jcpy6vmrgpkcx6yw5adgz2kgvi', 'artistId': ['jr3nqkkfbfuk4r75hcppp7oeje'], 'nid': 'prco23sgpzgk3s5hlyfcxcw4pa', 'trackAvailableForSubscription': True, 'trackAvailableForPurchase': True, 'albumAvailableForPurchase': True, 'explicitType': '2'}, 'cluster': [{'type': '1', 'category': '1', 'id': 'search_track'}]}, {'type': '1', 'track': {'kind': 'sj#track', 'title': 'Waterloo Sunset (Mono Mix)', 'artist': 'The Kinks', 'composer': '', 'album': 'Classics: The Best of The Kinks', 'albumArtist': 'The Kinks', 'year': 2014, 'trackNumber': 15, 'genre': 'Rock', 'durationMillis': '194000', 'albumArtRef': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/SIl9QDb2nmg0zYPMoD8mIytP-VK4uK1zpgOUWb1WuboY3OlFT2oJ6DRs-mrHZYfxEIs6EAymNA', 'aspectRatio': '1', 'autogen': False}], 'discNumber': 1, 'estimatedSize': '7783482', 'trackType': '7', 'storeId': 'T476l45lg5cecllvklu2n5tde2q', 'albumId': 'jnqqrmq54a4vzwggzoujiimyt4', 'artistId': ['jr3nqkkfbfuk4r75hcppp7oeje'], 'nid': '476l45lg5cecllvklu2n5tde2q', 'trackAvailableForSubscription': True, 'trackAvailableForPurchase': True, 'albumAvailableForPurchase': True, 'explicitType': '2'}, 'cluster': [{'type': '1', 'category': '1', 'id': 'search_track'}]}, {'type': '1', 'track': {'kind': 'sj#track', 'title': 'Waterloo Sunset', 'artist': 'The Kinks', 'composer': '', 'album': 'Picture Book', 'albumArtist': 'The Kinks', 'year': 2017, 'trackNumber': 16, 'genre': 'Rock', 'durationMillis': '193000', 'albumArtRef': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/GsCsxgH3OR4OL5mqXcEg4dVBP1hWRhyZKDdmQorAggD8IgQu9WI4Y1mPPIzTFGtXfp9aCZ2Z', 'aspectRatio': '1', 'autogen': False}], 'discNumber': 2, 'estimatedSize': '7727057', 'trackType': '7', 'storeId': 'Tkvvqzuls3p5uc46tupinwrxh5e', 'albumId': 'ujlrxorvpufdxqynwvkkrcpi6e', 'artistId': ['jr3nqkkfbfuk4r75hcppp7oeje'], 'nid': 'kvvqzuls3p5uc46tupinwrxh5e', 'trackAvailableForSubscription': True, 'trackAvailableForPurchase': True, 'albumAvailableForPurchase': True, 'explicitType': '2'}, 'cluster': [{'type': '1', 'category': '1', 'id': 'search_track'}]}, {'type': '1', 'track': {'kind': 'sj#track', 'title': 'Waterloo Sunset', 'artist': 'The Kinks', 'composer': '', 'album': 'Burning Love 2', 'albumArtist': 'Various Artists', 'year': 2016, 'trackNumber': 15, 'genre': 'Pop', 'durationMillis': '195000', 'albumArtRef': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/Pn4SH-MBZnW22f6knuyno3ihACHEx_Vc7J8jES88bXdD1nENrVkWQW5hgluVQbCL5FwJwOYqQA', 'aspectRatio': '1', 'autogen': False}], 'discNumber': 1, 'estimatedSize': '7818998', 'trackType': '7', 'storeId': 'Tjxxn2jm2grynym7fewgw53nvai', 'albumId': 'wxkcuf6ad46zntyzy3cwnvuodq', 'artistId': ['jr3nqkkfbfuk4r75hcppp7oeje'], 'nid': 'jxxn2jm2grynym7fewgw53nvai', 'trackAvailableForSubscription': True, 'trackAvailableForPurchase': True, 'albumAvailableForPurchase': True, 'explicitType': '2'}, 'cluster': [{'type': '1', 'category': '1', 'id': 'search_track'}]}, {'type': '1', 'track': {'kind': 'sj#track', 'title': 'Waterloo Sunset (Live at Piccadilly Studios, 1968)', 'artist': 'The Kinks', 'composer': 'The Kinks', 'album': 'At the BBC', 'albumArtist': 'The Kinks', 'year': 2012, 'trackNumber': 26, 'genre': "'60s Rock", 'durationMillis': '135000', 'albumArtRef': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/PBHV_4mY48TN8vinrjBqi-pp7noYZ77v_-3j_kz1waRehcUWDNPNOLHF1uhWSO5xmtoZsbuK_w', 'aspectRatio': '1', 'autogen': False}], 'discNumber': 1, 'estimatedSize': '5435586', 'trackType': '7', 'storeId': 'Tgosz4bogymyhwtbjixrw6snfii', 'albumId': 'je65t6smfjnnfpq4e4dk2qjupy', 'artistId': ['jr3nqkkfbfuk4r75hcppp7oeje'], 'nid': 'gosz4bogymyhwtbjixrw6snfii', 'trackAvailableForSubscription': True, 'trackAvailableForPurchase': True, 'albumAvailableForPurchase': True, 'explicitType': '2'}, 'cluster': [{'type': '1', 'category': '1', 'id': 'search_track'}]}, {'type': '1', 'track': {'kind': 'sj#track', 'title': 'Waterloo Sunset (Live at Piccadilly Studios, 1968)', 'artist': 'The Kinks', 'composer': 'The Kinks', 'album': 'BBC Sessions (1964-1977)', 'albumArtist': 'The Kinks', 'year': 2001, 'trackNumber': 18, 'genre': 'Classic Rock', 'durationMillis': '135000', 'albumArtRef': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/mbd-08qgkLersxgOz3HcnxJkieP1ijZfnX9sBtoDspeoNcY45A_0kqJsZQUkY1BSocYyIlOk1A', 'aspectRatio': '1', 'autogen': False}], 'discNumber': 1, 'estimatedSize': '5435586', 'trackType': '7', 'storeId': 'Tylq42wlobj3qetjr43bwyxrvm4', 'albumId': 'y5ca57xjyiujco5dwvsu6lyxoa', 'artistId': ['jr3nqkkfbfuk4r75hcppp7oeje'], 'nid': 'ylq42wlobj3qetjr43bwyxrvm4', 'trackAvailableForSubscription': True, 'trackAvailableForPurchase': True, 'albumAvailableForPurchase': True, 'explicitType': '2'}, 'cluster': [{'type': '1', 'category': '1', 'id': 'search_track'}]}, {'type': '1', 'track': {'kind': 'sj#track', 'title': 'Stop Your Sobbing', 'artist': 'The Kinks', 'composer': '', 'album': 'Picture Book', 'albumArtist': 'The Kinks', 'year': 2017, 'trackNumber': 7, 'genre': 'Rock', 'durationMillis': '125000', 'albumArtRef': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/GsCsxgH3OR4OL5mqXcEg4dVBP1hWRhyZKDdmQorAggD8IgQu9WI4Y1mPPIzTFGtXfp9aCZ2Z', 'aspectRatio': '1', 'autogen': False}], 'discNumber': 1, 'estimatedSize': '5038535', 'trackType': '7', 'storeId': 'Tneg2rb2332qgvmjhp2m7vp2nxm', 'albumId': 'ujlrxorvpufdxqynwvkkrcpi6e', 'artistId': ['jr3nqkkfbfuk4r75hcppp7oeje'], 'nid': 'neg2rb2332qgvmjhp2m7vp2nxm', 'trackAvailableForSubscription': True, 'trackAvailableForPurchase': True, 'albumAvailableForPurchase': True, 'explicitType': '2'}, 'cluster': [{'type': '1', 'category': '1', 'id': 'search_track'}]}, {'type': '1', 'track': {'kind': 'sj#track', 'title': 'Stop Your Sobbing', 'artist': 'The Kinks', 'composer': '', 'album': 'Kinks', 'albumArtist': 'The Kinks', 'year': 1964, 'trackNumber': 13, 'genre': "'60s Rock", 'durationMillis': '125000', 'albumArtRef': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/l5_Iltbp7kCjwh_zCUoJFUBKgzqfXXNqCStYPkoErfpKG9ZzQWc0i5wd9KuSQWMxvl0DkU6D', 'aspectRatio': '1', 'autogen': False}], 'discNumber': 1, 'estimatedSize': '5038535', 'trackType': '7', 'storeId': 'T7jaa3zvr3a44utynwya6v5aoe4', 'albumId': 'w6cgmxra2tacx5hihy6xjzdmiq', 'artistId': ['jr3nqkkfbfuk4r75hcppp7oeje'], 'nid': '7jaa3zvr3a44utynwya6v5aoe4', 'trackAvailableForSubscription': True, 'trackAvailableForPurchase': True, 'albumAvailableForPurchase': True, 'explicitType': '2'}, 'cluster': [{'type': '1', 'category': '1', 'id': 'search_track'}]}, {'type': '1', 'track': {'kind': 'sj#track', 'title': 'Stop Your Sobbing (2014 Remastered Version)', 'artist': 'The Kinks', 'composer': 'The Kinks', 'album': 'The Anthology 1964 - 1971 (2014 Remastered Version)', 'albumArtist': 'The Kinks', 'year': 2014, 'trackNumber': 15, 'genre': 'Rock', 'durationMillis': '125000', 'albumArtRef': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/PO9Qq8TXlQx8hXGqjx-gVuQAegLBTM7b1L1g4kqCZK2UoltU-WxSBIgUJjBpwmUfm_MgBB0eW5M', 'aspectRatio': '1', 'autogen': False}], 'discNumber': 1, 'estimatedSize': '5027031', 'trackType': '7', 'storeId': 'Twl3znl32v7qlzah46e6tewgtia', 'albumId': 'ji5nqhksgdeskuiqbnka3g7gje', 'artistId': ['jr3nqkkfbfuk4r75hcppp7oeje'], 'nid': 'wl3znl32v7qlzah46e6tewgtia', 'trackAvailableForSubscription': True, 'trackAvailableForPurchase': True, 'albumAvailableForPurchase': True, 'explicitType': '2'}, 'cluster': [{'type': '1', 'category': '1', 'id': 'search_track'}]}, {'type': '1', 'track': {'kind': 'sj#track', 'title': 'Stop Your Sobbing (Stereo Mix)', 'artist': 'The Kinks', 'composer': '', 'album': 'Classics: The Best of The Kinks', 'albumArtist': 'The Kinks', 'year': 2014, 'trackNumber': 5, 'genre': 'Rock', 'durationMillis': '126000', 'albumArtRef': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/SIl9QDb2nmg0zYPMoD8mIytP-VK4uK1zpgOUWb1WuboY3OlFT2oJ6DRs-mrHZYfxEIs6EAymNA', 'aspectRatio': '1', 'autogen': False}], 'discNumber': 1, 'estimatedSize': '5041669', 'trackType': '7', 'storeId': 'Tugp5wqtws2qvkoogtans6ijj6a', 'albumId': 'jnqqrmq54a4vzwggzoujiimyt4', 'artistId': ['jr3nqkkfbfuk4r75hcppp7oeje'], 'nid': 'ugp5wqtws2qvkoogtans6ijj6a', 'trackAvailableForSubscription': True, 'trackAvailableForPurchase': True, 'albumAvailableForPurchase': True, 'explicitType': '2'}, 'cluster': [{'type': '1', 'category': '1', 'id': 'search_track'}]}, {'type': '1', 'track': {'kind': 'sj#track', 'title': 'Stop Your Sobbing (Live at Providence Civic Center, Providence, RI - September 1979)', 'artist': 'The Kinks', 'composer': '', 'album': 'One for the Road (Live)', 'albumArtist': 'The Kinks', 'year': 1980, 'trackNumber': 12, 'genre': 'Rock', 'durationMillis': '151000', 'albumArtRef': [{'kind': 'sj#imageRef', 'url': 'http://lh5.ggpht.com/LtCn8uCuxhhBrxbEgV2kSZHIqRYq_YynB9Y1-GMcDxs1iqutpnSPqoVu6vL4Y5lKzLaRKBUJCw', 'aspectRatio': '1', 'autogen': False}], 'discNumber': 1, 'estimatedSize': '6063570', 'trackType': '7', 'storeId': 'Tdnselbyvicjtmpwumybqqjwpl4', 'albumId': 'dgc4ldldhsdsuj2w25i26dxrey', 'artistId': ['jr3nqkkfbfuk4r75hcppp7oeje'], 'nid': 'dnselbyvicjtmpwumybqqjwpl4', 'trackAvailableForSubscription': True, 'trackAvailableForPurchase': True, 'albumAvailableForPurchase': True, 'explicitType': '2'}, 'cluster': [{'type': '1', 'category': '1', 'id': 'search_track'}]}, {'type': '1', 'track': {'kind': 'sj#track', 'title': 'Sunny Afternoon (Live at Maida Vale Studios, 1967)', 'artist': 'The Kinks', 'composer': 'The Kinks', 'album': 'At the BBC', 'albumArtist': 'The Kinks', 'year': 2012, 'trackNumber': 21, 'genre': "'60s Rock", 'durationMillis': '172000', 'albumArtRef': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/PBHV_4mY48TN8vinrjBqi-pp7noYZ77v_-3j_kz1waRehcUWDNPNOLHF1uhWSO5xmtoZsbuK_w', 'aspectRatio': '1', 'autogen': False}], 'discNumber': 1, 'estimatedSize': '6882770', 'trackType': '7', 'storeId': 'Twe23acmojh44mo7juvfdrw6tgq', 'albumId': 'je65t6smfjnnfpq4e4dk2qjupy', 'artistId': ['jr3nqkkfbfuk4r75hcppp7oeje'], 'nid': 'we23acmojh44mo7juvfdrw6tgq', 'trackAvailableForSubscription': True, 'trackAvailableForPurchase': True, 'albumAvailableForPurchase': True, 'explicitType': '2'}, 'cluster': [{'type': '1', 'category': '1', 'id': 'search_track'}]}, {'type': '1', 'track': {'kind': 'sj#track', 'title': 'Sunny Afternoon', 'artist': 'The Kinks', 'composer': '', 'album': 'From Muswell Hill', 'albumArtist': 'The Kinks', 'year': 2019, 'trackNumber': 5, 'genre': 'Rock', 'durationMillis': '224000', 'albumArtRef': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/5ivv-ox_qB3_WJ2IQP9tpX78A2W8R77h6RFRoduIPdb9786gFWiW142alCq2wHDjWl9Jf2x2vQ', 'aspectRatio': '1', 'autogen': False}], 'discNumber': 1, 'estimatedSize': '8980935', 'trackType': '7', 'storeId': 'Typrht5p5eq32onetrxi4i4tlcm', 'albumId': 'kjhfw3524nd4vvxjrgavs7s7s4', 'artistId': ['jr3nqkkfbfuk4r75hcppp7oeje'], 'nid': 'yprht5p5eq32onetrxi4i4tlcm', 'trackAvailableForSubscription': True, 'trackAvailableForPurchase': True, 'albumAvailableForPurchase': True, 'explicitType': '2'}, 'cluster': [{'type': '1', 'category': '1', 'id': 'search_track'}]}, {'type': '1', 'track': {'kind': 'sj#track', 'title': 'Sunny Afternoon (Mono Mix)', 'artist': 'The Kinks', 'composer': '', 'album': 'Original Hits: 1966', 'albumArtist': 'Various Artists', 'year': 2017, 'trackNumber': 3, 'genre': 'Rock', 'durationMillis': '210000', 'albumArtRef': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/INmF0cXoqEoQp2xZpdGbL6n0IL2wZj99lT8zbhUV6Xx9Pt2izPopV0pMM_If8EW4kV7QxrkYZw', 'aspectRatio': '1', 'autogen': False}], 'discNumber': 1, 'estimatedSize': '8423994', 'trackType': '7', 'storeId': 'Tgxgj5wy7y66uazpw2p7pf2wxoi', 'albumId': 'qm56olrzbejvmo6kobwtouol54', 'artistId': ['jr3nqkkfbfuk4r75hcppp7oeje'], 'nid': 'gxgj5wy7y66uazpw2p7pf2wxoi', 'trackAvailableForSubscription': True, 'trackAvailableForPurchase': True, 'albumAvailableForPurchase': True, 'explicitType': '2'}, 'cluster': [{'type': '1', 'category': '1', 'id': 'search_track'}]}, {'type': '1', 'track': {'kind': 'sj#track', 'title': 'Sunny Afternoon (Live at Maida Vale Studios, 1967)', 'artist': 'The Kinks', 'composer': '', 'album': 'Something Else (Deluxe Edition)', 'albumArtist': 'The Kinks', 'year': 1967, 'trackNumber': 21, 'genre': "'60s Rock", 'durationMillis': '172000', 'albumArtRef': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/wdjvLJqNIEatDub3t6lznjDZhK9CWxg3wcocw5gI7JoPMTt_P-sejuEAOaPpoAkWInFy_pjW', 'aspectRatio': '1', 'autogen': False}], 'discNumber': 1, 'estimatedSize': '6882770', 'trackType': '7', 'storeId': 'Tpdnbxaz6y37kzeqsm7rhb7xg7q', 'albumId': 'nab7hi2tek6rkbsde645sdpcgu', 'artistId': ['jr3nqkkfbfuk4r75hcppp7oeje'], 'nid': 'pdnbxaz6y37kzeqsm7rhb7xg7q', 'trackAvailableForSubscription': True, 'trackAvailableForPurchase': True, 'albumAvailableForPurchase': True, 'explicitType': '2'}, 'cluster': [{'type': '1', 'category': '1', 'id': 'search_track'}]}, {'type': '1', 'track': {'kind': 'sj#track', 'title': 'Sunny Afternoon', 'artist': 'The Kinks', 'composer': '', 'album': 'Sunny Afternoon', 'albumArtist': 'The Kinks', 'year': 1967, 'trackNumber': 1, 'genre': 'Rock', 'durationMillis': '210000', 'albumArtRef': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/OiguQ28yfJl-SOI7L2oTYYBtXbGrgsHWYedroBcEGq0alXtVU5SM_C_RfKsHIHxdlYMsvvvy', 'aspectRatio': '1', 'autogen': False}], 'discNumber': 1, 'estimatedSize': '8436543', 'trackType': '7', 'storeId': 'T6accmu6qsj4zmppvhjdb3i7vz4', 'albumId': 'nsxao5afbfhdpr6tvc4hdj7a4y', 'artistId': ['jr3nqkkfbfuk4r75hcppp7oeje'], 'nid': '6accmu6qsj4zmppvhjdb3i7vz4', 'trackAvailableForSubscription': True, 'trackAvailableForPurchase': True, 'albumAvailableForPurchase': True, 'explicitType': '2'}, 'cluster': [{'type': '1', 'category': '1', 'id': 'search_track'}]}, {'type': '1', 'track': {'kind': 'sj#track', 'title': 'Sunny Afternoon (Mono) [2014 Remastered Version]', 'artist': 'The Kinks', 'composer': 'The Kinks', 'album': 'The Anthology 1964 - 1971 (2014 Remastered Version)', 'albumArtist': 'The Kinks', 'year': 2014, 'trackNumber': 1, 'genre': 'Rock', 'durationMillis': '215000', 'albumArtRef': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/PO9Qq8TXlQx8hXGqjx-gVuQAegLBTM7b1L1g4kqCZK2UoltU-WxSBIgUJjBpwmUfm_MgBB0eW5M', 'aspectRatio': '1', 'autogen': False}], 'discNumber': 3, 'estimatedSize': '8623570', 'trackType': '7', 'storeId': 'Tlv5gfoktndhyr66qs62eatayvi', 'albumId': 'ji5nqhksgdeskuiqbnka3g7gje', 'artistId': ['jr3nqkkfbfuk4r75hcppp7oeje'], 'nid': 'lv5gfoktndhyr66qs62eatayvi', 'trackAvailableForSubscription': True, 'trackAvailableForPurchase': True, 'albumAvailableForPurchase': True, 'explicitType': '2'}, 'cluster': [{'type': '1', 'category': '1', 'id': 'search_track'}]}, {'type': '1', 'track': {'kind': 'sj#track', 'title': 'Sunny Afternoon', 'artist': 'The Kinks', 'composer': '', 'album': 'Only #s One / 48', 'albumArtist': 'Various Artists', 'year': 2018, 'trackNumber': 8, 'genre': 'Latin', 'durationMillis': '224000', 'albumArtRef': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/VKixthIqLFahXOC4p_n-iJAIByAemcOvi8orvraRwkJerpUDt6wZP_65xNcn2RxioDVMYJob0Q', 'aspectRatio': '1', 'autogen': False}], 'discNumber': 1, 'estimatedSize': '8980935', 'trackType': '7', 'storeId': 'Tmhureh7tce4gyddjbrf6ifdpi4', 'albumId': 'esuqtclcof7rvmkti35k2t6cgm', 'artistId': ['jr3nqkkfbfuk4r75hcppp7oeje'], 'nid': 'mhureh7tce4gyddjbrf6ifdpi4', 'trackAvailableForSubscription': True, 'trackAvailableForPurchase': True, 'albumAvailableForPurchase': True, 'explicitType': '2'}, 'cluster': [{'type': '1', 'category': '1', 'id': 'search_track'}]}, {'type': '1', 'track': {'kind': 'sj#track', 'title': 'Sunny Afternoon (Mono Mix)', 'artist': 'The Kinks', 'composer': '', 'album': 'Face to Face (Deluxe Edition)', 'albumArtist': 'The Kinks', 'year': 1966, 'trackNumber': 13, 'genre': 'Rock', 'durationMillis': '210000', 'albumArtRef': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/79Lxh3uur_Y_QkAysGETvzKWJcZLTegtTsFQiNtZtVor_0iiRuHIFt1p-3EcjBK-uxzyaMB39Yw', 'aspectRatio': '1', 'autogen': False}], 'discNumber': 1, 'estimatedSize': '8424004', 'trackType': '7', 'storeId': 'Tn2xtjx7rgjgkbvxknssjnknoca', 'albumId': 'noqdgsdzewawmilgipcl3pbfee', 'artistId': ['jr3nqkkfbfuk4r75hcppp7oeje'], 'nid': 'n2xtjx7rgjgkbvxknssjnknoca', 'trackAvailableForSubscription': True, 'trackAvailableForPurchase': True, 'albumAvailableForPurchase': True, 'explicitType': '2'}, 'cluster': [{'type': '1', 'category': '1', 'id': 'search_track'}]}, {'type': '1', 'track': {'kind': 'sj#track', 'title': 'Sunny Afternoon (Mono Mix)', 'artist': 'The Kinks', 'composer': '', 'album': 'Picture Book', 'albumArtist': 'The Kinks', 'year': 2017, 'trackNumber': 4, 'genre': 'Rock', 'durationMillis': '210000', 'albumArtRef': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/GsCsxgH3OR4OL5mqXcEg4dVBP1hWRhyZKDdmQorAggD8IgQu9WI4Y1mPPIzTFGtXfp9aCZ2Z', 'aspectRatio': '1', 'autogen': False}], 'discNumber': 2, 'estimatedSize': '8424004', 'trackType': '7', 'storeId': 'Twq3r7i4dcxkna43jppj7wd3f2e', 'albumId': 'ujlrxorvpufdxqynwvkkrcpi6e', 'artistId': ['jr3nqkkfbfuk4r75hcppp7oeje'], 'nid': 'wq3r7i4dcxkna43jppj7wd3f2e', 'trackAvailableForSubscription': True, 'trackAvailableForPurchase': True, 'albumAvailableForPurchase': True, 'explicitType': '2'}, 'cluster': [{'type': '1', 'category': '1', 'id': 'search_track'}]}, {'type': '1', 'track': {'kind': 'sj#track', 'title': 'Sunny Afternoon (Stereo Version)', 'artist': 'The Kinks', 'composer': 'The Kinks', 'album': 'Face to Face (Deluxe Edition)', 'albumArtist': 'The Kinks', 'year': 1966, 'trackNumber': 13, 'genre': 'Rock', 'durationMillis': '214000', 'albumArtRef': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/79Lxh3uur_Y_QkAysGETvzKWJcZLTegtTsFQiNtZtVor_0iiRuHIFt1p-3EcjBK-uxzyaMB39Yw', 'aspectRatio': '1', 'autogen': False}], 'discNumber': 2, 'estimatedSize': '8590143', 'trackType': '7', 'storeId': 'T3sfpmyv3mixbmct6qttqpsy7ma', 'albumId': 'noqdgsdzewawmilgipcl3pbfee', 'artistId': ['jr3nqkkfbfuk4r75hcppp7oeje'], 'nid': '3sfpmyv3mixbmct6qttqpsy7ma', 'trackAvailableForSubscription': True, 'trackAvailableForPurchase': True, 'albumAvailableForPurchase': True, 'explicitType': '2'}, 'cluster': [{'type': '1', 'category': '1', 'id': 'search_track'}]}, {'type': '1', 'track': {'kind': 'sj#track', 'title': 'Sunny Afternoon (Mono Mix)', 'artist': 'The Kinks', 'composer': '', 'album': 'Classics: The Best of The Kinks', 'albumArtist': 'The Kinks', 'year': 2014, 'trackNumber': 11, 'genre': 'Rock', 'durationMillis': '212000', 'albumArtRef': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/SIl9QDb2nmg0zYPMoD8mIytP-VK4uK1zpgOUWb1WuboY3OlFT2oJ6DRs-mrHZYfxEIs6EAymNA', 'aspectRatio': '1', 'autogen': False}], 'discNumber': 1, 'estimatedSize': '8520135', 'trackType': '7', 'storeId': 'Twmflldb6ed26jmi7cu5p7gtlhu', 'albumId': 'jnqqrmq54a4vzwggzoujiimyt4', 'artistId': ['jr3nqkkfbfuk4r75hcppp7oeje'], 'nid': 'wmflldb6ed26jmi7cu5p7gtlhu', 'trackAvailableForSubscription': True, 'trackAvailableForPurchase': True, 'albumAvailableForPurchase': True, 'explicitType': '2'}, 'cluster': [{'type': '1', 'category': '1', 'id': 'search_track'}]}, {'type': '1', 'track': {'kind': 'sj#track', 'title': 'Sunny Afternoon', 'artist': 'The Kinks', 'composer': '', 'album': 'Face to Face', 'albumArtist': 'The Kinks', 'year': 1966, 'trackNumber': 13, 'genre': 'Pop', 'durationMillis': '210000', 'albumArtRef': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/geX_7KIm-ZuWoX71PsB1yGcAJCLJJiPxF6ZGEa671iKeodDTyWv-XFB7xCSyZohCl82iUxVx', 'aspectRatio': '1', 'autogen': False}], 'discNumber': 1, 'estimatedSize': '8421914', 'trackType': '7', 'storeId': 'Tgn2vzpwiefcl2qh5z6agnqy2oe', 'albumId': '7apdkcivszvs7nfuozv34wxyqm', 'artistId': ['jr3nqkkfbfuk4r75hcppp7oeje'], 'nid': 'gn2vzpwiefcl2qh5z6agnqy2oe', 'trackAvailableForSubscription': True, 'trackAvailableForPurchase': True, 'albumAvailableForPurchase': True, 'explicitType': '2'}, 'cluster': [{'type': '1', 'category': '1', 'id': 'search_track'}]}, {'type': '1', 'track': {'kind': 'sj#track', 'title': 'Sunny Afternoon (Mono Mix)', 'artist': 'The Kinks', 'composer': '', 'album': 'The Singles Collection', 'albumArtist': 'The Kinks', 'year': 1997, 'trackNumber': 13, 'genre': "'60s Rock", 'durationMillis': '210000', 'albumArtRef': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/xxu7tj567zRkBHEhd-PS0_j5I5IaOAyu3BDR1Ru377mJ1WapMG7MaXp40_tkQTLNxjgdvpDICmk', 'aspectRatio': '1', 'autogen': False}], 'discNumber': 1, 'estimatedSize': '8424004', 'trackType': '7', 'storeId': 'Teskub4vqkngfnw3gjvromgim4e', 'albumId': 'jcpy6vmrgpkcx6yw5adgz2kgvi', 'artistId': ['jr3nqkkfbfuk4r75hcppp7oeje'], 'nid': 'eskub4vqkngfnw3gjvromgim4e', 'trackAvailableForSubscription': True, 'trackAvailableForPurchase': True, 'albumAvailableForPurchase': True, 'explicitType': '2'}, 'cluster': [{'type': '1', 'category': '1', 'id': 'search_track'}]}, {'type': '1', 'track': {'kind': 'sj#track', 'title': 'Sunny Afternoon', 'artist': 'The Kinks', 'composer': '', 'album': 'Too Much on My Mind', 'albumArtist': 'The Kinks', 'year': 2017, 'trackNumber': 15, 'genre': 'Rock', 'durationMillis': '214000', 'albumArtRef': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/Lww6bAk7dfzEg8TJDH1gDye6ouOaCn6OOJcwSmWthaI_oXHjR15JDk8YW6gvZMiyFGRkIHLu', 'aspectRatio': '1', 'autogen': False}], 'discNumber': 1, 'estimatedSize': '8571335', 'trackType': '7', 'storeId': 'T7r3ynmd5g5j76qr7ubflebmo2e', 'albumId': 'j2ekcppw7ylkikdbhhonveik7m', 'artistId': ['jr3nqkkfbfuk4r75hcppp7oeje'], 'nid': '7r3ynmd5g5j76qr7ubflebmo2e', 'trackAvailableForSubscription': True, 'trackAvailableForPurchase': True, 'albumAvailableForPurchase': True, 'explicitType': '2'}, 'cluster': [{'type': '1', 'category': '1', 'id': 'search_track'}]}, {'type': '1', 'track': {'kind': 'sj#track', 'title': 'Sunny Afternoon (Live)', 'artist': 'The Kinks', 'composer': '', 'album': "Everybody's in Show-Biz (Legacy Edition)", 'albumArtist': 'The Kinks', 'year': 1972, 'trackNumber': 5, 'genre': 'Rock', 'durationMillis': '157000', 'albumArtRef': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/c3aM-BTU4g0UUlcgYfTnbQc6OP0qWRh4WwssUyhRcdVZyM88EOq7M4ngK-YJifD4NnPVdc2LNw', 'aspectRatio': '1', 'autogen': False}], 'discNumber': 2, 'estimatedSize': '6314345', 'trackType': '7', 'storeId': 'T6q44opykocej37flh7u3fmizgu', 'albumId': 'ubbvzmnfn2tf36l4fsmnicaowq', 'artistId': ['jr3nqkkfbfuk4r75hcppp7oeje'], 'nid': '6q44opykocej37flh7u3fmizgu', 'trackAvailableForSubscription': True, 'trackAvailableForPurchase': True, 'albumAvailableForPurchase': True, 'explicitType': '2'}, 'cluster': [{'type': '1', 'category': '1', 'id': 'search_track'}]}, {'type': '1', 'track': {'kind': 'sj#track', 'title': 'Sunny Afternoon (Alternate Stereo Mix)', 'artist': 'The Kinks', 'composer': '', 'album': 'Face to Face (Deluxe Edition)', 'albumArtist': 'The Kinks', 'year': 1966, 'trackNumber': 19, 'genre': 'Rock', 'durationMillis': '228000', 'albumArtRef': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/79Lxh3uur_Y_QkAysGETvzKWJcZLTegtTsFQiNtZtVor_0iiRuHIFt1p-3EcjBK-uxzyaMB39Yw', 'aspectRatio': '1', 'autogen': False}], 'discNumber': 2, 'estimatedSize': '9143939', 'trackType': '7', 'storeId': 'Tp5h6kddbcdf7t6dbo4cqf5tfwq', 'albumId': 'noqdgsdzewawmilgipcl3pbfee', 'artistId': ['jr3nqkkfbfuk4r75hcppp7oeje'], 'nid': 'p5h6kddbcdf7t6dbo4cqf5tfwq', 'trackAvailableForSubscription': True, 'trackAvailableForPurchase': True, 'albumAvailableForPurchase': True, 'explicitType': '2'}, 'cluster': [{'type': '1', 'category': '1', 'id': 'search_track'}]}, {'type': '1', 'track': {'kind': 'sj#track', 'title': 'All Day and All of the Night (Live at Rutgers University, New Brunswick, NJ - March 1979)', 'artist': 'The Kinks', 'composer': '', 'album': 'One for the Road (Live)', 'albumArtist': 'The Kinks', 'year': 1980, 'trackNumber': 8, 'genre': 'Rock', 'durationMillis': '225000', 'albumArtRef': [{'kind': 'sj#imageRef', 'url': 'http://lh5.ggpht.com/LtCn8uCuxhhBrxbEgV2kSZHIqRYq_YynB9Y1-GMcDxs1iqutpnSPqoVu6vL4Y5lKzLaRKBUJCw', 'aspectRatio': '1', 'autogen': False}], 'discNumber': 1, 'estimatedSize': '9015406', 'trackType': '7', 'storeId': 'Tmijm26bhgyxj6r3gszmtpmvxkm', 'albumId': 'dgc4ldldhsdsuj2w25i26dxrey', 'artistId': ['jr3nqkkfbfuk4r75hcppp7oeje'], 'nid': 'mijm26bhgyxj6r3gszmtpmvxkm', 'trackAvailableForSubscription': True, 'trackAvailableForPurchase': True, 'albumAvailableForPurchase': True, 'explicitType': '2'}, 'cluster': [{'type': '1', 'category': '1', 'id': 'search_track'}]}, {'type': '1', 'track': {'kind': 'sj#track', 'title': 'All Day And All Of The Night', 'artist': 'The Kinks', 'composer': '', 'album': 'The Best of Rock and Roll Hall of Fame + Museum Live', 'albumArtist': 'Various Artists', 'year': 2011, 'trackNumber': 8, 'genre': 'Rock', 'durationMillis': '259000', 'albumArtRef': [{'kind': 'sj#imageRef', 'url': 'http://lh5.ggpht.com/3E_wEE5Ww8V_nni0rj9TzW7kU9P-mMhZsPS932YrrOhJFYevrrjvo0SptFc3Ls8Ec8EbZC6JqA', 'aspectRatio': '1', 'autogen': False}], 'discNumber': 1, 'estimatedSize': '10370645', 'trackType': '7', 'storeId': 'Tcgprx3q4cvbyiglnypidwzax2i', 'albumId': 'cf43scnprzae2prvsbyfgur5oy', 'artistId': ['jr3nqkkfbfuk4r75hcppp7oeje'], 'nid': 'cgprx3q4cvbyiglnypidwzax2i', 'trackAvailableForSubscription': True, 'trackAvailableForPurchase': True, 'albumAvailableForPurchase': True, 'explicitType': '2'}, 'cluster': [{'type': '1', 'category': '1', 'id': 'search_track'}]}, {'type': '1', 'track': {'kind': 'sj#track', 'title': 'All Day and All of the Night', 'artist': 'The Kinks', 'composer': '', 'album': 'The Singles Collection', 'albumArtist': 'The Kinks', 'year': 1997, 'trackNumber': 4, 'genre': "'60s Rock", 'durationMillis': '141000', 'albumArtRef': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/xxu7tj567zRkBHEhd-PS0_j5I5IaOAyu3BDR1Ru377mJ1WapMG7MaXp40_tkQTLNxjgdvpDICmk', 'aspectRatio': '1', 'autogen': False}], 'discNumber': 1, 'estimatedSize': '5663384', 'trackType': '7', 'storeId': 'Tebewpd54dqzbs6kejlozuflvh4', 'albumId': 'jcpy6vmrgpkcx6yw5adgz2kgvi', 'artistId': ['jr3nqkkfbfuk4r75hcppp7oeje'], 'nid': 'ebewpd54dqzbs6kejlozuflvh4', 'trackAvailableForSubscription': True, 'trackAvailableForPurchase': True, 'albumAvailableForPurchase': True, 'explicitType': '2'}, 'cluster': [{'type': '1', 'category': '1', 'id': 'search_track'}]}, {'type': '1', 'track': {'kind': 'sj#track', 'title': 'All Day and All of the Night (Live at The Playhouse Theatre, 1964)', 'artist': 'The Kinks', 'composer': '', 'album': 'At the BBC', 'albumArtist': 'The Kinks', 'year': 2012, 'trackNumber': 4, 'genre': "'60s Rock", 'durationMillis': '137000', 'albumArtRef': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/PBHV_4mY48TN8vinrjBqi-pp7noYZ77v_-3j_kz1waRehcUWDNPNOLHF1uhWSO5xmtoZsbuK_w', 'aspectRatio': '1', 'autogen': False}], 'discNumber': 1, 'estimatedSize': '5517088', 'trackType': '7', 'storeId': 'Tkx6li7j7bilb7zxp3e7lhpu5n4', 'albumId': 'je65t6smfjnnfpq4e4dk2qjupy', 'artistId': ['jr3nqkkfbfuk4r75hcppp7oeje'], 'nid': 'kx6li7j7bilb7zxp3e7lhpu5n4', 'trackAvailableForSubscription': True, 'trackAvailableForPurchase': True, 'albumAvailableForPurchase': True, 'explicitType': '2'}, 'cluster': [{'type': '1', 'category': '1', 'id': 'search_track'}]}, {'type': '1', 'track': {'kind': 'sj#track', 'title': 'All Day and All of the Night (2014 Remastered Version)', 'artist': 'The Kinks', 'composer': '', 'album': 'The Anthology 1964 - 1971 (2014 Remastered Version)', 'albumArtist': 'The Kinks', 'year': 2014, 'trackNumber': 16, 'genre': 'Rock', 'durationMillis': '142000', 'albumArtRef': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/PO9Qq8TXlQx8hXGqjx-gVuQAegLBTM7b1L1g4kqCZK2UoltU-WxSBIgUJjBpwmUfm_MgBB0eW5M', 'aspectRatio': '1', 'autogen': False}], 'discNumber': 1, 'estimatedSize': '5702035', 'trackType': '7', 'storeId': 'Tncdprhy7ljnyrrzngntxpa4fmm', 'albumId': 'ji5nqhksgdeskuiqbnka3g7gje', 'artistId': ['jr3nqkkfbfuk4r75hcppp7oeje'], 'nid': 'ncdprhy7ljnyrrzngntxpa4fmm', 'trackAvailableForSubscription': True, 'trackAvailableForPurchase': True, 'albumAvailableForPurchase': True, 'explicitType': '2'}, 'cluster': [{'type': '1', 'category': '1', 'id': 'search_track'}]}, {'type': '1', 'track': {'kind': 'sj#track', 'title': 'All Day and All of the Night (Live at The Playhouse Theatre, 1964)', 'artist': 'The Kinks', 'composer': '', 'album': 'BBC Sessions (1964-1977)', 'albumArtist': 'The Kinks', 'year': 2001, 'trackNumber': 5, 'genre': 'Classic Rock', 'durationMillis': '137000', 'albumArtRef': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/mbd-08qgkLersxgOz3HcnxJkieP1ijZfnX9sBtoDspeoNcY45A_0kqJsZQUkY1BSocYyIlOk1A', 'aspectRatio': '1', 'autogen': False}], 'discNumber': 1, 'estimatedSize': '5517088', 'trackType': '7', 'storeId': 'Tsoy7xaxepins5hq5esb4ksw2le', 'albumId': 'y5ca57xjyiujco5dwvsu6lyxoa', 'artistId': ['jr3nqkkfbfuk4r75hcppp7oeje'], 'nid': 'soy7xaxepins5hq5esb4ksw2le', 'trackAvailableForSubscription': True, 'trackAvailableForPurchase': True, 'albumAvailableForPurchase': True, 'explicitType': '2'}, 'cluster': [{'type': '1', 'category': '1', 'id': 'search_track'}]}]}, {'cluster': {'type': '7', 'category': '1', 'id': 'search_situation'}, 'resultToken': 'EAc'}, {'cluster': {'type': '6', 'category': '1', 'id': 'search_radio'}, 'resultToken': 'EAY', 'entries': [{'type': '6', 'station': {'kind': 'sj#radioStation', 'name': "Heavy Metal's Founding Fathers", 'description': 'Before Metallica and Slayer, there was Led Zeppelin and Black Sabbath. Before that there was Blue Cheer and The Kinks. From rock with down-tuned guitars to pop with eerie undertones, listen to the key songs that influenced how heavy metal came to be.', 'seed': {'kind': 'sj#radioSeed', 'curatedStationId': 'Ld5v6qc7bwzuqnfpgzp6ks5vikm', 'seedType': '9'}, 'stationSeeds': [{'kind': 'sj#radioSeed', 'curatedStationId': 'Ld5v6qc7bwzuqnfpgzp6ks5vikm', 'seedType': '9'}], 'imageUrls': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/XpyOCYx74a0f_b1fVVRuT3AYRFtJzANGBzZkue1diRWF-UnxiZqAmg0xEGhTgnheileL4nFB', 'aspectRatio': '1', 'autogen': False}, {'kind': 'sj#imageRef', 'url': 'http://lh5.ggpht.com/KLjwij3_8Fe8mhaHqzZ0dzURyKl1vpcEEH0O4VanlbrLg_e1pWIq-SyO-nhXEhDQpRW6Xt8Y8ZQ', 'aspectRatio': '1', 'autogen': False}, {'kind': 'sj#imageRef', 'url': 'http://lh4.ggpht.com/466XNugUwowLjEHZ2zfXhAPn4ApsSKLUQcuwUi5xEoYLaPgSF52EH_REFViuqdNrOrQk6Ak1mA', 'aspectRatio': '1', 'autogen': False}, {'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/kmWfbm4JiXTjDr8tJaHWQnW6T7sXpapMLtqsAsp4_wxMLu6fjvvrdnKevWYug2_60UsGrVyUeg', 'aspectRatio': '1', 'autogen': False}, {'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/wGeMo8gUAAfqKS_cx_06WDnpTh6xKfAYaBFl0wTyU6Q0iUWCkjAWmiTm5cg407moAIPCGKUpfD8', 'aspectRatio': '1', 'autogen': False}, {'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/ybtZ2tHqt9eAgNbByWXprxdo1rTN5AfKIIsrXT7Oa8wWeA5IvwDws0-m6DSlSAQqWHn3PVBzHw', 'aspectRatio': '1', 'autogen': False}, {'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/yTqbhfCEhF-u9g4KBPTOGRNaPmlywVePV-HkN2vII7bxH_rr48FmH7yN20xyVro8duXShOYDNw', 'aspectRatio': '1', 'autogen': False}, {'kind': 'sj#imageRef', 'url': 'http://lh4.ggpht.com/tHMBrJcGi8PR1ji-9I9UttzYMektG9qDp42O3mXEFYH89O13lwszUSE0dccuxouiSn70-JFOwFQ', 'aspectRatio': '1', 'autogen': False}], 'compositeArtRefs': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/V3bxchURIDprPXFOTaYFLsq-B6KyHo_b_N9Z0tk_04YZvPHLNmzXiReV_g', 'aspectRatio': '2'}, {'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/5ZlhdrWle1WGyT5hXQMPJmSOO2BN6GsvYal227_Eae0OHJtAKyrbav9ZnA', 'aspectRatio': '1'}], 'skipEventHistory': [], 'contentTypes': ['1'], 'byline': 'By Google Play Music'}, 'cluster': [{'type': '6', 'category': '1', 'id': 'search_radio'}]}, {'type': '6', 'station': {'kind': 'sj#radioStation', 'name': 'The Kinks', 'seed': {'kind': 'sj#radioSeed', 'artistId': 'Ajr3nqkkfbfuk4r75hcppp7oeje', 'seedType': '3'}, 'stationSeeds': [{'kind': 'sj#radioSeed', 'artistId': 'Ajr3nqkkfbfuk4r75hcppp7oeje', 'seedType': '3'}], 'imageUrls': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/-fTnki5iZ0h7rM8cIUi9m46-5eNKiA8ULLKzEzQCZn4_uY5esh2BQ6PvVFMLQuoaH43jPezO_Q', 'aspectRatio': '2', 'autogen': False}], 'compositeArtRefs': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/d1ZVNFgTQY-kJ83CPNOH6jbtJ-cNY3r3CR_iv_T0e2hgXbTdkV6fwe5Eew', 'aspectRatio': '1'}, {'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/w6-eYdSJxBQZrF-FG_e_BZgLbNEi-McBk2jccVr2FsWWPZPu01TqOQ5_mQ', 'aspectRatio': '2'}], 'skipEventHistory': []}, 'cluster': [{'type': '6', 'category': '1', 'id': 'search_radio'}]}, {'type': '6', 'station': {'kind': 'sj#radioStation', 'name': 'You Really Got Me (Live at Lowell Memorial Auditorium, Lowell, MA - March 1979)', 'seed': {'kind': 'sj#radioSeed', 'trackId': 'Tq4knch4yla3ibcjroqymxpqipm', 'seedType': '2'}, 'stationSeeds': [{'kind': 'sj#radioSeed', 'trackId': 'Tq4knch4yla3ibcjroqymxpqipm', 'seedType': '2'}], 'imageUrls': [{'kind': 'sj#imageRef', 'url': 'http://lh5.ggpht.com/LtCn8uCuxhhBrxbEgV2kSZHIqRYq_YynB9Y1-GMcDxs1iqutpnSPqoVu6vL4Y5lKzLaRKBUJCw', 'aspectRatio': '1', 'autogen': False}], 'compositeArtRefs': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/zJUDGxgtemPlA5zwXmzN5HJMv7mQkk1xkvsQxIdOYSXkr0R9O7LcKTVR', 'aspectRatio': '1'}, {'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/R4l46OQhYBmm4smHrmWFMtbEeLrCSOL1tEEGAKcaR1tDOm3MORZU7yIN3w', 'aspectRatio': '4'}], 'skipEventHistory': []}, 'cluster': [{'type': '6', 'category': '1', 'id': 'search_radio'}]}, {'type': '6', 'station': {'kind': 'sj#radioStation', 'name': 'Royal Kinks', 'seed': {'kind': 'sj#radioSeed', 'artistId': 'Ahcol2dr4bu4a7wts2l54xsrfti', 'seedType': '3'}, 'stationSeeds': [{'kind': 'sj#radioSeed', 'artistId': 'Ahcol2dr4bu4a7wts2l54xsrfti', 'seedType': '3'}], 'imageUrls': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/d0ZWzCG2GddyPhq7wuvD-XvIpl-5GEDRtweXt53H-RmVMNJiYDsDbZAPA8DLTL_-WPcd7n0lqw', 'aspectRatio': '2', 'autogen': True}, {'kind': 'sj#imageRef', 'url': 'http://lh6.ggpht.com/H0cS5ncqAjNPOiXu_x6R7c-5GWjGSYd-QPVl9SXLLCCYhM8ixnT_PXGP_2StwgYMa0mDlE0q3w', 'aspectRatio': '1', 'autogen': True}], 'skipEventHistory': []}, 'cluster': [{'type': '6', 'category': '1', 'id': 'search_radio'}]}, {'type': '6', 'station': {'kind': 'sj#radioStation', 'name': 'You Really Got Me (Mono Mix)', 'seed': {'kind': 'sj#radioSeed', 'trackId': 'Tiooq3cgnu4xdkuauvjpa7y7ki4', 'seedType': '2'}, 'stationSeeds': [{'kind': 'sj#radioSeed', 'trackId': 'Tiooq3cgnu4xdkuauvjpa7y7ki4', 'seedType': '2'}], 'imageUrls': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/l5_Iltbp7kCjwh_zCUoJFUBKgzqfXXNqCStYPkoErfpKG9ZzQWc0i5wd9KuSQWMxvl0DkU6D', 'aspectRatio': '1', 'autogen': False}], 'compositeArtRefs': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/jZvlqguX8VbghpQMdNEjSAliKkGnsWfapBwBE2Cp2ZGYRUur3nm4sErkdA', 'aspectRatio': '1'}, {'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/4e-g7zWs5_itZr6ySSn3KtSunJJoG8rndYaRZAE3oAxC2oTKZpDWqOFmJg', 'aspectRatio': '4'}], 'skipEventHistory': []}, 'cluster': [{'type': '6', 'category': '1', 'id': 'search_radio'}]}, {'type': '6', 'station': {'kind': 'sj#radioStation', 'name': 'Kinks of Domination', 'seed': {'kind': 'sj#radioSeed', 'artistId': 'Arvcrtmmh5u7qn4oeselqa4a4rq', 'seedType': '3'}, 'stationSeeds': [{'kind': 'sj#radioSeed', 'artistId': 'Arvcrtmmh5u7qn4oeselqa4a4rq', 'seedType': '3'}], 'imageUrls': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/IvgRtgPVAnmUgzvkUaECKTx1pGsBvxlU82VVRUwQXMKBGMBlNsIyHNTHKom0I_KjLQ7sW1aPmw', 'aspectRatio': '2', 'autogen': True}, {'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/JHdIz9Cw8lef9zwteC2Uq4-gqV-awPcU_mhG2TpWGIz5T7yEtvdBfYhaYTVqnnLoaU8QrW1Szw', 'aspectRatio': '1', 'autogen': True}], 'skipEventHistory': []}, 'cluster': [{'type': '6', 'category': '1', 'id': 'search_radio'}]}, {'type': '6', 'station': {'kind': 'sj#radioStation', 'name': 'You Really Got Me (Live at Kelvin Hall)', 'seed': {'kind': 'sj#radioSeed', 'trackId': 'Txfub7gwqxs7wukvmdxsy7ydafi', 'seedType': '2'}, 'stationSeeds': [{'kind': 'sj#radioSeed', 'trackId': 'Txfub7gwqxs7wukvmdxsy7ydafi', 'seedType': '2'}], 'imageUrls': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/hcoPmH2NFHM65Ql3vduLMT2EZ4ngcUY-aP1eUZbrplwTLP03PMB_zgJZyIRKGCGIwP-IGo-V0w', 'aspectRatio': '1', 'autogen': False}], 'skipEventHistory': []}, 'cluster': [{'type': '6', 'category': '1', 'id': 'search_radio'}]}, {'type': '6', 'station': {'kind': 'sj#radioStation', 'name': 'Phoebe Kinks', 'seed': {'kind': 'sj#radioSeed', 'artistId': 'An6qu42ua5sid5renomuakyy3qi', 'seedType': '3'}, 'stationSeeds': [{'kind': 'sj#radioSeed', 'artistId': 'An6qu42ua5sid5renomuakyy3qi', 'seedType': '3'}], 'imageUrls': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/gWV5mU24dbHGwuvdFlcFQuQRrE7YniRfRfPc0v9IJjzX5jcS_-RX_SYc8Zo2KpDENxCmvSAPTnU', 'aspectRatio': '2', 'autogen': True}, {'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/63tRBRpulRmMRsyABj0fZb1srSxaG3H6hRD2b-M-FMUs67N85WbZm2cCI-6v9hBA5BphNR9q', 'aspectRatio': '1', 'autogen': True}], 'skipEventHistory': []}, 'cluster': [{'type': '6', 'category': '1', 'id': 'search_radio'}]}, {'type': '6', 'station': {'kind': 'sj#radioStation', 'name': 'You Really Got Me (Live at The Playhouse Theatre, 1964)', 'seed': {'kind': 'sj#radioSeed', 'trackId': 'Tiazvgi2qibh3rhxcbwo6z2uwfu', 'seedType': '2'}, 'stationSeeds': [{'kind': 'sj#radioSeed', 'trackId': 'Tiazvgi2qibh3rhxcbwo6z2uwfu', 'seedType': '2'}], 'imageUrls': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/mbd-08qgkLersxgOz3HcnxJkieP1ijZfnX9sBtoDspeoNcY45A_0kqJsZQUkY1BSocYyIlOk1A', 'aspectRatio': '1', 'autogen': False}], 'compositeArtRefs': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/QZkqOIz_WDTXojOFNiKVfaP2_qnKiVy24qYVO7XLb0Mv4APQyy4k5guhIg', 'aspectRatio': '1'}, {'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/EwX2GH4Kjq-TSaAmO-aF-wH8oCt-cTICcqzrx0IR8LydjrW9yU7SOHl7RQ', 'aspectRatio': '4'}], 'skipEventHistory': []}, 'cluster': [{'type': '6', 'category': '1', 'id': 'search_radio'}]}, {'type': '6', 'station': {'kind': 'sj#radioStation', 'name': 'The Kast Off Kinks', 'seed': {'kind': 'sj#radioSeed', 'artistId': 'Alyytoao6i3zslh2yju4j3cdxuu', 'seedType': '3'}, 'stationSeeds': [{'kind': 'sj#radioSeed', 'artistId': 'Alyytoao6i3zslh2yju4j3cdxuu', 'seedType': '3'}], 'skipEventHistory': []}, 'cluster': [{'type': '6', 'category': '1', 'id': 'search_radio'}]}, {'type': '6', 'station': {'kind': 'sj#radioStation', 'name': 'You Really Got Me', 'seed': {'kind': 'sj#radioSeed', 'trackId': 'Tt3xbyiyhdkru2bqof77blkwl2a', 'seedType': '2'}, 'stationSeeds': [{'kind': 'sj#radioSeed', 'trackId': 'Tt3xbyiyhdkru2bqof77blkwl2a', 'seedType': '2'}], 'imageUrls': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/kmyfbwmOcYH3uKStuMwEmdryVyW7rACeoO80ejb-ujE6Bh3Wa_Y90dBxelXlg1Z3Pr6tl7IKPA', 'aspectRatio': '1', 'autogen': False}], 'compositeArtRefs': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/jatvDtHNPMFAgzCEZFkUj-xCrZg59byZReVDuXgSuTcjjFSNGG8sKXYfnOM', 'aspectRatio': '4'}, {'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/UL5_nTl4z08th74XXTZw3tl9GTpMz2_bhSsbkx0HsZTegxq9ixEXU7jeLNI', 'aspectRatio': '1'}], 'skipEventHistory': []}, 'cluster': [{'type': '6', 'category': '1', 'id': 'search_radio'}]}, {'type': '6', 'station': {'kind': 'sj#radioStation', 'name': 'You Really Got Me (2014 Remastered Version)', 'seed': {'kind': 'sj#radioSeed', 'trackId': 'Tr2t6qgstal3ucflfor6lz4xuya', 'seedType': '2'}, 'stationSeeds': [{'kind': 'sj#radioSeed', 'trackId': 'Tr2t6qgstal3ucflfor6lz4xuya', 'seedType': '2'}], 'imageUrls': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/PO9Qq8TXlQx8hXGqjx-gVuQAegLBTM7b1L1g4kqCZK2UoltU-WxSBIgUJjBpwmUfm_MgBB0eW5M', 'aspectRatio': '1', 'autogen': False}], 'compositeArtRefs': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/Fu1uJI3HTg6nAiHzxSMEYpbIO5hBIojToKgrVPMZq_0Z9WV-dmY0FvPc_jE', 'aspectRatio': '1'}, {'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/ojvr75mwKfig5PamGJ42qe2QZ-5F9jeOthoAzrUf41-KlAbqAG985c-jVQ', 'aspectRatio': '4'}], 'skipEventHistory': []}, 'cluster': [{'type': '6', 'category': '1', 'id': 'search_radio'}]}, {'type': '6', 'station': {'kind': 'sj#radioStation', 'name': "I'm Not Like Everybody Else", 'seed': {'kind': 'sj#radioSeed', 'trackId': 'T7qmjyuayakoogqzq67q5dl64u4', 'seedType': '2'}, 'stationSeeds': [{'kind': 'sj#radioSeed', 'trackId': 'T7qmjyuayakoogqzq67q5dl64u4', 'seedType': '2'}], 'imageUrls': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/kqmaeM6cTiS5prya5lZ_gEYb_s6UQqbFoe9J4pDXZz9pDCt0m4Fam_ZKRlAp79rOcO7xxCpSqj8', 'aspectRatio': '1', 'autogen': False}], 'compositeArtRefs': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/46RGMyLZXBM2RdBJJmLNtdDhdP6mtGlP7x2KJiHhxuRzHi4OW3M0IWiGdA', 'aspectRatio': '1'}, {'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/htKbLe7p_wXT0Z-hhgkTaqRnbSRnfw8heDlFn4oCi6uU6ilhW48N-j7C', 'aspectRatio': '4'}], 'skipEventHistory': []}, 'cluster': [{'type': '6', 'category': '1', 'id': 'search_radio'}]}, {'type': '6', 'station': {'kind': 'sj#radioStation', 'name': 'Stacc X.O', 'seed': {'kind': 'sj#radioSeed', 'artistId': 'Ageonmzgif6eq5buis5kavporbi', 'seedType': '3'}, 'stationSeeds': [{'kind': 'sj#radioSeed', 'artistId': 'Ageonmzgif6eq5buis5kavporbi', 'seedType': '3'}], 'imageUrls': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/5Ecbg2YMA5R4XgG4RxA--KvnCPttI7jl_wtlRzixNWPrNatYqWhBbU1rlMlr4IctBzIB2KElaVA', 'aspectRatio': '1', 'autogen': False}], 'skipEventHistory': []}, 'cluster': [{'type': '6', 'category': '1', 'id': 'search_radio'}]}, {'type': '6', 'station': {'kind': 'sj#radioStation', 'name': "Sensational 60's", 'seed': {'kind': 'sj#radioSeed', 'artistId': 'Aipfkfladqmyfnryhjt4svcn3y4', 'seedType': '3'}, 'stationSeeds': [{'kind': 'sj#radioSeed', 'artistId': 'Aipfkfladqmyfnryhjt4svcn3y4', 'seedType': '3'}], 'imageUrls': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/9NyN752iyNYUwTMFuY4s87LL19SAfUVWwqU1k85aI3vuTlOp1N4vURYtf47ik2e6Fm-TLButuw', 'aspectRatio': '1', 'autogen': False}], 'skipEventHistory': []}, 'cluster': [{'type': '6', 'category': '1', 'id': 'search_radio'}]}, {'type': '6', 'station': {'kind': 'sj#radioStation', 'name': 'White Knight Instrumental', 'seed': {'kind': 'sj#radioSeed', 'artistId': 'Abznagnnaueksux2zvqrb4fjmn4', 'seedType': '3'}, 'stationSeeds': [{'kind': 'sj#radioSeed', 'artistId': 'Abznagnnaueksux2zvqrb4fjmn4', 'seedType': '3'}], 'imageUrls': [{'kind': 'sj#imageRef', 'url': 'http://lh3.googleusercontent.com/S5CzFl1C5ghqlvyeK64r8KelzttrILwrJaHsZhoNRo6QYxIZsDpUX_-xkjyKp711a6IHYilbLA', 'aspectRatio': '1', 'autogen': False}], 'skipEventHistory': []}, 'cluster': [{'type': '6', 'category': '1', 'id': 'search_radio'}]}]}, {'cluster': {'type': '4', 'category': '1', 'id': 'search_playlist'}, 'resultToken': 'EAQ', 'entries': [{'type': '4', 'playlist': {'kind': 'sj#playlist', 'name': 'Our kinks', 'type': 'SHARED', 'shareToken': 'AMaBXylZi_9pv1-u2MG0e0vUfebJ4_Qk4GYC9wB-Jabb0PpZphcUG92RrDAXMw4tHo2_i6gwDecrqA9leCYfeCheIefU0JluRg==', 'ownerProfilePhotoUrl': 'http://lh3.googleusercontent.com/-59ObNkC-Cuk/AAAAAAAAAAI/AAAAAAAAAIg/oK--KjiPfdA/photo.jpg', 'description': ''}, 'cluster': [{'type': '4', 'category': '1', 'id': 'search_playlist'}]}, {'type': '4', 'playlist': {'kind': 'sj#playlist', 'name': 'The Kinks', 'type': 'SHARED', 'shareToken': 'AMaBXymBFHBb2fJwUTxrIX9rrnJxqNN4wJtsBEgvMdCidTCh1FCg378DxPEIx_h1AztIMtuLlhPVwo2LRFK8_lNFivRe9E-W4Q==', 'ownerProfilePhotoUrl': 'http://lh4.googleusercontent.com/-TMQdz4UKcpg/AAAAAAAAAAI/AAAAAAAAAGk/uIhyLPwzNTQ/photo.jpg', 'description': ''}, 'cluster': [{'type': '4', 'category': '1', 'id': 'search_playlist'}]}, {'type': '4', 'playlist': {'kind': 'sj#playlist', 'name': 'Top Kinks (by Richard Lennon)', 'type': 'SHARED', 'shareToken': 'AMaBXynnTC1NjALKAFNmx7gLdjNRu_BjWnplR5GCJKNe1J6lKwQzj1NU8io4_4zpxxMrTFBhvS_P0shkwqzIA134PlflS5F44g==', 'description': 'The best of The Kinks, according to me.'}, 'cluster': [{'type': '4', 'category': '1', 'id': 'search_playlist'}]}, {'type': '4', 'playlist': {'kind': 'sj#playlist', 'name': 'Kinks', 'type': 'SHARED', 'shareToken': 'AMaBXyk6F3jyRrmrp1jG9TjNCMcACigz0ch9sb-JhFlDXG0FuOGtnUqL6Y3z8943cqvkf-lODkcKDAfuAekEnxPW3uFa1bXqRg==', 'ownerProfilePhotoUrl': 'http://lh5.googleusercontent.com/-FX3T5XF9TaI/AAAAAAAAAAI/AAAAAAAAAWE/SlfW2qI6IQ0/photo.jpg', 'description': ''}, 'cluster': [{'type': '4', 'category': '1', 'id': 'search_playlist'}]}, {'type': '4', 'playlist': {'kind': 'sj#playlist', 'name': 'The Kinks ', 'type': 'SHARED', 'shareToken': 'AMaBXyn8UKm9WwDIEMJAmvU5xmBtZ-ACX0SckKQxVzBfj-wmuWf66p9SyJ8S6LLvtVJoZ_McBtK6T03rZMkMBJsQoSIqmNAakA==', 'ownerProfilePhotoUrl': 'http://lh4.googleusercontent.com/-moW2EOwktto/AAAAAAAAAAI/AAAAAAAAXsQ/44MpAczU0_k/photo.jpg', 'description': ''}, 'cluster': [{'type': '4', 'category': '1', 'id': 'search_playlist'}]}, {'type': '4', 'playlist': {'kind': 'sj#playlist', 'name': 'the kinks', 'type': 'SHARED', 'shareToken': 'AMaBXynW3NM7a4-DRBhhoh6rIujHVZKED7ooaA8pWZvUanxgi190M38U_hvhT4w-4cggrw7i0IMgor1d6XibbkX4nTifTNhFUQ==', 'ownerProfilePhotoUrl': 'http://lh4.googleusercontent.com/--KHk0duxh6c/AAAAAAAAAAI/AAAAAAAAACA/TPHUm_IDnV8/photo.jpg'}, 'cluster': [{'type': '4', 'category': '1', 'id': 'search_playlist'}]}, {'type': '4', 'playlist': {'kind': 'sj#playlist', 'name': 'The Kinks', 'type': 'SHARED', 'shareToken': 'AMaBXynTPUDiDs6tPfP-3WYEdgTljOi4v9-iL2KznfnvfGdGH-MZJcQzk2YeMA6YSGqSYHE8kE9L_MqU1_yI6dv-Vw1HwYPzQQ==', 'ownerProfilePhotoUrl': 'http://lh4.googleusercontent.com/-uWdjgVnqCoA/AAAAAAAAAAI/AAAAAAAAMRo/8NBFnje7Nro/photo.jpg', 'description': ''}, 'cluster': [{'type': '4', 'category': '1', 'id': 'search_playlist'}]}, {'type': '4', 'playlist': {'kind': 'sj#playlist', 'name': 'The Great Lost Kinks Album', 'type': 'SHARED', 'shareToken': 'AMaBXymE2brUH973Mslx4-uk1BGYlLAev7n92NH6nZO2z56ZL63NPqmMr3h-wNjpOI2Z-WWSF9J6gmLHuYlMT2Ims4SdpATe-A=='}, 'cluster': [{'type': '4', 'category': '1', 'id': 'search_playlist'}]}, {'type': '4', 'playlist': {'kind': 'sj#playlist', 'name': '03.02.2019🏕🏕🏕Bowie,Tee Set,Kinks,Chuby C.,James Cotton,Beatl.,,Fats D.Rolling,James Cotton,Junior Wells,RodPeter Gr.,Tull,Pink77p🏕🏕🏕', 'type': 'SHARED', 'shareToken': 'AMaBXyk3qcnsHNBcqJRJrc9T78NbwlPsOMKlau9f8bjmgjMLitKLkU8WWOmXo34oLN57g1fUraeBKIJlDrRvqVdhpE-vHZCFOg==', 'description': 'RARE 12,,POP,,Blues,MARCH 2 2019'}, 'cluster': [{'type': '4', 'category': '1', 'id': 'search_playlist'}]}, {'type': '4', 'playlist': {'kind': 'sj#playlist', 'name': 'Kinda Kinks', 'type': 'SHARED', 'shareToken': 'AMaBXylM5Ty4lOcqtfzwek13N1YYNnS1aomEyH17RZczSsG5GJux8odtr0ux2Yo2NCQEIy9AvCEl0ETqbaB4pHjoLQ0hw3swTQ=='}, 'cluster': [{'type': '4', 'category': '1', 'id': 'search_playlist'}]}, {'type': '4', 'playlist': {'kind': 'sj#playlist', 'name': 'Kinks and Such', 'type': 'SHARED', 'shareToken': 'AMaBXylaiK8p0FGadMB7NwVGofFkzoaTDY24p7-1KPmZMcDeiMHdsjloGIiwUrRwcDm7BEWVCrhDRBcLnjboVnKi5r9cSt3IjA==', 'description': ''}, 'cluster': [{'type': '4', 'category': '1', 'id': 'search_playlist'}]}, {'type': '4', 'playlist': {'kind': 'sj#playlist', 'name': 'Kinks', 'type': 'SHARED', 'shareToken': 'AMaBXynYBKI_QBixZ5I08rrE6rPJib4gXTph6rVUqxvMJVx-YB3dlqxL_AztqDAhtFPQQS2wg4KYPxE0SgBDt3kvjmZh5uyX1A==', 'description': ''}, 'cluster': [{'type': '4', 'category': '1', 'id': 'search_playlist'}]}, {'type': '4', 'playlist': {'kind': 'sj#playlist', 'name': 'Doors, Kinks', 'type': 'SHARED', 'shareToken': 'AMaBXykKsoSiC6IvdT5U1mMR3a6mDK_oq3z7nWoedfACnVmJsfQf86Fvo3Y6UeVnNJjz0bI6Ac-KuuZ78X1Ikvssz1up2bFmuA==', 'ownerProfilePhotoUrl': 'http://lh3.googleusercontent.com/-_kyNgAiUOV4/AAAAAAAAAAI/AAAAAAAAAcE/O-OZQFMxdQE/photo.jpg', 'description': "60's - 70's Rock"}, 'cluster': [{'type': '4', 'category': '1', 'id': 'search_playlist'}]}, {'type': '4', 'playlist': {'kind': 'sj#playlist', 'name': 'Kinks Timeline #2 (The Concept Albums)', 'type': 'SHARED', 'shareToken': 'AMaBXykHiwCxVhyCUSvlLqC22a77yE4QvN8IzawrK3lrlYw5kRmkqhsQO-RgfvrshDo66zkNAJrxrLtarGNTVZUowMZ-Rqw3Tg==', 'ownerProfilePhotoUrl': 'http://lh5.googleusercontent.com/-627-dkjLgY8/AAAAAAAAAAI/AAAAAAAAAnw/5APIHXDOMrg/photo.jpg', 'description': ''}, 'cluster': [{'type': '4', 'category': '1', 'id': 'search_playlist'}]}, {'type': '4', 'playlist': {'kind': 'sj#playlist', 'name': '60s psychadelic & kinks', 'type': 'SHARED', 'shareToken': 'AMaBXymXrkDmM9eK4M9Bf5H4xlOPgsThcu5Ju5OC96tX2ghyZb3w3EK_1IL5g6EhzkiKdBwQ8zkAEE0ZgtGEseuFhA0fG-h7-g==', 'ownerProfilePhotoUrl': 'http://lh4.googleusercontent.com/-NNf_d-J4c8Y/AAAAAAAAAAI/AAAAAAAFNBQ/XFj2kDcMAhU/photo.jpg', 'description': ''}, 'cluster': [{'type': '4', 'category': '1', 'id': 'search_playlist'}]}, {'type': '4', 'playlist': {'kind': 'sj#playlist', 'name': 'The Kinks - Some Favorites', 'type': 'SHARED', 'shareToken': 'AMaBXyl-st7DYg1I9dyji321n5EWeu8UJGq-w5CGQapoFGPhnTF8lkFvydkEZOJ0LIV5phln0vj7a268lOXbl-DmUC2syLxh7w==', 'ownerProfilePhotoUrl': 'http://lh6.googleusercontent.com/-klelzYXEt2g/AAAAAAAAAAI/AAAAAAAAHAU/_mW45Aoxfws/photo.jpg', 'description': ''}, 'cluster': [{'type': '4', 'category': '1', 'id': 'search_playlist'}]}, {'type': '4', 'playlist': {'kind': 'sj#playlist', 'name': 'The Kinks all day and all night', 'type': 'SHARED', 'shareToken': 'AMaBXylZekO_rbx34q23TBdfMVwPzhAWWigB-2o88JUAoJEX3VI6yJ2LTlq8Pi6bEkn7GjJ1poQ1z1pC-pmkbmWtE00d3w8OJA==', 'ownerProfilePhotoUrl': 'http://lh4.googleusercontent.com/-vTj6vme1dKY/AAAAAAAAAAI/AAAAAAAAHG4/_JAVhqnc_dM/photo.jpg', 'description': ''}, 'cluster': [{'type': '4', 'category': '1', 'id': 'search_playlist'}]}, {'type': '4', 'playlist': {'kind': 'sj#playlist', 'name': "Kinks Songs You Haven't Heard, Maybe...", 'type': 'SHARED', 'shareToken': 'AMaBXymEHr6pB3DVFzblHhIQjOLzzCZ2posCo8ZwFi47rI-MXHpIaBqyDRt-aM7w9US0fxgC7eTPMwtpSlZusjB7yMVRTMBxuQ==', 'ownerProfilePhotoUrl': 'http://lh3.googleusercontent.com/-B_xHTX-2czc/AAAAAAAAAAI/AAAAAAAAl0A/C8Lm3K0fNB4/photo.jpg', 'description': 'Playlist for Dylan'}, 'cluster': [{'type': '4', 'category': '1', 'id': 'search_playlist'}]}, {'type': '4', 'playlist': {'kind': 'sj#playlist', 'name': 'Kinks Radio Playlist', 'type': 'SHARED', 'shareToken': 'AMaBXymKbIZSAnwPaB5zehh-qk35d_sxn-sDsyyqnPwLDoGHm2OEk0on36dpxunDEk7ur_8qn7YWFxm8uhrmaEaxSBGU1vgF5w==', 'ownerProfilePhotoUrl': 'http://lh6.googleusercontent.com/-I4D0qTdnkq4/AAAAAAAAAAI/AAAAAAAAAH8/j_I_6tCpxes/photo.jpg'}, 'cluster': [{'type': '4', 'category': '1', 'id': 'search_playlist'}]}, {'type': '4', 'playlist': {'kind': 'sj#playlist', 'name': 'November 5, 2017 Queue - Chill - Pivot on The Kinks Strangers', 'type': 'SHARED', 'shareToken': 'AMaBXykKvDQONPbBt_r2cQGt4zrIDhCoEUdI1n0Wh0NRCM0jCFusgce4qOFAo10yOiJgH3MGM2Ff4wqdXYNUWYRqsm-GHVFbBQ==', 'ownerProfilePhotoUrl': 'http://lh3.googleusercontent.com/-BnofyH-TX4I/AAAAAAAAAAI/AAAAAAAAAQo/f7y6nZUym2I/photo.jpg'}, 'cluster': [{'type': '4', 'category': '1', 'id': 'search_playlist'}]}, {'type': '4', 'playlist': {'kind': 'sj#playlist', 'name': 'kinks', 'type': 'SHARED', 'shareToken': 'AMaBXykRLNPZqTURX3Pw-6RN3GwO6ibCe34a65gTbJjL-F6kCP1ECtHazoKxCmXJEclB2sPUQiA5dtn8-Od-oX-uL0VNjBv0Nw==', 'ownerProfilePhotoUrl': 'http://lh5.googleusercontent.com/-5WSmpchls60/AAAAAAAAAAI/AAAAAAABntY/tgsXa5LiVZE/photo.jpg', 'description': ''}, 'cluster': [{'type': '4', 'category': '1', 'id': 'search_playlist'}]}, {'type': '4', 'playlist': {'kind': 'sj#playlist', 'name': 'KINKS AV', 'type': 'SHARED', 'shareToken': 'AMaBXyk-ULG8B6NVPLTGPHIO-bHCSZ5iXlWZUCA1ahnfaDxyLwWynFOtFWcVbQCmTosixtDhNY5O3uHKVX_ilJvLVYTpjvXntQ==', 'ownerProfilePhotoUrl': 'http://lh5.googleusercontent.com/-7Kkf4-Ro1Nw/AAAAAAAAAAI/AAAAAAAAByQ/uIxoMsYP6qw/photo.jpg', 'description': ''}, 'cluster': [{'type': '4', 'category': '1', 'id': 'search_playlist'}]}, {'type': '4', 'playlist': {'kind': 'sj#playlist', 'name': 'Kinks', 'type': 'SHARED', 'shareToken': 'AMaBXym_aLbhRoZxLVT0wzKp8D4Zfqs5m3nN3LbVLL9JSiG00YBUBtpJDStNMRjmI-p37xU8PGhLHF2vwUxcJgeGXpRrPj5gqg==', 'description': 'Musi'}, 'cluster': [{'type': '4', 'category': '1', 'id': 'search_playlist'}]}, {'type': '4', 'playlist': {'kind': 'sj#playlist', 'name': 'The Kinks', 'type': 'SHARED', 'shareToken': 'AMaBXyl4ZNujAE4nsMmW8zTmrDYlku6Vnenlx34yHg4-AXiBhH7r9Ae0xsucDTg_Yg2Lq06Np3NcDeDdYWFzRcRINiNXShPFig==', 'description': 'A playlist converted by Soundiiz from another music platform ! https://soundiiz.com'}, 'cluster': [{'type': '4', 'category': '1', 'id': 'search_playlist'}]}, {'type': '4', 'playlist': {'kind': 'sj#playlist', 'name': "A Konundrum Of Kinks: The Kinks 70's & 80's", 'type': 'SHARED', 'shareToken': 'AMaBXym3-p6tNH8tFxc4xuyOI6VMFxqdKNPL-BgPFAu6fkmGSONY-HIHU-wVCezqjl02BhMhUPXuviJmEBFHIVgtThAzJG-XOg==', 'ownerProfilePhotoUrl': 'http://lh6.googleusercontent.com/-lttypEU5Y80/AAAAAAAAAAI/AAAAAAAAbCs/OgfKO9haMhU/photo.jpg', 'description': ''}, 'cluster': [{'type': '4', 'category': '1', 'id': 'search_playlist'}]}, {'type': '4', 'playlist': {'kind': 'sj#playlist', 'name': 'Late Era Kinks', 'type': 'SHARED', 'shareToken': 'AMaBXykWZAxbDu7GY1j-h2JtEVchGttZlSwpWF76ZvoFF9Jr0DvGbhHs2oR5XnyKK6OBTVYs-pZl_VXcb6Zwx-q0JN3LtMduMg==', 'ownerProfilePhotoUrl': 'http://lh6.googleusercontent.com/-laFA55rlZ9k/AAAAAAAAAAI/AAAAAAAABzM/HBXXx-5bKWU/photo.jpg', 'description': ''}, 'cluster': [{'type': '4', 'category': '1', 'id': 'search_playlist'}]}, {'type': '4', 'playlist': {'kind': 'sj#playlist', 'name': 'Waltzing in the Night - Arlo Guthrie / The Band / David Bowie / The Doors / Eric Clapton / Harry Nilsson / Janis Joplin / Jefferson Airplane / The Jimi Hendrix Experience / The Kinks / Lou Reed / Peter Gabriel / Pink Floyd / Santana / Steely Dan / The Who', 'type': 'SHARED', 'shareToken': 'AMaBXykuaYkj7IfgXoqDBuPxS2x5_BzWrJtcnD1YOR7Qzgq-QdzQyk-_9K9kov1mH1eRF3HIiGCDSLSwHrtA7vtH9b5N4wxPxQ==', 'description': 'A unique compilation album of songs by various artists, mostly from the 60s and 70s.\nMust be heard in order.\n\nCurated by Maitreya Sanghvi'}, 'cluster': [{'type': '4', 'category': '1', 'id': 'search_playlist'}]}, {'type': '4', 'playlist': {'kind': 'sj#playlist', 'name': 'Kinks Preservation', 'type': 'SHARED', 'shareToken': 'AMaBXyl9XPs5-IktkvfPUJ0_0F2P-g5mBweRHvpbsEnMtUHYv6ugh5MJ0tpO-ZiUK1JQWcaSmuWPiICkLpzKdW2ua3q5uc172w==', 'ownerProfilePhotoUrl': 'http://lh6.googleusercontent.com/-coB5ie1gJpY/AAAAAAAAAAI/AAAAAAAAAJI/ZtJqUzQbEi8/photo.jpg', 'description': 'A playlist converted by Soundiiz from another music platform ! https://soundiiz.com'}, 'cluster': [{'type': '4', 'category': '1', 'id': 'search_playlist'}]}, {'type': '4', 'playlist': {'kind': 'sj#playlist', 'name': 'Kinks', 'type': 'SHARED', 'shareToken': 'AMaBXylLf98x8XrPGBRM6PDUMMWz_7oJ01oPcAu0r5Y26QwfiUeIdK6YDByIMvN6BcuabwfpeCgw0UYSxjh_XfNYX1xxPT_keQ==', 'ownerProfilePhotoUrl': 'http://lh6.googleusercontent.com/-ue9fpaqBoSY/AAAAAAAAAAI/AAAAAAAAABU/rtLwuDWTHhc/photo.jpg', 'description': ''}, 'cluster': [{'type': '4', 'category': '1', 'id': 'search_playlist'}]}, {'type': '4', 'playlist': {'kind': 'sj#playlist', 'name': 'single artist: kinks', 'type': 'SHARED', 'shareToken': 'AMaBXymlR_GFtc3-n2fle3fZ3BNfScc6MrDaOPxmDfKFFdwTsPxpMl20gPKd8ncdcIzBLyGM7_fq21WRNlD_LFcuGmPUXmClwQ==', 'ownerProfilePhotoUrl': 'http://lh3.googleusercontent.com/-E5ITAfhdQhI/AAAAAAAAAAI/AAAAAAAAAdA/9e-emQcy3II/photo.jpg', 'description': '64-71 uk lps and 3 chronological sets of best nonlp tracks followed by 2 lps worth of nonlp tracks and 2 lps worth of alternate versions'}, 'cluster': [{'type': '4', 'category': '1', 'id': 'search_playlist'}]}, {'type': '4', 'playlist': {'kind': 'sj#playlist', 'name': 'A Journey with The Kinks in 90 Minutes', 'type': 'SHARED', 'shareToken': 'AMaBXylnohBuo2I5fwKCeOoyH2EPSXVCP5DWnGAbI93P0_Eht4cwL32cE8rGIQU10lIo2Q8r7dpLabS1MlSGcIMoEIRRTNFWOg==', 'ownerProfilePhotoUrl': 'http://lh4.googleusercontent.com/-Zjpdy6GPTYI/AAAAAAAAAAI/AAAAAAAAA0E/k6ztOfs1EgQ/photo.jpg', 'description': ''}, 'cluster': [{'type': '4', 'category': '1', 'id': 'search_playlist'}]}, {'type': '4', 'playlist': {'kind': 'sj#playlist', 'name': 'Kinks - selected songs', 'type': 'SHARED', 'shareToken': 'AMaBXylyvO7QkU9mOvMSCuO-TnQ8yWElUHZeOujcUgpLSYDcPJZW8czIywJh6-JfPi018o9gVF34svz5WQBA6CVG1t2whuR-hw==', 'ownerProfilePhotoUrl': 'http://lh5.googleusercontent.com/-T-FUAnJBYEM/AAAAAAAAAAI/AAAAAAAABpQ/Z9F_Yk_W8Mw/photo.jpg'}, 'cluster': [{'type': '4', 'category': '1', 'id': 'search_playlist'}]}, {'type': '4', 'playlist': {'kind': 'sj#playlist', 'name': 'Kinks', 'type': 'SHARED', 'shareToken': 'AMaBXylZpFy_wG0xugR34E2g8Q-UaNO_Dra6J_iFwnal5-AtVExiqkX_QVSxG6zNuUFSRIotRdda06XI-mZI_Gjbe3sSeM1XHA==', 'ownerProfilePhotoUrl': 'http://lh3.googleusercontent.com/-SHoEaNT-exg/AAAAAAAAAAI/AAAAAAACYiY/0OjrSmBVLBc/photo.jpg', 'description': ''}, 'cluster': [{'type': '4', 'category': '1', 'id': 'search_playlist'}]}, {'type': '4', 'playlist': {'kind': 'sj#playlist', 'name': 'The Kinks – The Ultimate Collection', 'type': 'SHARED', 'shareToken': 'AMaBXyl2B_koVgkEBq2EiVtuViFIFqo7vDMp1LHpHqRrRkAmZQKd-U6bcs7VN-InG_B9775qifdCtUr_dbGiq9BEG9kJ8wz3Hg==', 'ownerProfilePhotoUrl': 'http://lh5.googleusercontent.com/-jnBPNBRK0do/AAAAAAAAAAI/AAAAAAAA9wQ/E93lcqrSApE/photo.jpg', 'description': 'A playlist converted by Soundiiz from another music platform ! http://soundiiz.com'}, 'cluster': [{'type': '4', 'category': '1', 'id': 'search_playlist'}]}, {'type': '4', 'playlist': {'kind': 'sj#playlist', 'name': 'The kinks', 'type': 'SHARED', 'shareToken': 'AMaBXykRv5hG5jxrE8xJ7rivAXx5BKyMevROrebX5p_mUzVoj8h5uaXoPHA03Itb0zIzJvGIV1qFDZwlKjWlUD9WcrSJ-lB_Ng==', 'ownerProfilePhotoUrl': 'http://lh6.googleusercontent.com/-zUsNgosK7v8/AAAAAAAAAAI/AAAAAAAAAUE/9usM1TFdF9Y/photo.jpg', 'description': ''}, 'cluster': [{'type': '4', 'category': '1', 'id': 'search_playlist'}]}, {'type': '4', 'playlist': {'kind': 'sj#playlist', 'name': 'Kinks Pantheon', 'type': 'SHARED', 'shareToken': 'AMaBXynOYIg59l9egXf-l2MQCX-Dep654tXAjIzf0qV-lFPFiG5sftg51FdnnWjyEqtNAJAJI5raZp3dvaAnActAazuMZM7N_A==', 'description': ''}, 'cluster': [{'type': '4', 'category': '1', 'id': 'search_playlist'}]}, {'type': '4', 'playlist': {'kind': 'sj#playlist', 'name': 'The Kinks Project', 'type': 'SHARED', 'shareToken': 'AMaBXykOSyG9droSbjs2dq4RMft0y0LBjGHWoy8vWqtCh1ncKqAsKZQzjxN-HKi7RrVc3D-ovRGJk5rNjAR3EzyNtwidpCjtiw==', 'description': ''}, 'cluster': [{'type': '4', 'category': '1', 'id': 'search_playlist'}]}, {'type': '4', 'playlist': {'kind': 'sj#playlist', 'name': 'Kinks', 'type': 'SHARED', 'shareToken': 'AMaBXyk11VgpHZ6ff4JozrtykhJAqa5_kwztbpH6JVr1KrnyIy1xPt4Yo3psa6YaWnyS7sCqzKDafZtjEgBekZgnHwTQ1oeC5g==', 'ownerProfilePhotoUrl': 'http://lh4.googleusercontent.com/-6sEEq7BG0Ko/AAAAAAAAAAI/AAAAAAAAB_A/nn-mQDeONp4/photo.jpg', 'description': ''}, 'cluster': [{'type': '4', 'category': '1', 'id': 'search_playlist'}]}, {'type': '4', 'playlist': {'kind': 'sj#playlist', 'name': 'VU/Ramones/Kinks', 'type': 'SHARED', 'shareToken': 'AMaBXykcGTQt-JpP61p1nU6PfF_rn-n4OQ2P36qXLZBFazZJbjFuAulnWJzqwq-xTEEz2d1Bly0nMzePJiWjGjqjaYuN4j_-yA==', 'ownerProfilePhotoUrl': 'http://lh4.googleusercontent.com/-st_zYv82QXc/AAAAAAAAAAI/AAAAAAAAAkU/en4pVjDkJ4g/photo.jpg'}, 'cluster': [{'type': '4', 'category': '1', 'id': 'search_playlist'}]}, {'type': '4', 'playlist': {'kind': 'sj#playlist', 'name': 'The Kinks', 'type': 'SHARED', 'shareToken': 'AMaBXymCrYA1TR_rcX8IRUamNf6vzo19pAgigzzm12wSWcinssjbRkR3Nx7IKx4pHeH9hJzMmFXtezbul3-Q_foIktknhMxyGg==', 'ownerProfilePhotoUrl': 'http://lh4.googleusercontent.com/-bIBERle1sxE/AAAAAAAAAAI/AAAAAAABkuc/IaIvx9gbOWc/photo.jpg', 'description': 'Lola, All Day and All of the Night, You Really Got Me.'}, 'cluster': [{'type': '4', 'category': '1', 'id': 'search_playlist'}]}, {'type': '4', 'playlist': {'kind': 'sj#playlist', 'name': 'The Kinks', 'type': 'SHARED', 'shareToken': 'AMaBXylxpy4W_hx03Kv_qWhwqRjAdenmuETRYb-CwCg2MkvWh_7b-rp1I9VTnKERDmyzL8YNBh_qaJ6fYeni1SLq4dFmzJpS0g==', 'ownerProfilePhotoUrl': 'http://lh3.googleusercontent.com/-vWSogk0Zgow/AAAAAAAAAAI/AAAAAAACLUc/RwuhzNiR2mw/photo.jpg', 'description': ''}, 'cluster': [{'type': '4', 'category': '1', 'id': 'search_playlist'}]}, {'type': '4', 'playlist': {'kind': 'sj#playlist', 'name': 'The Kinks', 'type': 'SHARED', 'shareToken': 'AMaBXylAun5GTZOnoh58EjyVMyD6EV35gVn698jvm_PcWODILdSOkxu2vGldEd04MLFNCrXwcaf5CmVCkxl31odkI82omx-tmw==', 'ownerProfilePhotoUrl': 'http://lh4.googleusercontent.com/-ccRH4KNPJ7w/AAAAAAAAAAI/AAAAAAAAAP4/fyjxX5Hhwow/photo.jpg', 'description': ''}, 'cluster': [{'type': '4', 'category': '1', 'id': 'search_playlist'}]}, {'type': '4', 'playlist': {'kind': 'sj#playlist', 'name': 'The Kinks', 'type': 'SHARED', 'shareToken': 'AMaBXylNbT82wNMB5g9lsSdr4g_7mLyIs9Hop6m6P_t6BYB7Hap82ht_xmd57yJ1OcE6nIZllqttP5VfMgCC_8rgClYVgxr_IQ==', 'description': ''}, 'cluster': [{'type': '4', 'category': '1', 'id': 'search_playlist'}]}, {'type': '4', 'playlist': {'kind': 'sj#playlist', 'name': 'Fave kinks', 'type': 'SHARED', 'shareToken': 'AMaBXynUguwK3BtehTGhytNFV8DmxF1-tMWff97WymCpU3QX4NlZE-GIcmX6Q-Lc2nFkW0ZfYiCRBQHFfEQbQSojexgBbeFi7Q==', 'description': ''}, 'cluster': [{'type': '4', 'category': '1', 'id': 'search_playlist'}]}, {'type': '4', 'playlist': {'kind': 'sj#playlist', 'name': 'Best of the Kinks', 'type': 'SHARED', 'shareToken': 'AMaBXylYkII2McIBh4SQaXcvMzfqBuT5kb3hJvwuUG79qo5b3CZvMXONSEyoSXjXMYWxmgqaHjyPcRSWXMTb_UCkxT0eltQhVg==', 'description': ''}, 'cluster': [{'type': '4', 'category': '1', 'id': 'search_playlist'}]}, {'type': '4', 'playlist': {'kind': 'sj#playlist', 'name': 'Kinks', 'type': 'SHARED', 'shareToken': 'AMaBXynfu-HSUD2EYDxDz5kBkIZOx9g8f3DOTouJ5S3RP6vIrtKvl8VTQovtLg7eeOZE11beklQim6dYauHLqCfvl9CvsiVAig==', 'description': 'Kinks'}, 'cluster': [{'type': '4', 'category': '1', 'id': 'search_playlist'}]}, {'type': '4', 'playlist': {'kind': 'sj#playlist', 'name': 'The Kink Kronikles – The Kinks', 'type': 'SHARED', 'shareToken': 'AMaBXykgq0kl5lz1xLv4EwBmyPt69aaf97l8n32In3A3AKDuxYxAVH_-Svys_sipMbW6o38ALoy2GKs8UVa89H-XDEredjFA6A==', 'ownerProfilePhotoUrl': 'http://lh4.googleusercontent.com/-vra-Fym-IGg/AAAAAAAAAAI/AAAAAAAADDI/93GO-KFQzWE/photo.jpg'}, 'cluster': [{'type': '4', 'category': '1', 'id': 'search_playlist'}]}, {'type': '4', 'playlist': {'kind': 'sj#playlist', 'name': 'The Kinks', 'type': 'SHARED', 'shareToken': 'AMaBXyl2e80Jq0Qy3K6Yv_vLLI2R7Ty37RgLfIHe9NEVleQbBgrH8W8d31IUPbakWdCW_zk-SyNZmcklvB9kqu_ZzQ7IKdbM6g==', 'ownerProfilePhotoUrl': 'http://lh4.googleusercontent.com/-iQkKniC-0IY/AAAAAAAAAAI/AAAAAAAALuQ/PEYHSOAAWOM/photo.jpg', 'description': 'By Steve Nelson'}, 'cluster': [{'type': '4', 'category': '1', 'id': 'search_playlist'}]}, {'type': '4', 'playlist': {'kind': 'sj#playlist', 'name': 'The Kinks', 'type': 'SHARED', 'shareToken': 'AMaBXylK5MRFQrtABQAcFQw_qcXSCCyDvz1lTtoINNO7wzQ3GyVKpPbWcENNTbLrSlqhtHJbjUyXyf_XDZ6wnIxPUlr75sqAaw==', 'ownerProfilePhotoUrl': 'http://lh4.googleusercontent.com/-7msbGFwxIUc/AAAAAAAAAAI/AAAAAAAAE8M/dKAynRmTILE/photo.jpg', 'description': ''}, 'cluster': [{'type': '4', 'category': '1', 'id': 'search_playlist'}]}, {'type': '4', 'playlist': {'kind': 'sj#playlist', 'name': 'The Kinks - Best', 'type': 'SHARED', 'shareToken': 'AMaBXykYO8wXQFpCrZrMvwUIe6xlnFJu5NGS8vtdfmMRM-BI3PoqSM8kA_nnChJiI-8Ct0O2CQE-uFQ83ysjJHuQiie5HseQzg==', 'ownerProfilePhotoUrl': 'http://lh6.googleusercontent.com/-bWXZ0aH89OI/AAAAAAAAAAI/AAAAAAAAHxE/gcTp0C1Vg2c/photo.jpg'}, 'cluster': [{'type': '4', 'category': '1', 'id': 'search_playlist'}]}, {'type': '4', 'playlist': {'kind': 'sj#playlist', 'name': 'Lou, Bowie, Kinks', 'type': 'SHARED', 'shareToken': 'AMaBXykW1KVJlO-aVfxVmJagSKVIlhNyWnMk09AZ4oASi0ZHRC-rx3qRxqyaNuDZhEcMuQUpV2klN7uiDsEC1JgT87fFgjHcOQ==', 'description': ''}, 'cluster': [{'type': '4', 'category': '1', 'id': 'search_playlist'}]}, {'type': '4', 'playlist': {'kind': 'sj#playlist', 'name': 'Wish I Could be Like The Kinks', 'type': 'SHARED', 'shareToken': 'AMaBXylcDykYqlJDLZwDm14OrduxzWsCtolqs3aGVWQWAdD8vvcXtmJlwxOeEEm_VxbgIE5NUm6AlgMKqVcpe5t7ExXW810Yxg==', 'ownerProfilePhotoUrl': 'http://lh4.googleusercontent.com/-Zjpdy6GPTYI/AAAAAAAAAAI/AAAAAAAAA0E/k6ztOfs1EgQ/photo.jpg', 'description': 'A best of The Kinks playlist'}, 'cluster': [{'type': '4', 'category': '1', 'id': 'search_playlist'}]}, {'type': '4', 'playlist': {'kind': 'sj#playlist', 'name': 'The Kinks – The Kink Kontroversy (Deluxe Edition)', 'type': 'SHARED', 'shareToken': 'AMaBXylD28t9bNX_gi7z538DUc1g6EZbkU48Cl3rmqhce1JbaV-E7oPmm7o_ceH9e-S8vozlO7VBpLY-OxxiM40NxROY1HR7lA==', 'ownerProfilePhotoUrl': 'http://lh3.googleusercontent.com/-kleaeBHabCE/AAAAAAAAAAI/AAAAAAAACWA/RlIK3fwNfOg/photo.jpg', 'description': 'A playlist converted by Soundiiz from another music platform ! http://soundiiz.com'}, 'cluster': [{'type': '4', 'category': '1', 'id': 'search_playlist'}]}, {'type': '4', 'playlist': {'kind': 'sj#playlist', 'name': 'Kinks', 'type': 'SHARED', 'shareToken': 'AMaBXymHxGpwQRqnNYsYXgNa-If29QAlke3rpXXlsdA6fTUdBqiS25lxv2yoEQ1ZOZauLknWTzxejQ6q2imX5UJyBPC_g-jA2w==', 'ownerProfilePhotoUrl': 'http://lh5.googleusercontent.com/-cAfWuDVwlkM/AAAAAAAAAAI/AAAAAAAAW3o/PdRrlA5RjzY/photo.jpg'}, 'cluster': [{'type': '4', 'category': '1', 'id': 'search_playlist'}]}, {'type': '4', 'playlist': {'kind': 'sj#playlist', 'name': 'The Kinks Singles, B-Sides & Promos', 'type': 'SHARED', 'shareToken': 'AMaBXyn_ywAgiejXBGHeh9LUfbsI4brqEstuS0YKupAfmW7an7OWqjHIdtlEncAZhILIGdEYc5cyPpMB1JkxIx527iMLFSAOug==', 'ownerProfilePhotoUrl': 'http://lh3.googleusercontent.com/-03tvgqL1GiU/AAAAAAAAAAI/AAAAAAAABP4/KsRbB_XG_Zg/photo.jpg'}, 'cluster': [{'type': '4', 'category': '1', 'id': 'search_playlist'}]}, {'type': '4', 'playlist': {'kind': 'sj#playlist', 'name': 'Kinks', 'type': 'SHARED', 'shareToken': 'AMaBXyli57hbFCR8nYHK5Ftk249gC6sO5kM21DYqkEnYb1aRlMEhXsu5yALa0e_3b7dxD735HBB3G9H5MYufQLndSMBOv5z60A==', 'ownerProfilePhotoUrl': 'http://lh6.googleusercontent.com/-sYe1yjJIwm4/AAAAAAAAAAI/AAAAAAAAmQw/3fLb0EbCaD0/photo.jpg', 'description': ''}, 'cluster': [{'type': '4', 'category': '1', 'id': 'search_playlist'}]}, {'type': '4', 'playlist': {'kind': 'sj#playlist', 'name': 'Kinks', 'type': 'SHARED', 'shareToken': 'AMaBXykCX8KreV8Deq4i_JS_bn7tZtrXRL8PtCkXtKd3K95_fXbRrTYSwMgqfW8UwcoR3wna_C-nsHiW_UBG8igMFUL7-O89yw==', 'ownerProfilePhotoUrl': 'http://lh5.googleusercontent.com/--g34okuxrDg/AAAAAAAAAAI/AAAAAAAADOs/K2TE8efLUm8/photo.jpg', 'description': ''}, 'cluster': [{'type': '4', 'category': '1', 'id': 'search_playlist'}]}, {'type': '4', 'playlist': {'kind': 'sj#playlist', 'name': 'Kinks etc ', 'type': 'SHARED', 'shareToken': 'AMaBXymENV6vQEaZ51eHEE3YaSIZEAq_KMZszEcqwXVzJQRBIi2gmrR_ou0k2NGnqmnAx9GucQbABfxeLybnyG4wpCz_3iJXZg==', 'description': ''}, 'cluster': [{'type': '4', 'category': '1', 'id': 'search_playlist'}]}, {'type': '4', 'playlist': {'kind': 'sj#playlist', 'name': '"Kinks"', 'type': 'SHARED', 'shareToken': 'AMaBXymRl6W7pOnY9Q7vReXXVimf78tFDvAhc91ydl9ksPhgMnBvFAvkPaalIw_On-ncBj0v9y2WXPN8u-acb689ChqGd3PweQ==', 'ownerProfilePhotoUrl': 'http://lh4.googleusercontent.com/-1G9peSFLaCU/AAAAAAAAAAI/AAAAAAAAAEA/kLG77zOou-8/photo.jpg', 'description': ''}, 'cluster': [{'type': '4', 'category': '1', 'id': 'search_playlist'}]}, {'type': '4', 'playlist': {'kind': 'sj#playlist', 'name': 'Kinks', 'type': 'SHARED', 'shareToken': 'AMaBXynTrcwoXooxHuU2if73KFMc-KOoC8UakaULHC821pk-7BSmqrQBOVi3scUyUlfKRF1J4SNN8Zi7PeAEcflBRzBGJYKz_w==', 'description': ''}, 'cluster': [{'type': '4', 'category': '1', 'id': 'search_playlist'}]}, {'type': '4', 'playlist': {'kind': 'sj#playlist', 'name': 'The Kinks--June 24, 2017', 'type': 'SHARED', 'shareToken': 'AMaBXyke7prQm0siGnLGtqrR33KgK4CTukh0qYYb0VhhPkgXXQBR3wk9BWFlpcgvUCNB2cVvWwG6CtuEjTa82wmabCw5iZgxdA==', 'description': 'Face to Face\nSomething Else by the Kinks\nThe Kinks Are the Village Green Preservation Society\nArthur or the Decline and Fall of the British Empire\nLola Versus Powerman and the Moneyground (Part One)\nMuswell Hillbillies'}, 'cluster': [{'type': '4', 'category': '1', 'id': 'search_playlist'}]}, {'type': '4', 'playlist': {'kind': 'sj#playlist', 'name': 'The Kinks ', 'type': 'SHARED', 'shareToken': 'AMaBXyn6RR7VrDoXeZtCGCQLlZVbTfYHJwmBQ0LAzA6RIeEU7L7CahN3E8JV7LAR2MiOtpF4UaCZFFQL8S30vpiqHMQn-EGGBw==', 'ownerProfilePhotoUrl': 'http://lh6.googleusercontent.com/-aW80ZU9kZmY/AAAAAAAAAAI/AAAAAAAABi4/ukUmGNN63_E/photo.jpg', 'description': ''}, 'cluster': [{'type': '4', 'category': '1', 'id': 'search_playlist'}]}, {'type': '4', 'playlist': {'kind': 'sj#playlist', 'name': 'Best of The Kinks', 'type': 'SHARED', 'shareToken': 'AMaBXynwvp8LJQyKeJHQGr9Thkjzrkm0pJg9KwfoAeYyaROJ65Y43hIQv7qxXKHZRZ43Pq3boDIuZfjyySuAuPAyB-RzoYzbGQ==', 'ownerProfilePhotoUrl': 'http://lh5.googleusercontent.com/-iCEWNjy_b5I/AAAAAAAAAAI/AAAAAAABUOk/P_UVAJQGObI/photo.jpg', 'description': 'NME collection'}, 'cluster': [{'type': '4', 'category': '1', 'id': 'search_playlist'}]}, {'type': '4', 'playlist': {'kind': 'sj#playlist', 'name': 'Kinks, M. Jackson, Eddie Money, 38 Special, L. Kravitz', 'type': 'SHARED', 'shareToken': 'AMaBXylWgfXTYuSI4wCcDlqM7yz_8FEQD6wPXkqPEcyCG2SUnzrukIfrmKDFtcfxOsD6Ue-6SryAjJ5EMKyr93Liv1CUWfGnsw==', 'description': 'The Police'}, 'cluster': [{'type': '4', 'category': '1', 'id': 'search_playlist'}]}, {'type': '4', 'playlist': {'kind': 'sj#playlist', 'name': 'Kinks', 'type': 'SHARED', 'shareToken': 'AMaBXynRUb6O29hVvNxSZZggUAUHubhRhQJIefTIcQiKGFZ3I6VnrInhmNoaAJesJ4mm5AZEBVitHedlRnZomAA7TCTym72XmQ==', 'ownerProfilePhotoUrl': 'http://lh3.googleusercontent.com/-2cEWGIqljfU/AAAAAAAAAAI/AAAAAAAAAD4/hVGgYx2qHpM/photo.jpg'}, 'cluster': [{'type': '4', 'category': '1', 'id': 'search_playlist'}]}, {'type': '4', 'playlist': {'kind': 'sj#playlist', 'name': 'the Kinks-100 Songs', 'type': 'SHARED', 'shareToken': 'AMaBXylIEMNgJl8m9cZmL-YFEEsfHyrtFuUo93MwQ2SwKcAW0Fy69ht7SbPXzycX1udPh276jr8k5kuwIPbMfnfLfK29k5t4KA==', 'ownerProfilePhotoUrl': 'http://lh6.googleusercontent.com/-Ztdrilcz0C4/AAAAAAAAAAI/AAAAAAAACSI/42DMY0ilrjM/photo.jpg', 'description': '100 Songs spanning the Kinks discography'}, 'cluster': [{'type': '4', 'category': '1', 'id': 'search_playlist'}]}, {'type': '4', 'playlist': {'kind': 'sj#playlist', 'name': "ROLLING STONE'S TOP 500 ALBUMS #258. The Kinks, 'The Village Green Preservation Society'", 'type': 'SHARED', 'shareToken': 'AMaBXyn6uuJsGuiR81weYB700QMhL7YvP3U1MpDDHFN6UuHtjq_tNuZkgV3cNWZYRqg89xvjfJhWFHMj6mjoKZ3sGvfJTPwXSw==', 'ownerProfilePhotoUrl': 'http://lh3.googleusercontent.com/-3CyF8I4XZMc/AAAAAAAAAAI/AAAAAAAAAu0/xTU2D4xWGWA/photo.jpg', 'description': "Rolling Stone's top 500 albums 2009"}, 'cluster': [{'type': '4', 'category': '1', 'id': 'search_playlist'}]}, {'type': '4', 'playlist': {'kind': 'sj#playlist', 'name': 'The Kinks', 'type': 'SHARED', 'shareToken': 'AMaBXynTfvvicfjTqfpPOEnAnogUQvyxXiyFsnn8uZdDc4uA2da83DnrRS2EfDTc-aHJj_Jbs-kPZCHlaIuSsqpeqh9D4vNNDw==', 'ownerProfilePhotoUrl': 'http://lh4.googleusercontent.com/--tAhMzhfr_s/AAAAAAAAAAI/AAAAAAAAMhY/MhxvhJU90uU/photo.jpg', 'description': ''}, 'cluster': [{'type': '4', 'category': '1', 'id': 'search_playlist'}]}, {'type': '4', 'playlist': {'kind': 'sj#playlist', 'name': "ROLLING STONE'S TOP 500 ALBUMS #289. The Kinks, 'Something Else by the Kinks'", 'type': 'SHARED', 'shareToken': 'AMaBXykf14o4B-kifPdJHHTv6oJMnkU2-Elu68pdIi93eSyiWwYnjRJdgIp9yudT3wso8LPo7I1uvBqrV9F99MmNCNtfwb9GxA==', 'ownerProfilePhotoUrl': 'http://lh3.googleusercontent.com/-3CyF8I4XZMc/AAAAAAAAAAI/AAAAAAAAAu0/xTU2D4xWGWA/photo.jpg', 'description': "Rolling Stone's top 500 albums 2009"}, 'cluster': [{'type': '4', 'category': '1', 'id': 'search_playlist'}]}, {'type': '4', 'playlist': {'kind': 'sj#playlist', 'name': 'Kinks', 'type': 'SHARED', 'shareToken': 'AMaBXynmdrSrc9WWamxd0IDsQwWuWto1Vx1y8R33z07Hxa2TrQgANh_hhQOgHxpiHdcmkRcKH_saQC73dYxf6Cv7Cd2zAtyExg==', 'ownerProfilePhotoUrl': 'http://lh3.googleusercontent.com/-MXLsy2avSQA/AAAAAAAAAAI/AAAAAAABasU/nwCQvTeemuk/photo.jpg', 'description': ''}, 'cluster': [{'type': '4', 'category': '1', 'id': 'search_playlist'}]}, {'type': '4', 'playlist': {'kind': 'sj#playlist', 'name': 'kinks', 'type': 'SHARED', 'shareToken': 'AMaBXykKN3X9eeltPaxKOCcwCVX2T1QFjJEd4oEklryLK6S0tTecVbN1oajb9pUhN3vCMYV0Z04alOp6KkHDSn8QT23kPD0-dA==', 'description': ''}, 'cluster': [{'type': '4', 'category': '1', 'id': 'search_playlist'}]}, {'type': '4', 'playlist': {'kind': 'sj#playlist', 'name': 'The Kinks - EP Collection Vol. 1', 'type': 'SHARED', 'shareToken': 'AMaBXyn8quKyuWrfsZXmZ_nCF_Ko9MmeTWv5OCdiggwaYze2HY99cJpHwJkNrC5hlQ_8jh2_HZdKOKi3Kjj3xzkB4KrMnR8NYQ==', 'ownerProfilePhotoUrl': 'http://lh3.googleusercontent.com/-uN8DYPxCsnw/AAAAAAAAAAI/AAAAAAAAA1M/JxaLZpE9G7s/photo.jpg', 'description': ''}, 'cluster': [{'type': '4', 'category': '1', 'id': 'search_playlist'}]}, {'type': '4', 'playlist': {'kind': 'sj#playlist', 'name': 'The Kinks', 'type': 'SHARED', 'shareToken': 'AMaBXykKFc_7UrFDbUAYnQCc8lC9NWxibpfZ1otUgpyGGGr3OQSFqSl3U7mySI3nEpxBwMIxs2OWsWmYpQNOcQJektAgQxpgbg==', 'ownerProfilePhotoUrl': 'http://lh3.googleusercontent.com/-Lpkl6FBSq1M/AAAAAAAAAAI/AAAAAAAAAXM/IYc9joqQQGg/photo.jpg', 'description': ''}, 'cluster': [{'type': '4', 'category': '1', 'id': 'search_playlist'}]}, {'type': '4', 'playlist': {'kind': 'sj#playlist', 'name': 'Kinks Cola Playlist', 'type': 'SHARED', 'shareToken': 'AMaBXymFawvt_gyGimOINyoq6y0iwLvflL_5roPJjRoH-JaZxtYw2ZZZj-CljnAbjncxzYdITVDUEqHnz4tr1ECl9pMIiVVFPQ==', 'ownerProfilePhotoUrl': 'http://lh5.googleusercontent.com/-VZlVvT5tjTA/AAAAAAAAAAI/AAAAAAAAEmA/9xznnut0HPs/photo.jpg', 'description': 'Kinks favorites'}, 'cluster': [{'type': '4', 'category': '1', 'id': 'search_playlist'}]}, {'type': '4', 'playlist': {'kind': 'sj#playlist', 'name': 'Kinks', 'type': 'SHARED', 'shareToken': 'AMaBXykcW49KLF7t9UyJRPtup8ZOm5d5Bu04faLAazBT8jknn1KZoksnWGrxkORU5WVbSTTYXwDR4jIuN8_TTt5AblWRTr3liQ==', 'ownerProfilePhotoUrl': 'http://lh3.googleusercontent.com/-doGo90MMasM/AAAAAAAAAAI/AAAAAAAATZw/U_X_dHi4_tE/photo.jpg', 'description': ''}, 'cluster': [{'type': '4', 'category': '1', 'id': 'search_playlist'}]}, {'type': '4', 'playlist': {'kind': 'sj#playlist', 'name': 'The Kinks', 'type': 'SHARED', 'shareToken': 'AMaBXykgT48S9vuzoJ9KC_gxWd2NQ085yIbBr2lpstQJxyBco_lvHY-8bcmBiwAiwWolNDk9lpHNBDnlcrTENsD0LM3lHRKsXA==', 'ownerProfilePhotoUrl': 'http://lh3.googleusercontent.com/-s080Sf4scMU/AAAAAAAAAAI/AAAAAAAADLA/ZlXVL1AEWS4/photo.jpg', 'description': 'Great Concert! 1985'}, 'cluster': [{'type': '4', 'category': '1', 'id': 'search_playlist'}]}, {'type': '4', 'playlist': {'kind': 'sj#playlist', 'name': ' The Kinks /July 24, 2016', 'type': 'SHARED', 'shareToken': 'AMaBXyn1f9h0nNa6bMcRJL2xB6UtZjP3SkFe3VTM0iiy6V7Y78dmYmZnxZ23ZYNqURe3LbhG_Q7oicUBOwm8abZ61_8Rfse1qg==', 'ownerProfilePhotoUrl': 'http://lh6.googleusercontent.com/-UiwR3iRf5ig/AAAAAAAAAAI/AAAAAAAAAL4/QXxfqZx0h90/photo.jpg', 'description': 'The Kinks'}, 'cluster': [{'type': '4', 'category': '1', 'id': 'search_playlist'}]}, {'type': '4', 'playlist': {'kind': 'sj#playlist', 'name': 'The Kinks', 'type': 'SHARED', 'shareToken': 'AMaBXynAs4jA2Q_9jQWacTG0laiPFqGlDwlKOyDw4jyZyvtAQkfRfBVaWABIvwZmq1uxnr8uZ1PgcCX1yVQ3M3AjmYG7rbA_Tw==', 'description': ' vintage Rock'}, 'cluster': [{'type': '4', 'category': '1', 'id': 'search_playlist'}]}]}, {'cluster': {'type': '8', 'category': '1', 'id': 'search_video'}, 'resultToken': 'EAg', 'entries': [{'type': '8', 'youtube_video': {'kind': 'sj#video', 'id': 'LemG0cvc4oU', 'title': 'The Kinks - Lola (Official Audio)', 'thumbnails': [{'url': 'https://i.ytimg.com/vi/LemG0cvc4oU/mqdefault.jpg', 'width': 320, 'height': 180}]}, 'score': 220.02713012695312, 'cluster': [{'type': '8', 'category': '1', 'id': 'search_video'}]}, {'type': '8', 'youtube_video': {'kind': 'sj#video', 'id': 'xRUE0aAI5o8', 'title': 'The Kinks - Come Dancing', 'thumbnails': [{'url': 'https://i.ytimg.com/vi/xRUE0aAI5o8/mqdefault.jpg', 'width': 320, 'height': 180}]}, 'score': 179.1189422607422, 'cluster': [{'type': '8', 'category': '1', 'id': 'search_video'}]}, {'type': '8', 'youtube_video': {'kind': 'sj#video', 'id': 'TYIl6n_SRCI', 'title': 'The Kinks - Sunny Afternoon (Official Audio)', 'thumbnails': [{'url': 'https://i.ytimg.com/vi/TYIl6n_SRCI/mqdefault.jpg', 'width': 320, 'height': 180}]}, 'score': 68.38306427001953, 'cluster': [{'type': '8', 'category': '1', 'id': 'search_video'}]}, {'type': '8', 'youtube_video': {'kind': 'sj#video', 'id': '_WJ6FbcWYRU', 'title': 'The Kinks - Destroyer', 'thumbnails': [{'url': 'https://i.ytimg.com/vi/_WJ6FbcWYRU/mqdefault.jpg', 'width': 320, 'height': 180}]}, 'score': 64.68130493164062, 'cluster': [{'type': '8', 'category': '1', 'id': 'search_video'}]}, {'type': '8', 'youtube_video': {'kind': 'sj#video', 'id': 'fTTsY-oz6Go', 'title': 'The Kinks - You Really Got Me (Official Audio)', 'thumbnails': [{'url': 'https://i.ytimg.com/vi/fTTsY-oz6Go/mqdefault.jpg', 'width': 320, 'height': 180}]}, 'score': 64.58919525146484, 'cluster': [{'type': '8', 'category': '1', 'id': 'search_video'}]}, {'type': '8', 'youtube_video': {'kind': 'sj#video', 'id': '2mIj-jedeRA', 'title': 'The Kinks - Do It Again', 'thumbnails': [{'url': 'https://i.ytimg.com/vi/2mIj-jedeRA/mqdefault.jpg', 'width': 320, 'height': 180}]}, 'score': 64.49722290039062, 'cluster': [{'type': '8', 'category': '1', 'id': 'search_video'}]}, {'type': '8', 'youtube_video': {'kind': 'sj#video', 'id': 'eEep67akIn4', 'title': 'The Kinks - Apeman 1970', 'thumbnails': [{'url': 'https://i.ytimg.com/vi/eEep67akIn4/mqdefault.jpg', 'width': 320, 'height': 180}]}, 'score': 47.14440155029297, 'cluster': [{'type': '8', 'category': '1', 'id': 'search_video'}]}, {'type': '8', 'youtube_video': {'kind': 'sj#video', 'id': 'Uo7uve5NTWg', 'title': "Rock'n'Roll Hall Of Fame - The Kinks", 'thumbnails': [{'url': 'https://i.ytimg.com/vi/Uo7uve5NTWg/mqdefault.jpg', 'width': 320, 'height': 180}]}, 'score': 41.082862854003906, 'cluster': [{'type': '8', 'category': '1', 'id': 'search_video'}]}, {'type': '8', 'youtube_video': {'kind': 'sj#video', 'id': 'pzSWNEBdsVg', 'title': 'The Kinks - Sunny Afternoon (music video)', 'thumbnails': [{'url': 'https://i.ytimg.com/vi/pzSWNEBdsVg/mqdefault.jpg', 'width': 320, 'height': 180}]}, 'score': 39.0823974609375, 'cluster': [{'type': '8', 'category': '1', 'id': 'search_video'}]}, {'type': '8', 'youtube_video': {'kind': 'sj#video', 'id': '-2GmzyeeXnQ', 'title': 'the kinks- you really got me', 'thumbnails': [{'url': 'https://i.ytimg.com/vi/-2GmzyeeXnQ/mqdefault.jpg', 'width': 320, 'height': 180}]}, 'score': 33.78115463256836, 'cluster': [{'type': '8', 'category': '1', 'id': 'search_video'}]}, {'type': '8', 'youtube_video': {'kind': 'sj#video', 'id': 'N_MqfF0WBsU', 'title': 'The Kinks - Waterloo Sunset (Official Audio)', 'thumbnails': [{'url': 'https://i.ytimg.com/vi/N_MqfF0WBsU/mqdefault.jpg', 'width': 320, 'height': 180}]}, 'score': 29.175434112548828, 'cluster': [{'type': '8', 'category': '1', 'id': 'search_video'}]}, {'type': '8', 'youtube_video': {'kind': 'sj#video', 'id': 'CsLhNxzwK1Y', 'title': 'Kinks - Living on a Thin Line', 'thumbnails': [{'url': 'https://i.ytimg.com/vi/CsLhNxzwK1Y/mqdefault.jpg', 'width': 320, 'height': 180}]}, 'score': 25.390979766845703, 'cluster': [{'type': '8', 'category': '1', 'id': 'search_video'}]}, {'type': '8', 'youtube_video': {'kind': 'sj#video', 'id': 'bZkTt2MRbWE', 'title': 'The Kinks - The Unforgettable Hits (FULL ALBUM - GREATEST ENGLISH ROCK BAND)', 'thumbnails': [{'url': 'https://i.ytimg.com/vi/bZkTt2MRbWE/mqdefault.jpg', 'width': 320, 'height': 180}]}, 'score': 24.463598251342773, 'cluster': [{'type': '8', 'category': '1', 'id': 'search_video'}]}, {'type': '8', 'youtube_video': {'kind': 'sj#video', 'id': 'EqvBgTtq_eg', 'title': "The Kinks- I'm A Hog For You, Baby", 'thumbnails': [{'url': 'https://i.ytimg.com/vi/EqvBgTtq_eg/mqdefault.jpg', 'width': 320, 'height': 180}]}, 'score': 17.137393951416016, 'cluster': [{'type': '8', 'category': '1', 'id': 'search_video'}]}, {'type': '8', 'youtube_video': {'kind': 'sj#video', 'id': '4WsmSgBRUe4', 'title': 'The Kinks - A Well Respected Man', 'thumbnails': [{'url': 'https://i.ytimg.com/vi/4WsmSgBRUe4/mqdefault.jpg', 'width': 320, 'height': 180}]}, 'score': 17.132495880126953, 'cluster': [{'type': '8', 'category': '1', 'id': 'search_video'}]}, {'type': '8', 'youtube_video': {'kind': 'sj#video', 'id': 'z2GHlcwlT1Y', 'title': 'The Kinks - Victoria', 'thumbnails': [{'url': 'https://i.ytimg.com/vi/z2GHlcwlT1Y/mqdefault.jpg', 'width': 320, 'height': 180}]}, 'score': 16.4566650390625, 'cluster': [{'type': '8', 'category': '1', 'id': 'search_video'}]}, {'type': '8', 'youtube_video': {'kind': 'sj#video', 'id': 'pRwleQ4pnrM', 'title': 'the kinks - tired of waiting - stereo edit', 'thumbnails': [{'url': 'https://i.ytimg.com/vi/pRwleQ4pnrM/mqdefault.jpg', 'width': 320, 'height': 180}]}, 'score': 16.170188903808594, 'cluster': [{'type': '8', 'category': '1', 'id': 'search_video'}]}, {'type': '8', 'youtube_video': {'kind': 'sj#video', 'id': 'xmou3bb5LjE', 'title': "Catch Me Now I'm Falling ♪ The Kinks", 'thumbnails': [{'url': 'https://i.ytimg.com/vi/xmou3bb5LjE/mqdefault.jpg', 'width': 320, 'height': 180}]}, 'score': 15.991278648376465, 'cluster': [{'type': '8', 'category': '1', 'id': 'search_video'}]}, {'type': '8', 'youtube_video': {'kind': 'sj#video', 'id': 'BFkYoT5Gezo', 'title': "Kinks - I'm Not Like Everybody Else", 'thumbnails': [{'url': 'https://i.ytimg.com/vi/BFkYoT5Gezo/mqdefault.jpg', 'width': 320, 'height': 180}]}, 'score': 15.499920845031738, 'cluster': [{'type': '8', 'category': '1', 'id': 'search_video'}]}, {'type': '8', 'youtube_video': {'kind': 'sj#video', 'id': 'F4DV-5d6a5g', 'title': 'the kinks all day and all of the night', 'thumbnails': [{'url': 'https://i.ytimg.com/vi/F4DV-5d6a5g/mqdefault.jpg', 'width': 320, 'height': 180}]}, 'score': 15.39040756225586, 'cluster': [{'type': '8', 'category': '1', 'id': 'search_video'}]}]}, {'cluster': {'type': '9', 'category': '1', 'id': 'search_podcast_series'}, 'resultToken': 'EAk', 'entries': [{'type': '9', 'series': {'seriesId': 'Inj6ke4xsgbu4cwaodpbehkbri4', 'title': 'Kinks with KeKe', 'author': 'KeKe', 'description': 'Podcast by KeKe', 'art': [{'kind': 'sj#imageRef', 'url': 'https://lh3.googleusercontent.com/tdKDplnRVsT8ml_-_0dE2BPn_NO8E7tjk3m2a6nlHDBXS7_Mw-wZN_3T-sQsZg', 'aspectRatio': '1', 'autogen': False}], 'copyright': 'All rights reserved', 'explicitType': '1', 'link': 'http://soundcloud.com/kinks-with-keke', 'continuationToken': '', 'totalNumEpisodes': 0}, 'cluster': [{'type': '9', 'category': '1', 'id': 'search_podcast_series'}]}, {'type': '9', 'series': {'seriesId': 'It2ek7qmryweurliiw5auxa22za', 'title': "Gunsmith Kinks - Presented by Brownell's", 'author': 'Firearms Radio Network', 'description': 'Join Paul and Keith as they discuss gunsmithing, interview guests, talk about new products and answer listener questions!', 'art': [{'kind': 'sj#imageRef', 'url': 'https://lh3.googleusercontent.com/XbrSXcZ1SOUupIsdX9-SkR5guMBjtM0aO16y-81r1uITbU2H7iMhSsChz-M', 'aspectRatio': '1', 'autogen': False}], 'copyright': 'Firearms Radio Network LLC', 'explicitType': '2', 'link': 'http://www.firearmsradio.net/category/gunsmith-kinks/', 'continuationToken': '', 'totalNumEpisodes': 0}, 'cluster': [{'type': '9', 'category': '1', 'id': 'search_podcast_series'}]}, {'type': '9', 'series': {'seriesId': 'Ie4g7ytbv7rac6clrnhdueqpavi', 'title': 'Kinks and Beats', 'author': 'Hero Habit Podcast Network', 'description': 'Discussion regarding two of the greatest bands of all time: The Kinks and The Beatles. Each episode covers topics related to the bands and will be moderated by musicians who grew up after the British Invasion was long over.', 'art': [{'kind': 'sj#imageRef', 'url': 'https://lh3.googleusercontent.com/iRcWYrjqa0_Ukx3PmRN2wgKcOnDmVSCBMxSegLwV3zRBX1TXm-4ucrEZZrpwTA', 'aspectRatio': '1', 'autogen': False}], 'copyright': 'Hero Habit LLC', 'explicitType': '2', 'link': 'http://herohabit.com/', 'continuationToken': '', 'totalNumEpisodes': 0}, 'cluster': [{'type': '9', 'category': '1', 'id': 'search_podcast_series'}]}, {'type': '9', 'series': {'seriesId': 'Ipspgwbojy22jfbejvro335u75i', 'title': 'The Beginning A.K.A Working Out The Kinks!!', 'author': 'Hybrid Intuition', 'description': "This is my for crack at a podcast. Let's see how it goes.", 'art': [{'kind': 'sj#imageRef', 'url': 'https://lh3.googleusercontent.com/-YNm690-ABkFc9oOyoT4hHQfisa0de8yXhWX_QLtOM-2vi-t4qpZS3rw5nHx', 'aspectRatio': '1', 'autogen': False}], 'copyright': 'Hybrid Intuition', 'explicitType': '2', 'link': 'https://anchor.fm/hybridintuition', 'continuationToken': '', 'totalNumEpisodes': 0}, 'cluster': [{'type': '9', 'category': '1', 'id': 'search_podcast_series'}]}, {'type': '9', 'series': {'seriesId': 'Iuxjh4jjgkpnfsbobroi5gpmchu', 'title': 'Talk Dirty with Chloe Luv', 'author': 'Chloe Luv', 'description': 'Interviews and Stories from people on sex, kinks, fetishes, and the sex industry.', 'art': [{'kind': 'sj#imageRef', 'url': 'https://lh3.googleusercontent.com/_wXQisQf8an0sZI-lO2lzMEgzNKUsbz4pefrRPgSYtDPH-xg2rKtUwiBobA', 'aspectRatio': '1', 'autogen': False}], 'copyright': 'Chloe Luv', 'explicitType': '1', 'link': 'http://chloeluv.com/', 'continuationToken': '', 'totalNumEpisodes': 0}, 'cluster': [{'type': '9', 'category': '1', 'id': 'search_podcast_series'}]}, {'type': '9', 'series': {'seriesId': 'Ixj57uu2iy6zb62xond6w3bbrmi', 'title': 'Red Eyes Podcast', 'author': 'Red Eyes Podcast', 'description': 'A test of sorts. We are working out the kinks of the cast. Hope u enjoy', 'art': [{'kind': 'sj#imageRef', 'url': 'https://lh3.googleusercontent.com/tQdfeiSB5_xfqxGz8IrFoXlOCyz1ZtA5PlZXYNgB6bt4QIltNtFmaKJ1Iz_J', 'aspectRatio': '1', 'autogen': False}], 'copyright': 'Red Eyes Podcast', 'explicitType': '2', 'link': 'https://anchor.fm/redeyespodcast', 'continuationToken': '', 'totalNumEpisodes': 0}, 'cluster': [{'type': '9', 'category': '1', 'id': 'search_podcast_series'}]}, {'type': '9', 'series': {'seriesId': 'I36kaxmc4rnmymjt5jnopssbpw4', 'title': 'Every Kink in the Book', 'author': 'Rebecca and Sarah', 'description': 'An open-minded, raunchy, and hilarious exploration of unusual kinks and fetishes through erotic literature.', 'art': [{'kind': 'sj#imageRef', 'url': 'https://lh3.googleusercontent.com/wefBhF6GAgK0OGTvtYy1HdXnEmxBi4yy2F0fHiq2yAzOT3UdgxUgnOHhTAot', 'aspectRatio': '1', 'autogen': False}], 'explicitType': '1', 'link': 'https://everykink.simplecast.fm/', 'continuationToken': '', 'totalNumEpisodes': 0}, 'cluster': [{'type': '9', 'category': '1', 'id': 'search_podcast_series'}]}, {'type': '9', 'series': {'seriesId': 'Iuavi7p4udug3co6joy7ur2oxfm', 'title': 'Nighttime Discussions with Rai and Rich', 'author': 'Christopher Media', 'description': 'Discussing the hard topics of sex, kinks, and relationships. Twitter and Facebook @NDRaiandRich. Intro by DJDragonBoy mixcloud.com/djdragonboy.', 'art': [{'kind': 'sj#imageRef', 'url': 'https://lh3.googleusercontent.com/P63YDusqrVZYl_LDDzkfaLoef9EVMGRUzv1U3_6z1n_MxYiLD2Mxxcei9wMK', 'aspectRatio': '1', 'autogen': False}], 'copyright': '2018 Christopher Media', 'explicitType': '1', 'link': 'http://christophermedia.net/category/nighttime-discussions-with-rai-and-rich/', 'continuationToken': '', 'totalNumEpisodes': 0}, 'cluster': [{'type': '9', 'category': '1', 'id': 'search_podcast_series'}]}, {'type': '9', 'series': {'seriesId': 'Iiw3b5katn2f45dm6rwveayqiiq', 'title': 'Welcome To Hell', 'author': 'Verity, Del, & Tony', 'description': 'Welcome To Hell is a fanfiction bookclub. This is a podcast by fans about fanworks and the weird, wonderful, immersive hell of tropes, kinks, and that one amazing 100K WIP you read that hasn’t updated since 2007. Hosted bi-weekly by @dadvans (del), @ladyofthelog (verity), and @tonyweiling (tony).', 'art': [{'kind': 'sj#imageRef', 'url': 'https://lh3.googleusercontent.com/09TiH7l2hgnzk2r00BriuMbLbPwPyZwsKxJfR8nTW9C8hB_U2M1dvouQejoo', 'aspectRatio': '1', 'autogen': False}], 'copyright': 'Copyright 2017', 'explicitType': '1', 'link': 'https://twitter.com/fandomhellcast', 'continuationToken': '', 'totalNumEpisodes': 0}, 'cluster': [{'type': '9', 'category': '1', 'id': 'search_podcast_series'}]}, {'type': '9', 'series': {'seriesId': 'Iciwyg3il3aqhfoxrfaie6eu6lu', 'title': 'The Play Party', 'author': 'The Play Party Podcast', 'description': 'The Play Party Podcast! BDSM, Polyamory, & Kinks of all varieties!\nWith meaningful conversation, mental health awareness, & relationship communication!', 'art': [{'kind': 'sj#imageRef', 'url': 'https://lh3.googleusercontent.com/yYP7tFhO3zYLp1LVMaOBjwOciZY-NMGMD1wyiW182I_CMHkVyN-GNI6-D80', 'aspectRatio': '1', 'autogen': False}], 'explicitType': '1', 'link': 'http://theplaypartypodcast.us/', 'continuationToken': '', 'totalNumEpisodes': 0}, 'cluster': [{'type': '9', 'category': '1', 'id': 'search_podcast_series'}]}, {'type': '9', 'series': {'seriesId': 'Itswtvcnko7gsuh37nnctljgxlm', 'title': 'Adult Konversations', 'author': 'BLIS.FM', 'description': 'The Adult Koversations show is live every Tuesday at 9 PM. We battle it out as we discuss Men & Women Relationship questions, goals, and kinks. We dive into areas considered too taboo to discuss but everyone wants to talk about.', 'art': [{'kind': 'sj#imageRef', 'url': 'https://lh3.googleusercontent.com/8nUivryz67-MdXECCCHF4a6zRQkHKID74X8e2ng3WQW2drnEihz6fOOytOLV6w', 'aspectRatio': '1', 'autogen': False}], 'copyright': ' & © 2019 Adult Konversations', 'explicitType': '1', 'link': 'http://www.blis.fm/Konversations', 'continuationToken': '', 'totalNumEpisodes': 0}, 'cluster': [{'type': '9', 'category': '1', 'id': 'search_podcast_series'}]}, {'type': '9', 'series': {'seriesId': 'I7beeqgi2nhflfgg4rgh3bydkge', 'title': 'Weird Ass Wednesday', 'author': 'Weird Ass Wednesday', 'description': 'If it’s weird, you can bet your ass we’re on it. Giant monsters, ghosts, curses, witches, kinks, don’t matter we got you.', 'art': [{'kind': 'sj#imageRef', 'url': 'https://lh3.googleusercontent.com/o5fR0MgKn6H79gPLThAbcbRpOkhDEs5SneB9_K6HW1zUs_d4KIBZwYh5Hp5N', 'aspectRatio': '1', 'autogen': False}], 'copyright': 'Weird Ass Wednesday', 'explicitType': '1', 'link': 'https://www.spreaker.com/show/weird-wednesday', 'continuationToken': '', 'totalNumEpisodes': 0}, 'cluster': [{'type': '9', 'category': '1', 'id': 'search_podcast_series'}]}, {'type': '9', 'series': {'seriesId': 'Ihdtu222ukje3j5wu2vvmrhvese', 'title': 'Guys We F****d', 'author': 'Corinne Fisher and Krystyna Hutchinson', 'description': 'Hailed as changing the way society thinks about female sexuality, Guys We Fucked continues to pave the way toward a healthier outlook on sex. Hosted by stand-up comedians Corinne Fisher and Krystyna Hutchinson, this critically acclaimed podcast will be your new best friend. Tune in every Friday to hear discussions on the most taboo kinks, interviews with revolutionaries in sexual health, cultural icons, and, occasionally, guys they’ve fucked. \n\nThis podcast is moving to Luminary! For more, go to LuminaryPodcasts.com', 'art': [{'kind': 'sj#imageRef', 'url': 'https://lh3.googleusercontent.com/_IVQ7gBSWXKLpRFGq8z094hs9OMErbhkYno7ICV0-pWxJQA5ZdeYxLe8ZgXXMA', 'aspectRatio': '1', 'autogen': False}], 'copyright': 'All rights reserved', 'explicitType': '1', 'link': 'http://www.sorryaboutlastnightcomedy.com/', 'continuationToken': '', 'totalNumEpisodes': 0}, 'cluster': [{'type': '9', 'category': '1', 'id': 'search_podcast_series'}]}, {'type': '9', 'series': {'seriesId': 'I64kmtc4gvsplucxbgbcpw3xnem', 'title': 'why am i like this', 'author': 'why am i like this', 'description': 'Join Margie, Kirstin, and Jon -- three millennials trying to navigate adulthood, mental health, relationships, kinks, and everything in between. New episodes every Thursday. Minisodes whenever we feel like it.', 'art': [{'kind': 'sj#imageRef', 'url': 'https://lh3.googleusercontent.com/fy1RfRk70tfoVpT01l0nfiBrrflcBmSBHDAKx_EAUosRfgE8qGgaWY3Hpg', 'aspectRatio': '1', 'autogen': False}], 'explicitType': '1', 'link': 'https://whyamilikethispod.com/', 'continuationToken': '', 'totalNumEpisodes': 0}, 'cluster': [{'type': '9', 'category': '1', 'id': 'search_podcast_series'}]}, {'type': '9', 'series': {'seriesId': 'Io5fnqzanqmprkiuznyk3wn32jm', 'title': 'Perverted Podcast', 'author': 'Perverted Podcast', 'description': 'A humorous show about Kink/BDSM/Sexual diversity and anything that makes people feel sexually alive in this erotic playland called life. \n We hope to entertain and educate our listeners about the positive aspects of the " kinky lifestyle", \n as well as poking fun at the not so glamorous shortcummings \n of those involved...... ummm...including ourselves.\n\n This is an " interactive listener " kinda show that relies on the email questions and comments of our fine Perverted Podcast listeners, fans and even haters.\n\n NSFW!!!\nWe are NOT a show for kids, we talk about sex and kinks out there, as well as act out some of these kinks live during the show.\n \n\n Listener/Viewer discretion is advised!\n\n Every week you can hear Count Boogie, Kathy, Abyss and all the other Perverted Podcast characters unleash their wisdom/clever bullpoop, comedy and lust on the world in hopes of showing people that it\'s not only OK to be your own sexual self...but it\'s amazingly freakin\' fun!', 'art': [{'kind': 'sj#imageRef', 'url': 'https://lh3.googleusercontent.com/lWTEP4BS1SH5Q1avH1A4t4gKWl4aHTXqHeg8vF8BybC4_YkhmZfKu7JggOkXkA', 'aspectRatio': '1', 'autogen': False}], 'copyright': 'All rights reserved', 'explicitType': '1', 'link': 'http://soundcloud.com/perverted-podcast', 'continuationToken': '', 'totalNumEpisodes': 0}, 'cluster': [{'type': '9', 'category': '1', 'id': 'search_podcast_series'}]}, {'type': '9', 'series': {'seriesId': 'Iwbtwuq34v2lc4gpxtf2lbenoaq', 'title': 'WHOREible decisions', 'author': 'WHOREible Decisions Podcast', 'description': '"WHOREible decisions has quietly become one of the hottest.... raciest, rawest podcasts on the internet" -VICE.com\n\n"What it’s like to suck a d**k from the back. How it feels to have two c**ks in your p***y. The pros and cons of “paying for penis.” These are some of the more tepid topics that were touched on the first time I tuned into the Whoreible Decisions podcast." Wilbert Cooper - VICE\n\nTune in for a new episode every Monday, hosts Mandii B & WeezyWTF sit down and discuss with an array of guests such as: Couples, Doctors, Pornstars, Doms, Subs, Activists, Celebs, and more about their sex lives and craziest kinks!!!\n\nBrought to you by the Loudspeakers Network', 'art': [{'kind': 'sj#imageRef', 'url': 'https://lh3.googleusercontent.com/xj2jJ62-chnDgIQVvTyJj-IquZkz2WuBoXnyZ3BAy7H80YQqKouP6ZMZ6OzO', 'aspectRatio': '1', 'autogen': False}], 'copyright': 'All rights reserved', 'explicitType': '1', 'link': 'http://soundcloud.com/whoreibledecisions', 'continuationToken': '', 'totalNumEpisodes': 0}, 'cluster': [{'type': '9', 'category': '1', 'id': 'search_podcast_series'}]}, {'type': '9', 'series': {'seriesId': 'Iouobp5yvz6aeuy2w3qpp56lzei', 'title': 'Kinky Peas Podcast', 'author': 'Angel, Little V, Pearl & Owen', 'description': "Your kink is not my kink, and that's cool. We want to hear about your kinks, and we want to tell you about ours, and maybe share a little wisdom and common sense along the way. So join us, The Kinky Peas (and Owen).", 'art': [{'kind': 'sj#imageRef', 'url': 'https://lh3.googleusercontent.com/qYrhP2J5bNuxlHWUNEIn8QeKb0tkEiEQuM0gU3otIkATQ7LhWKr_2-qkztY', 'aspectRatio': '1', 'autogen': False}], 'copyright': '© 2018 The Kinky Peas & Owen', 'explicitType': '1', 'link': 'http://www.kinkypeas.com/', 'continuationToken': '', 'totalNumEpisodes': 0}, 'cluster': [{'type': '9', 'category': '1', 'id': 'search_podcast_series'}]}, {'type': '9', 'series': {'seriesId': 'Ifzaci5qwrvkq3cecdgnel6nbkq', 'title': 'Kinky AF Podcast', 'author': 'The Reverend', 'description': 'A show where we talk about Kinks, Fetishes and the lifestyle that goes along with it. Hosted by The Reverend! \n\nCheck out our Sponsors!\nwww.FetishForLife.com\nwww.DeliriumToys.com\nwww.Patreon.com/KinkyAFPodcast\nwww.GentlemenInCharge.com\n\n \n\nBecome a supporter of this podcast:\n\nhttps://anchor.fm/kinkyafpodcast/support', 'art': [{'kind': 'sj#imageRef', 'url': 'https://lh3.googleusercontent.com/7dE2L6QDhUzqUhxvQBpu9dFLUuX9IlXY4JKrQL_zLuGh8v4JKKU8RSmKzhk', 'aspectRatio': '1', 'autogen': False}], 'copyright': 'The Reverend', 'explicitType': '1', 'link': 'https://anchor.fm/kinkyafpodcast', 'continuationToken': '', 'totalNumEpisodes': 0}, 'cluster': [{'type': '9', 'category': '1', 'id': 'search_podcast_series'}]}, {'type': '9', 'series': {'seriesId': 'Ic6k4eixccypda3rrayieiw475i', 'title': 'PeachBooth Presents: SugarCast', 'author': 'PeachBooth.com', 'description': 'SugarCast is a weekly podcast where you can hear the juiciest phone call conversations between our Peaches and total strangers. Anything goes in these conversations where people talk all about their kinks and desires. Tune in every week to hear the best recordings from our audio archive from PeachBooth.', 'art': [{'kind': 'sj#imageRef', 'url': 'https://lh3.googleusercontent.com/Kxmr7NaDGGlgWXrCvYta8EHDJLG1vibu988SvhEkJPm8Yu-7K2fZZ_XNlR8', 'aspectRatio': '1', 'autogen': False}], 'copyright': '2018 PeachBooth', 'explicitType': '1', 'link': 'https://peachbooth.com/', 'continuationToken': '', 'totalNumEpisodes': 0}, 'cluster': [{'type': '9', 'category': '1', 'id': 'search_podcast_series'}]}, {'type': '9', 'series': {'seriesId': 'Ip4rpgipaal6dq4pwprvcf4jwiy', 'title': 'The Curious Girl Diaries', 'author': 'thecuriousgirldiaries.com', 'description': "Hi I'm Layla London. I'm a woman in her early 40's who just recently decided to explore her sexuality. After a 3.5 year, self imposed, dry spell I woke up one day and said &quot;What the heck am I doing to myself?&quot;. Why have I just shut off that side of my sexuality? I need physical contact badly. I decided to stop &quot;waisting the pretty&quot; and get out there! Having set out on my &quot;sexual road trip&quot; I'm scratching things off my sex bucket list. I'm getting laid, exploring &quot;kinks&quot; (a word I really didn't know anything about before this), having fun, sifting through the emotions it stirs up in me, blogging and podcasting about it anonymously. Submit your questions and feedback to Layla by emailing curiousgirl@thecuriousgirldiaries.com. For more sexy fun, including blog posts, and unpublished exclusive content visit thecuriousgirldiaries.com.", 'art': [{'kind': 'sj#imageRef', 'url': 'https://lh3.googleusercontent.com/otveBZhWeUyXVQgh2WZPyzNwjRgK1KbhtMHBBL2AbQoTE07hsTMD2xmHOm4', 'aspectRatio': '1', 'autogen': False}], 'explicitType': '1', 'link': 'https://www.thecuriousgirldiaries.com/', 'continuationToken': '', 'totalNumEpisodes': 0}, 'cluster': [{'type': '9', 'category': '1', 'id': 'search_podcast_series'}]}, {'type': '9', 'series': {'seriesId': 'Iftzpdv2vurxyl3abc4aarpfas4', 'title': 'Studio Bijlo (40UP Radio)', 'author': 'Vincent Bijlo', 'description': 'In Studio Bijlo laat Vincent je horen waar hij de afgelopen week naar geluisterd heeft. Van The Marmozets tot The Pretenders, van Supertramp en Supergrass tot Superchunk, van Hookworms tot Kinks, van Beechwood tot Fleetwood Mac, je hoort alles dat hij jou graag wil laten horen. Open je oren en luister naar heden en verleden in Studio Bijlo.', 'art': [{'kind': 'sj#imageRef', 'url': 'https://lh3.googleusercontent.com/r2_7tUyZFbUewu1D6QeyX436OVhPL9ap8gr8nPVEU4Ki3Xg_iQDF9vQus4nn9g', 'aspectRatio': '1', 'autogen': False}], 'explicitType': '2', 'link': 'https://40upradio.nl/vincentbijlo/', 'continuationToken': '', 'totalNumEpisodes': 0}, 'cluster': [{'type': '9', 'category': '1', 'id': 'search_podcast_series'}]}]}]}
Arguments: ()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment