[grilo-plugins/wip/jfelder/acoustid-retrieve-more-keys: 2/2] acoustid: Retrieve additional keys



commit 6bbba579c2e174c42b57371a75d1ad114d078b93
Author: Jean Felder <jfelder src gnome org>
Date:   Sun Sep 2 18:35:12 2018 +0200

    acoustid: Retrieve additional keys
    
    Add support for album_disc_number, publication_date and track_number
    tags.
    Update acoustid test accordingly.

 src/lua-factory/sources/grl-acoustid.lua           | 20 ++++++++++--
 .../data/acoustid_ludovico_einaudi_primavera.txt   |  2 +-
 .../data/acoustid_norah_jones_chasing_pirates.txt  |  2 +-
 .../data/acoustid_philip_glass_the_passion_of.txt  |  2 +-
 .../data/acoustid_radiohead_paranoid_android.txt   |  2 +-
 .../data/acoustid_trombone_shorty_buckjump.txt     |  2 +-
 tests/lua-factory/sources/data/config.ini          | 10 +++---
 tests/lua-factory/sources/test_lua_acoustid.c      | 38 ++++++++++++++++++----
 8 files changed, 59 insertions(+), 19 deletions(-)
---
diff --git a/src/lua-factory/sources/grl-acoustid.lua b/src/lua-factory/sources/grl-acoustid.lua
index 3d73386..0fc7658 100644
--- a/src/lua-factory/sources/grl-acoustid.lua
+++ b/src/lua-factory/sources/grl-acoustid.lua
@@ -28,7 +28,7 @@ source = {
   id = "grl-acoustid",
   name = "Acoustid",
   description = "a source that provides audio identification",
-  supported_keys = { "title", "album", "artist", "mb-recording-id", "mb-album-id", "mb-artist-id", 
"mb-release-group-id", "mb-release-id" },
+  supported_keys = { "title", "album", "artist", "mb-recording-id", "mb-album-id", "mb-artist-id", 
"mb-release-group-id", "mb-release-id", "album-disc-number", "publication-date", "track-number" },
   supported_media = { 'audio' },
   config_keys = {
     required = { "api-key" },
@@ -50,7 +50,7 @@ netopts = {
 acoustid = {}
 
 -- https://acoustid.org/webservice#lookup
-ACOUSTID_LOOKUP = 
"https://api.acoustid.org/v2/lookup?client=%s&meta=recordings+releasegroups+releases&duration=%d&fingerprint=%s";
+ACOUSTID_LOOKUP = 
"https://api.acoustid.org/v2/lookup?client=%s&meta=recordings+releasegroups+releases+tracks+compress&duration=%d&fingerprint=%s";
 
 ---------------------------------
 -- Handlers of Grilo functions --
@@ -135,6 +135,22 @@ function build_media(results)
   if album and album.releases and #album.releases > 0 then
     release = album.releases[1]
     media.mb_release_id = keys.mb_album_id and release.id or nil
+
+    if release.date then
+      local date = release.date
+      local month = date.month or 1
+      local day = date.day or 1
+      date = string.format('%04d-%02d-%02d', date.year, month, day)
+      media.publication_date = keys.publication_date and date or nil
+    end
+
+    if release.mediums and #release.mediums > 0 then
+       medium = release.mediums[1]
+      media.album_disc_number = keys.album_disc_number and medium.position or nil
+      if medium.tracks and #medium.tracks > 0 then
+       media.track_number = keys.track_number and medium.tracks[1].position or nil
+      end
+    end
   end
 
   return media
diff --git a/tests/lua-factory/sources/data/acoustid_ludovico_einaudi_primavera.txt 
b/tests/lua-factory/sources/data/acoustid_ludovico_einaudi_primavera.txt
index 7fb5d85..ab7552b 100644
--- a/tests/lua-factory/sources/data/acoustid_ludovico_einaudi_primavera.txt
+++ b/tests/lua-factory/sources/data/acoustid_ludovico_einaudi_primavera.txt
@@ -1 +1 @@
-{"status": "ok", "results": [{"recordings": [{"artists": [{"id": "e7d8aea3-9c1d-4fe0-b93a-481d545296fc", 
"name": "Craig Ogden"}], "duration": 414, "releasegroups": [{"releases": [{"track_count": 30, 
"releaseevents": [{"date": {"year": 2009}, "country": "GB"}], "country": "GB", "title": "Classic FM Summer 
Guitar", "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "date": 
{"year": 2009}, "medium_count": 2, "id": "5fd10cc8-30e0-48aa-9ba1-19d05b871a75"}], "title": "Classic FM 
Summer Guitar", "secondarytypes": ["Compilation"], "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", 
"name": "Various Artists"}], "type": "Album", "id": "2cde60bc-829c-49af-a62c-e20283167c30"}], "title": 
"Primavera", "id": "5d72b7d4-d0c4-4d0d-ab7f-3a737075e1c9"}, {"artists": [{"id": 
"fa34b363-79df-434f-a5b8-be4e6898543f", "name": "Ludovico Einaudi"}], "duration": 443, "releasegroups": 
[{"artists": [{"id": "fa34b363-79df-434f-a5b8-be4e6898543f", "name": "Ludovic
 o Einaud
 i"}], "type": "Album", "id": "39f2c673-1387-4272-9db9-5f19d48e47cb", "releases": [{"track_count": 13, 
"releaseevents": [{"date": {"month": 2, "day": 19, "year": 2007}, "country": "IT"}], "country": "IT", 
"title": "Divenire", "artists": [{"id": "fa34b363-79df-434f-a5b8-be4e6898543f", "name": "Ludovico Einaudi"}], 
"date": {"month": 2, "day": 19, "year": 2007}, "medium_count": 1, "id": 
"931d4cfa-53c6-41cd-8ab0-a2917a7c1f3e"}], "title": "Divenire"}], "title": "Primavera", "id": 
"70088e7c-1c01-48cb-9103-ba8b500c68a4"}, {"artists": [{"id": "fa34b363-79df-434f-a5b8-be4e6898543f", "name": 
"Ludovico Einaudi"}], "duration": 444, "releasegroups": [{"releases": [{"track_count": 15, "releaseevents": 
[{"date": {"year": 2012}, "country": "FR"}], "country": "FR", "title": "Einaudi essentiel", "artists": 
[{"id": "fa34b363-79df-434f-a5b8-be4e6898543f", "name": "Ludovico Einaudi"}], "date": {"year": 2012}, 
"medium_count": 1, "id": "7a06eb11-6013-4eb8-8aef-a2302ef4ed79"}], "title": "Einaudi ess
 entiel",
  "secondarytypes": ["Compilation"], "artists": [{"id": "fa34b363-79df-434f-a5b8-be4e6898543f", "name": 
"Ludovico Einaudi"}], "type": "Album", "id": "6c42f326-7c15-41d5-851d-e887b544e217"}], "title": "Primavera", 
"id": "75e72e13-cf02-47f8-a4a7-98b916b3b18c"}, {"artists": [{"id": "fa34b363-79df-434f-a5b8-be4e6898543f", 
"name": "Ludovico Einaudi"}], "duration": 443, "releasegroups": [{"releases": [{"track_count": 40, 
"releaseevents": [{"date": {"month": 11, "day": 26, "year": 2007}, "country": "GB"}], "country": "GB", 
"title": "The Number One Classical Album 2008", "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", 
"name": "Various Artists"}], "date": {"month": 11, "day": 26, "year": 2007}, "medium_count": 2, "id": 
"d73e4041-375c-4b9f-8366-46089bca304c"}], "title": "The Number One Classical Album 2008", "secondarytypes": 
["Compilation"], "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], 
"type": "Album", "id": "ac615d26-df00-3053-946
 2-763637
 5603b4"}, {"releases": [{"track_count": 42, "releaseevents": [{"date": {"year": 2007}, "country": "GB"}], 
"country": "GB", "title": "Classic FM: As Heard on TV", "artists": [{"id": 
"89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "date": {"year": 2007}, "medium_count": 
2, "id": "c0cb63d4-9a2b-4e11-b44f-b5ed1dda4e36"}], "title": "Classic FM: As Heard on TV", "secondarytypes": 
["Compilation"], "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], 
"type": "Album", "id": "7e7b5f9c-4959-360b-8ce1-895dacab472a"}, {"artists": [{"id": 
"fa34b363-79df-434f-a5b8-be4e6898543f", "name": "Ludovico Einaudi"}], "type": "Album", "id": 
"39f2c673-1387-4272-9db9-5f19d48e47cb", "releases": [{"track_count": 12, "releaseevents": [{"date": {"month": 
11, "day": 7, "year": 2006}, "country": "XE"}], "country": "XE", "title": "Divenire", "artists": [{"id": 
"fa34b363-79df-434f-a5b8-be4e6898543f", "name": "Ludovico Einaudi"}], "date": {"month": 11, "d
 ay": 7, 
 "year": 2006}, "medium_count": 1, "id": "4a796be9-612c-4fec-bac6-70fc1bef8175"}, {"track_count": 12, 
"releaseevents": [{"date": {"year": 2007}, "country": "US"}], "country": "US", "title": "Divenire", 
"artists": [{"id": "fa34b363-79df-434f-a5b8-be4e6898543f", "name": "Ludovico Einaudi"}], "date": {"year": 
2007}, "medium_count": 1, "id": "4694854e-5960-4fa2-b25e-46ad32707a31"}, {"track_count": 15, "releaseevents": 
[{"date": {"month": 11, "day": 5, "year": 2007}, "country": "IT"}], "country": "IT", "title": "Divenire", 
"artists": [{"id": "fa34b363-79df-434f-a5b8-be4e6898543f", "name": "Ludovico Einaudi"}], "date": {"month": 
11, "day": 5, "year": 2007}, "medium_count": 2, "id": "cbea7b36-3edb-392a-b703-f4d0b648deed"}], "title": 
"Divenire"}], "title": "Primavera", "id": "8f6ac978-95cf-41e8-82fb-043624652e04"}, {"artists": [{"id": 
"fa34b363-79df-434f-a5b8-be4e6898543f", "name": "Ludovico Einaudi"}], "duration": 444, "releasegroups": 
[{"releases": [{"track_count": 14, "releaseeven
 ts": [{"
 date": {"month": 6, "day": 27, "year": 2011}, "country": "GB"}], "country": "GB", "title": "Islands: 
Essential Einaudi", "artists": [{"id": "fa34b363-79df-434f-a5b8-be4e6898543f", "name": "Ludovico Einaudi"}], 
"date": {"month": 6, "day": 27, "year": 2011}, "medium_count": 1, "id": 
"4cec104f-25ac-4f10-9330-1fa67d851213"}, {"track_count": 27, "releaseevents": [{"date": {"month": 6, "day": 
27, "year": 2011}, "country": "GB"}], "country": "GB", "title": "Islands: Essential Einaudi", "artists": 
[{"id": "fa34b363-79df-434f-a5b8-be4e6898543f", "name": "Ludovico Einaudi"}], "date": {"month": 6, "day": 27, 
"year": 2011}, "medium_count": 2, "id": "45a7c1c6-26c0-4b07-8424-c88878de7611"}], "title": "Islands: 
Essential Einaudi", "secondarytypes": ["Compilation"], "artists": [{"id": 
"fa34b363-79df-434f-a5b8-be4e6898543f", "name": "Ludovico Einaudi"}], "type": "Album", "id": 
"e0901be3-7942-4677-ba24-013c37894344"}], "title": "Primavera", "id": 
"9efb88b2-618e-4de2-a672-9b3faec0b0c4"}], "sco
 re": 0.9
 46137, "id": "843671ef-8722-4700-bd9e-0605f53180f2"}, {"recordings": [{"artists": [{"id": 
"fa34b363-79df-434f-a5b8-be4e6898543f", "name": "Ludovico Einaudi"}], "duration": 444, "releasegroups": 
[{"releases": [{"track_count": 15, "releaseevents": [{"date": {"year": 2012}, "country": "FR"}], "country": 
"FR", "title": "Einaudi essentiel", "artists": [{"id": "fa34b363-79df-434f-a5b8-be4e6898543f", "name": 
"Ludovico Einaudi"}], "date": {"year": 2012}, "medium_count": 1, "id": 
"7a06eb11-6013-4eb8-8aef-a2302ef4ed79"}], "title": "Einaudi essentiel", "secondarytypes": ["Compilation"], 
"artists": [{"id": "fa34b363-79df-434f-a5b8-be4e6898543f", "name": "Ludovico Einaudi"}], "type": "Album", 
"id": "6c42f326-7c15-41d5-851d-e887b544e217"}], "title": "Primavera", "id": 
"75e72e13-cf02-47f8-a4a7-98b916b3b18c"}, {"artists": [{"id": "fa34b363-79df-434f-a5b8-be4e6898543f", "name": 
"Ludovico Einaudi"}], "duration": 443, "releasegroups": [{"releases": [{"track_count": 40, "releaseevents": 
[{"date
 ": {"mon
 th": 11, "day": 26, "year": 2007}, "country": "GB"}], "country": "GB", "title": "The Number One Classical 
Album 2008", "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "date": 
{"month": 11, "day": 26, "year": 2007}, "medium_count": 2, "id": "d73e4041-375c-4b9f-8366-46089bca304c"}], 
"title": "The Number One Classical Album 2008", "secondarytypes": ["Compilation"], "artists": [{"id": 
"89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "type": "Album", "id": 
"ac615d26-df00-3053-9462-7636375603b4"}, {"releases": [{"track_count": 42, "releaseevents": [{"date": 
{"year": 2007}, "country": "GB"}], "country": "GB", "title": "Classic FM: As Heard on TV", "artists": [{"id": 
"89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "date": {"year": 2007}, "medium_count": 
2, "id": "c0cb63d4-9a2b-4e11-b44f-b5ed1dda4e36"}], "title": "Classic FM: As Heard on TV", "secondarytypes": 
["Compilation"], "artists": [{"id": "89ad4ac
 3-39f7-4
 70e-963a-56509c546377", "name": "Various Artists"}], "type": "Album", "id": 
"7e7b5f9c-4959-360b-8ce1-895dacab472a"}, {"artists": [{"id": "fa34b363-79df-434f-a5b8-be4e6898543f", "name": 
"Ludovico Einaudi"}], "type": "Album", "id": "39f2c673-1387-4272-9db9-5f19d48e47cb", "releases": 
[{"track_count": 12, "releaseevents": [{"date": {"month": 11, "day": 7, "year": 2006}, "country": "XE"}], 
"country": "XE", "title": "Divenire", "artists": [{"id": "fa34b363-79df-434f-a5b8-be4e6898543f", "name": 
"Ludovico Einaudi"}], "date": {"month": 11, "day": 7, "year": 2006}, "medium_count": 1, "id": 
"4a796be9-612c-4fec-bac6-70fc1bef8175"}, {"track_count": 12, "releaseevents": [{"date": {"year": 2007}, 
"country": "US"}], "country": "US", "title": "Divenire", "artists": [{"id": 
"fa34b363-79df-434f-a5b8-be4e6898543f", "name": "Ludovico Einaudi"}], "date": {"year": 2007}, "medium_count": 
1, "id": "4694854e-5960-4fa2-b25e-46ad32707a31"}, {"track_count": 15, "releaseevents": [{"date": {"month": 
11, "
 day": 5,
  "year": 2007}, "country": "IT"}], "country": "IT", "title": "Divenire", "artists": [{"id": 
"fa34b363-79df-434f-a5b8-be4e6898543f", "name": "Ludovico Einaudi"}], "date": {"month": 11, "day": 5, "year": 
2007}, "medium_count": 2, "id": "cbea7b36-3edb-392a-b703-f4d0b648deed"}], "title": "Divenire"}], "title": 
"Primavera", "id": "8f6ac978-95cf-41e8-82fb-043624652e04"}], "score": 0.94462, "id": 
"2fd40d3c-6e6b-44eb-8d11-446ce5b0ea24"}]}
+{"status": "ok", "results": [{"recordings": [{"artists": [{"id": "e7d8aea3-9c1d-4fe0-b93a-481d545296fc", 
"name": "Craig Ogden"}], "duration": 414, "releasegroups": [{"releases": [{"track_count": 30, 
"releaseevents": [{"date": {"year": 2009}, "country": "GB"}], "country": "GB", "date": {"year": 2009}, 
"medium_count": 2, "mediums": [{"position": 1, "tracks": [{"position": 8, "artists": [{"id": 
"fa34b363-79df-434f-a5b8-be4e6898543f", "name": "Ludovico Einaudi"}], "id": 
"325b74b0-c6c0-3388-9cc2-41b3a2af7113"}], "track_count": 15, "format": "CD"}], "id": 
"5fd10cc8-30e0-48aa-9ba1-19d05b871a75"}], "title": "Classic FM Summer Guitar", "secondarytypes": 
["Compilation"], "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], 
"type": "Album", "id": "2cde60bc-829c-49af-a62c-e20283167c30"}], "title": "Primavera", "id": 
"5d72b7d4-d0c4-4d0d-ab7f-3a737075e1c9"}, {"artists": [{"id": "fa34b363-79df-434f-a5b8-be4e6898543f", "name": 
"Ludovico Einaudi"}], "durati
 on": 443
 , "releasegroups": [{"type": "Album", "id": "39f2c673-1387-4272-9db9-5f19d48e47cb", "releases": 
[{"track_count": 13, "releaseevents": [{"date": {"month": 2, "day": 19, "year": 2007}, "country": "IT"}], 
"country": "IT", "date": {"month": 2, "day": 19, "year": 2007}, "medium_count": 1, "mediums": [{"position": 
1, "tracks": [{"position": 6, "id": "5bfbd570-aafa-3c78-b690-eac90bc72751"}], "track_count": 13, "format": 
"Digital Media"}], "id": "931d4cfa-53c6-41cd-8ab0-a2917a7c1f3e"}], "title": "Divenire"}], "title": 
"Primavera", "id": "70088e7c-1c01-48cb-9103-ba8b500c68a4"}, {"artists": [{"id": 
"fa34b363-79df-434f-a5b8-be4e6898543f", "name": "Ludovico Einaudi"}], "duration": 444, "releasegroups": 
[{"releases": [{"track_count": 15, "releaseevents": [{"date": {"year": 2012}, "country": "FR"}], "country": 
"FR", "date": {"year": 2012}, "medium_count": 1, "mediums": [{"position": 1, "tracks": [{"position": 11, 
"id": "8250a5b3-4a06-338c-b00b-a67d31c28ffe"}], "track_count": 15, "format":
  "CD"}],
  "id": "7a06eb11-6013-4eb8-8aef-a2302ef4ed79"}], "title": "Einaudi essentiel", "secondarytypes": 
["Compilation"], "type": "Album", "id": "6c42f326-7c15-41d5-851d-e887b544e217"}], "title": "Primavera", "id": 
"75e72e13-cf02-47f8-a4a7-98b916b3b18c"}, {"artists": [{"id": "fa34b363-79df-434f-a5b8-be4e6898543f", "name": 
"Ludovico Einaudi"}], "duration": 443, "releasegroups": [{"releases": [{"track_count": 40, "releaseevents": 
[{"date": {"month": 11, "day": 26, "year": 2007}, "country": "GB"}], "country": "GB", "date": {"month": 11, 
"day": 26, "year": 2007}, "medium_count": 2, "mediums": [{"position": 1, "tracks": [{"position": 19, 
"artists": [{"id": "fa34b363-79df-434f-a5b8-be4e6898543f", "name": "Ludovico Einaudi"}], "id": 
"19ba2457-7885-374b-83d9-e969a88cb489"}], "track_count": 20, "format": "CD"}], "id": 
"d73e4041-375c-4b9f-8366-46089bca304c"}], "title": "The Number One Classical Album 2008", "secondarytypes": 
["Compilation"], "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c5
 46377", 
 "name": "Various Artists"}], "type": "Album", "id": "ac615d26-df00-3053-9462-7636375603b4"}, {"releases": 
[{"track_count": 42, "releaseevents": [{"date": {"year": 2007}, "country": "GB"}], "country": "GB", "date": 
{"year": 2007}, "medium_count": 2, "mediums": [{"position": 1, "tracks": [{"position": 15, "artists": [{"id": 
"fa34b363-79df-434f-a5b8-be4e6898543f", "name": "Ludovico Einaudi"}], "id": 
"95398287-e62a-300b-b06b-f52e0222ce63", "title": "Primavera (Sony Blu-Ray)"}], "title": "Music from Adverts", 
"track_count": 20, "format": "CD"}], "id": "c0cb63d4-9a2b-4e11-b44f-b5ed1dda4e36"}], "title": "Classic FM: As 
Heard on TV", "secondarytypes": ["Compilation"], "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", 
"name": "Various Artists"}], "type": "Album", "id": "7e7b5f9c-4959-360b-8ce1-895dacab472a"}, {"type": 
"Album", "id": "39f2c673-1387-4272-9db9-5f19d48e47cb", "releases": [{"track_count": 12, "releaseevents": 
[{"date": {"month": 11, "day": 7, "year": 2006}, "coun
 try": "X
 E"}], "country": "XE", "date": {"month": 11, "day": 7, "year": 2006}, "medium_count": 1, "mediums": 
[{"position": 1, "tracks": [{"position": 6, "id": "70b26c5a-3fc3-31a2-8644-67ff2a9dc48b"}], "track_count": 
12, "format": "CD"}], "id": "4a796be9-612c-4fec-bac6-70fc1bef8175"}, {"track_count": 12, "releaseevents": 
[{"date": {"year": 2007}, "country": "US"}], "country": "US", "date": {"year": 2007}, "medium_count": 1, 
"mediums": [{"position": 1, "tracks": [{"position": 6, "id": "51b86462-628c-436e-92fa-58e868fc3451"}], 
"track_count": 12, "format": "CD"}], "id": "4694854e-5960-4fa2-b25e-46ad32707a31"}, {"track_count": 15, 
"releaseevents": [{"date": {"month": 11, "day": 5, "year": 2007}, "country": "IT"}], "country": "IT", "date": 
{"month": 11, "day": 5, "year": 2007}, "medium_count": 2, "mediums": [{"position": 1, "tracks": [{"position": 
6, "id": "4aff1a3c-db3e-3ec7-b389-9ad877434cfe"}], "track_count": 12, "format": "CD"}], "id": 
"cbea7b36-3edb-392a-b703-f4d0b648deed"}], "title":
  "Diveni
 re"}], "title": "Primavera", "id": "8f6ac978-95cf-41e8-82fb-043624652e04"}, {"artists": [{"id": 
"fa34b363-79df-434f-a5b8-be4e6898543f", "name": "Ludovico Einaudi"}], "duration": 444, "releasegroups": 
[{"releases": [{"track_count": 14, "releaseevents": [{"date": {"month": 6, "day": 27, "year": 2011}, 
"country": "GB"}], "country": "GB", "date": {"month": 6, "day": 27, "year": 2011}, "medium_count": 1, 
"mediums": [{"position": 1, "tracks": [{"position": 10, "id": "dd9ad2a5-52b8-37a9-9e34-75fddf4d0ff4"}], 
"track_count": 14, "format": "CD"}], "id": "4cec104f-25ac-4f10-9330-1fa67d851213"}, {"track_count": 27, 
"releaseevents": [{"date": {"month": 6, "day": 27, "year": 2011}, "country": "GB"}], "country": "GB", "date": 
{"month": 6, "day": 27, "year": 2011}, "medium_count": 2, "mediums": [{"position": 1, "tracks": [{"position": 
10, "id": "0e6de59f-cf6b-3244-9845-37162676bff1"}], "track_count": 14, "format": "CD"}], "id": 
"45a7c1c6-26c0-4b07-8424-c88878de7611"}], "title": "Islands: Es
 sential 
 Einaudi", "secondarytypes": ["Compilation"], "type": "Album", "id": 
"e0901be3-7942-4677-ba24-013c37894344"}], "title": "Primavera", "id": 
"9efb88b2-618e-4de2-a672-9b3faec0b0c4"}], "score": 0.946137, "id": "843671ef-8722-4700-bd9e-0605f53180f2"}, 
{"recordings": [{"artists": [{"id": "fa34b363-79df-434f-a5b8-be4e6898543f", "name": "Ludovico Einaudi"}], 
"duration": 444, "releasegroups": [{"releases": [{"track_count": 15, "releaseevents": [{"date": {"year": 
2012}, "country": "FR"}], "country": "FR", "date": {"year": 2012}, "medium_count": 1, "mediums": 
[{"position": 1, "tracks": [{"position": 11, "id": "8250a5b3-4a06-338c-b00b-a67d31c28ffe"}], "track_count": 
15, "format": "CD"}], "id": "7a06eb11-6013-4eb8-8aef-a2302ef4ed79"}], "title": "Einaudi essentiel", 
"secondarytypes": ["Compilation"], "type": "Album", "id": "6c42f326-7c15-41d5-851d-e887b544e217"}], "title": 
"Primavera", "id": "75e72e13-cf02-47f8-a4a7-98b916b3b18c"}, {"artists": [{"id": 
"fa34b363-79df-434f-a5b8-be4e6898543f"
 , "name"
 : "Ludovico Einaudi"}], "duration": 443, "releasegroups": [{"releases": [{"track_count": 40, 
"releaseevents": [{"date": {"month": 11, "day": 26, "year": 2007}, "country": "GB"}], "country": "GB", 
"date": {"month": 11, "day": 26, "year": 2007}, "medium_count": 2, "mediums": [{"position": 1, "tracks": 
[{"position": 19, "artists": [{"id": "fa34b363-79df-434f-a5b8-be4e6898543f", "name": "Ludovico Einaudi"}], 
"id": "19ba2457-7885-374b-83d9-e969a88cb489"}], "track_count": 20, "format": "CD"}], "id": 
"d73e4041-375c-4b9f-8366-46089bca304c"}], "title": "The Number One Classical Album 2008", "secondarytypes": 
["Compilation"], "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], 
"type": "Album", "id": "ac615d26-df00-3053-9462-7636375603b4"}, {"releases": [{"track_count": 42, 
"releaseevents": [{"date": {"year": 2007}, "country": "GB"}], "country": "GB", "date": {"year": 2007}, 
"medium_count": 2, "mediums": [{"position": 1, "tracks": [{"position": 15, "
 artists"
 : [{"id": "fa34b363-79df-434f-a5b8-be4e6898543f", "name": "Ludovico Einaudi"}], "id": 
"95398287-e62a-300b-b06b-f52e0222ce63", "title": "Primavera (Sony Blu-Ray)"}], "title": "Music from Adverts", 
"track_count": 20, "format": "CD"}], "id": "c0cb63d4-9a2b-4e11-b44f-b5ed1dda4e36"}], "title": "Classic FM: As 
Heard on TV", "secondarytypes": ["Compilation"], "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", 
"name": "Various Artists"}], "type": "Album", "id": "7e7b5f9c-4959-360b-8ce1-895dacab472a"}, {"type": 
"Album", "id": "39f2c673-1387-4272-9db9-5f19d48e47cb", "releases": [{"track_count": 12, "releaseevents": 
[{"date": {"month": 11, "day": 7, "year": 2006}, "country": "XE"}], "country": "XE", "date": {"month": 11, 
"day": 7, "year": 2006}, "medium_count": 1, "mediums": [{"position": 1, "tracks": [{"position": 6, "id": 
"70b26c5a-3fc3-31a2-8644-67ff2a9dc48b"}], "track_count": 12, "format": "CD"}], "id": 
"4a796be9-612c-4fec-bac6-70fc1bef8175"}, {"track_count": 12, "releaseev
 ents": [
 {"date": {"year": 2007}, "country": "US"}], "country": "US", "date": {"year": 2007}, "medium_count": 1, 
"mediums": [{"position": 1, "tracks": [{"position": 6, "id": "51b86462-628c-436e-92fa-58e868fc3451"}], 
"track_count": 12, "format": "CD"}], "id": "4694854e-5960-4fa2-b25e-46ad32707a31"}, {"track_count": 15, 
"releaseevents": [{"date": {"month": 11, "day": 5, "year": 2007}, "country": "IT"}], "country": "IT", "date": 
{"month": 11, "day": 5, "year": 2007}, "medium_count": 2, "mediums": [{"position": 1, "tracks": [{"position": 
6, "id": "4aff1a3c-db3e-3ec7-b389-9ad877434cfe"}], "track_count": 12, "format": "CD"}], "id": 
"cbea7b36-3edb-392a-b703-f4d0b648deed"}], "title": "Divenire"}], "title": "Primavera", "id": 
"8f6ac978-95cf-41e8-82fb-043624652e04"}], "score": 0.94462, "id": "2fd40d3c-6e6b-44eb-8d11-446ce5b0ea24"}]}
diff --git a/tests/lua-factory/sources/data/acoustid_norah_jones_chasing_pirates.txt 
b/tests/lua-factory/sources/data/acoustid_norah_jones_chasing_pirates.txt
index 62afd72..22058ff 100644
--- a/tests/lua-factory/sources/data/acoustid_norah_jones_chasing_pirates.txt
+++ b/tests/lua-factory/sources/data/acoustid_norah_jones_chasing_pirates.txt
@@ -1 +1 @@
-{"status": "ok", "results": [{"recordings": [{"artists": [{"id": "985c709c-7771-4de3-9024-7bda29ebe3f9", 
"name": "Norah Jones"}], "duration": 160, "releasegroups": [{"releases": [{"track_count": 21, 
"releaseevents": [{"date": {"month": 3, "day": 12, "year": 2010}, "country": "AT"}], "country": "AT", 
"title": "\u00d63 Greatest Hits 49", "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": 
"Various Artists"}], "date": {"month": 3, "day": 12, "year": 2010}, "medium_count": 1, "id": 
"1ee64f6c-560f-421f-83dc-7fd34e5b0674"}], "title": "\u00d63 Greatest Hits 49", "secondarytypes": 
["Compilation"], "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], 
"type": "Album", "id": "f5cffa96-262c-49af-9747-3f04a1d42c78"}, {"releases": [{"track_count": 56, 
"releaseevents": [{"date": {"year": 2012}, "country": "NL"}], "country": "NL", "title": "De zwarte lijst, 
Volume 1", "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Variou
 s Artist
 s"}], "date": {"year": 2012}, "medium_count": 3, "id": "f449588c-6963-49db-b7e7-7a2b6159b9da"}], "title": 
"De zwarte lijst, Volume 1", "secondarytypes": ["Compilation"], "artists": [{"id": 
"89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "type": "Album", "id": 
"0b81986d-9b15-45b5-89bf-9455ce723f72"}, {"releases": [{"track_count": 80, "releaseevents": [{"date": 
{"month": 12, "day": 3, "year": 2010}, "country": "BE"}], "country": "BE", "title": "Ultratop 15 ans", 
"artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "date": {"month": 12, 
"day": 3, "year": 2010}, "medium_count": 4, "id": "f1e58e8f-609c-4a50-ad2e-5d8e1905ca5b"}], "title": 
"Ultratop 15 ans", "secondarytypes": ["Compilation"], "artists": [{"id": 
"89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "type": "Album", "id": 
"b6493c9d-5e26-4adc-b588-854a15e03bee"}, {"releases": [{"track_count": 16, "releaseevents": [{"date": 
{"month": 6, "day": 15, "
 year": 2
 010}, "country": "US"}], "country": "US", "title": "Lilith 2010", "artists": [{"id": 
"89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "date": {"month": 6, "day": 15, "year": 
2010}, "medium_count": 1, "id": "7f2206c7-a96b-4b88-98ce-c97d8740dce9"}], "title": "Lilith 2010", 
"secondarytypes": ["Compilation"], "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": 
"Various Artists"}], "type": "Album", "id": "7073d7ed-313a-4205-af5b-dc64d0d7925f"}, {"releases": 
[{"track_count": 5, "releaseevents": [{"date": {"year": 2009}, "country": "US"}], "country": "US", "title": 
"Chasing Pirates Remix EP", "artists": [{"id": "985c709c-7771-4de3-9024-7bda29ebe3f9", "name": "Norah 
Jones"}], "date": {"year": 2009}, "medium_count": 1, "id": "8b69435e-64d8-44c3-8878-dee91fd64d8d"}], "title": 
"Chasing Pirates Remix EP", "secondarytypes": ["Remix"], "artists": [{"id": 
"985c709c-7771-4de3-9024-7bda29ebe3f9", "name": "Norah Jones"}], "type": "EP", "id": "8e264957-2754-4
 888-bbc5
 -9e165cd01d09"}, {"releases": [{"track_count": 75, "releaseevents": [{"date": {"month": 12, "day": 11, 
"year": 2012}, "country": "US"}], "country": "US", "title": "The Collection", "artists": [{"id": 
"985c709c-7771-4de3-9024-7bda29ebe3f9", "name": "Norah Jones"}], "date": {"month": 12, "day": 11, "year": 
2012}, "medium_count": 6, "id": "7c89534e-adb1-49b0-b27f-41a99deea2db"}], "title": "The Collection", 
"secondarytypes": ["Compilation"], "artists": [{"id": "985c709c-7771-4de3-9024-7bda29ebe3f9", "name": "Norah 
Jones"}], "type": "Album", "id": "a43b1fa3-4a91-401a-9d4e-6215e65d9a66"}, {"releases": [{"track_count": 54, 
"releaseevents": [{"date": {"year": 2010}, "country": "BE"}], "country": "BE", "title": "Superpapa", 
"artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "date": {"year": 
2010}, "medium_count": 3, "id": "583928a4-cf50-4330-a24e-8285a9f391b0"}], "title": "Superpapa", 
"secondarytypes": ["Compilation"], "artists": [{"id": "89ad4ac3
 -39f7-47
 0e-963a-56509c546377", "name": "Various Artists"}], "type": "Album", "id": 
"4d1afc1a-0e00-40e0-aba6-984f6c33cc53"}, {"releases": [{"track_count": 54, "releaseevents": [{"date": 
{"month": 10, "day": 26, "year": 2012}, "country": "BE"}], "country": "BE", "title": "Studio Brusselle: Wife 
Is Music", "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "date": 
{"month": 10, "day": 26, "year": 2012}, "medium_count": 3, "id": "d6565844-f6eb-48e2-8e26-69591f099d74"}], 
"title": "Studio Brusselle: Wife Is Music", "secondarytypes": ["Compilation"], "artists": [{"id": 
"89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "type": "Album", "id": 
"575dcb98-dddc-4886-bc37-1807411899e7"}, {"artists": [{"id": "985c709c-7771-4de3-9024-7bda29ebe3f9", "name": 
"Norah Jones"}], "type": "Album", "id": "d757d920-d0e5-4931-919b-f2dd16c64dcf", "releases": [{"track_count": 
21, "releaseevents": [{"date": {"month": 1, "day": 6, "year": 2010}, "country": "
 JP"}], "
 country": "JP", "title": "The Fall", "artists": [{"id": "985c709c-7771-4de3-9024-7bda29ebe3f9", "name": 
"Norah Jones"}], "date": {"month": 1, "day": 6, "year": 2010}, "medium_count": 2, "id": 
"03b2e69f-bdbd-4171-b668-fa915e5f85a5"}, {"track_count": 13, "releaseevents": [{"date": {"year": 2009}, 
"country": "XE"}], "country": "XE", "title": "The Fall", "artists": [{"id": 
"985c709c-7771-4de3-9024-7bda29ebe3f9", "name": "Norah Jones"}], "date": {"year": 2009}, "medium_count": 1, 
"id": "a641588a-7196-3963-900e-13442ac71024"}, {"track_count": 13, "releaseevents": [{"date": {"year": 2009}, 
"country": "US"}], "country": "US", "title": "The Fall", "artists": [{"id": 
"985c709c-7771-4de3-9024-7bda29ebe3f9", "name": "Norah Jones"}], "date": {"year": 2009}, "medium_count": 1, 
"id": "795a4037-f9e8-4cae-9b06-2b571d2b235c"}, {"track_count": 13, "releaseevents": [{"date": {"month": 11, 
"day": 13, "year": 2012}, "country": "US"}], "country": "US", "title": "The Fall", "artists": [{"id": "985c
 709c-777
 1-4de3-9024-7bda29ebe3f9", "name": "Norah Jones"}], "date": {"month": 11, "day": 13, "year": 2012}, 
"medium_count": 1, "id": "5a1f631e-bce7-4452-a946-47f3808e3675"}, {"track_count": 19, "releaseevents": 
[{"date": {"month": 12, "day": 8, "year": 2009}, "country": "US"}], "country": "US", "title": "The Fall", 
"artists": [{"id": "985c709c-7771-4de3-9024-7bda29ebe3f9", "name": "Norah Jones"}], "date": {"month": 12, 
"day": 8, "year": 2009}, "medium_count": 2, "id": "c7888cc2-b905-4ab4-810c-b11fc3d09966"}, {"track_count": 
13, "releaseevents": [{"date": {"month": 11, "day": 17, "year": 2009}, "country": "US"}], "country": "US", 
"title": "The Fall", "artists": [{"id": "985c709c-7771-4de3-9024-7bda29ebe3f9", "name": "Norah Jones"}], 
"date": {"month": 11, "day": 17, "year": 2009}, "medium_count": 1, "id": 
"8855f142-b16b-47e4-9799-3d174db0ca35"}, {"track_count": 13, "releaseevents": [{"date": {"month": 11, "day": 
12, "year": 2009}, "country": "NL"}], "country": "NL", "title": "The Fall
 ", "arti
 sts": [{"id": "985c709c-7771-4de3-9024-7bda29ebe3f9", "name": "Norah Jones"}], "date": {"month": 11, "day": 
12, "year": 2009}, "medium_count": 1, "id": "edaca3b9-318f-3b64-ae4c-78ecb30b0b91"}, {"track_count": 19, 
"releaseevents": [{"date": {"month": 11, "day": 17, "year": 2009}, "country": "CA"}], "country": "CA", 
"title": "The Fall", "artists": [{"id": "985c709c-7771-4de3-9024-7bda29ebe3f9", "name": "Norah Jones"}], 
"date": {"month": 11, "day": 17, "year": 2009}, "medium_count": 2, "id": 
"8ec40b6b-f1c3-4844-9f22-04c09ca3e168"}, {"track_count": 13, "releaseevents": [{"date": {"month": 8, "day": 
14, "year": 2012}, "country": "US"}], "country": "US", "title": "The Fall", "artists": [{"id": 
"985c709c-7771-4de3-9024-7bda29ebe3f9", "name": "Norah Jones"}], "date": {"month": 8, "day": 14, "year": 
2012}, "medium_count": 1, "id": "aff40ec4-23bc-4298-9d90-a6635071a1b9"}, {"track_count": 19, "releaseevents": 
[{"date": {"month": 11, "day": 13, "year": 2009}, "country": "DE"}, {"date": 
 {"month"
 : 11, "day": 16, "year": 2009}, "country": "GB"}, {"date": {"month": 11, "year": 2009}, "country": "XE"}], 
"country": "DE", "title": "The Fall", "artists": [{"id": "985c709c-7771-4de3-9024-7bda29ebe3f9", "name": 
"Norah Jones"}], "date": {"month": 11, "day": 13, "year": 2009}, "medium_count": 2, "id": 
"b1c52c8e-dcd2-4844-84f9-c2b6bcc8a85c"}, {"track_count": 19, "releaseevents": [{"date": {"year": 2009}, 
"country": "SG"}], "country": "SG", "title": "The Fall", "artists": [{"id": 
"985c709c-7771-4de3-9024-7bda29ebe3f9", "name": "Norah Jones"}], "date": {"year": 2009}, "medium_count": 2, 
"id": "65ffb28d-9258-37e5-b5cd-84cad653fbe1"}, {"track_count": 13, "releaseevents": [{"date": {"year": 2009}, 
"country": "AR"}], "country": "AR", "title": "The Fall", "artists": [{"id": 
"985c709c-7771-4de3-9024-7bda29ebe3f9", "name": "Norah Jones"}], "date": {"year": 2009}, "medium_count": 1, 
"id": "8325dce3-1f7c-4684-abd7-0df079f0c146"}, {"track_count": 14, "releaseevents": [{"date": {"month": 1
 1, "day"
 : 11, "year": 2009}, "country": "JP"}], "country": "JP", "title": "The Fall", "artists": [{"id": 
"985c709c-7771-4de3-9024-7bda29ebe3f9", "name": "Norah Jones"}], "date": {"month": 11, "day": 11, "year": 
2009}, "medium_count": 1, "id": "b3c8cd44-3b99-473e-bc6a-39a48f62c3ae"}, {"track_count": 13, "releaseevents": 
[{"date": {"year": 2009}, "country": "AU"}], "country": "AU", "title": "The Fall", "artists": [{"id": 
"985c709c-7771-4de3-9024-7bda29ebe3f9", "name": "Norah Jones"}], "date": {"year": 2009}, "medium_count": 1, 
"id": "e7b2b4ea-b6f3-4d9c-b3d7-01974558e222"}], "title": "The Fall"}, {"releases": [{"track_count": 30, 
"releaseevents": [{"date": {"year": 2009}, "country": "IT"}], "country": "IT", "title": "Radio Deejay Yes! 
Compilation", "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "date": 
{"year": 2009}, "medium_count": 2, "id": "23e3b5ea-95ac-4c27-971e-5d348af299c6"}], "title": "Radio Deejay 
Yes! Compilation", "secondarytypes": ["
 Compilat
 ion"], "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "type": 
"Album", "id": "9242c24f-dcdc-4756-a823-caea89ed06f4"}], "title": "Chasing Pirates", "id": 
"6d8ba615-d8fe-4f99-b38f-0a17d657b1bb"}], "score": 0.999407, "id": "d898fce6-7cdd-47e0-8a12-56b4ac402a2a"}, 
{"recordings": [{"artists": [{"id": "985c709c-7771-4de3-9024-7bda29ebe3f9", "name": "Norah Jones"}], 
"duration": 160, "releasegroups": [{"releases": [{"track_count": 21, "releaseevents": [{"date": {"month": 3, 
"day": 12, "year": 2010}, "country": "AT"}], "country": "AT", "title": "\u00d63 Greatest Hits 49", "artists": 
[{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "date": {"month": 3, "day": 12, 
"year": 2010}, "medium_count": 1, "id": "1ee64f6c-560f-421f-83dc-7fd34e5b0674"}], "title": "\u00d63 Greatest 
Hits 49", "secondarytypes": ["Compilation"], "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", 
"name": "Various Artists"}], "type": "Album",
  "id": "
 f5cffa96-262c-49af-9747-3f04a1d42c78"}, {"releases": [{"track_count": 56, "releaseevents": [{"date": 
{"year": 2012}, "country": "NL"}], "country": "NL", "title": "De zwarte lijst, Volume 1", "artists": [{"id": 
"89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "date": {"year": 2012}, "medium_count": 
3, "id": "f449588c-6963-49db-b7e7-7a2b6159b9da"}], "title": "De zwarte lijst, Volume 1", "secondarytypes": 
["Compilation"], "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], 
"type": "Album", "id": "0b81986d-9b15-45b5-89bf-9455ce723f72"}, {"releases": [{"track_count": 80, 
"releaseevents": [{"date": {"month": 12, "day": 3, "year": 2010}, "country": "BE"}], "country": "BE", 
"title": "Ultratop 15 ans", "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various 
Artists"}], "date": {"month": 12, "day": 3, "year": 2010}, "medium_count": 4, "id": 
"f1e58e8f-609c-4a50-ad2e-5d8e1905ca5b"}], "title": "Ultratop 15 ans", 
 "seconda
 rytypes": ["Compilation"], "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various 
Artists"}], "type": "Album", "id": "b6493c9d-5e26-4adc-b588-854a15e03bee"}, {"releases": [{"track_count": 16, 
"releaseevents": [{"date": {"month": 6, "day": 15, "year": 2010}, "country": "US"}], "country": "US", 
"title": "Lilith 2010", "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various 
Artists"}], "date": {"month": 6, "day": 15, "year": 2010}, "medium_count": 1, "id": 
"7f2206c7-a96b-4b88-98ce-c97d8740dce9"}], "title": "Lilith 2010", "secondarytypes": ["Compilation"], 
"artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "type": "Album", 
"id": "7073d7ed-313a-4205-af5b-dc64d0d7925f"}, {"releases": [{"track_count": 5, "releaseevents": [{"date": 
{"year": 2009}, "country": "US"}], "country": "US", "title": "Chasing Pirates Remix EP", "artists": [{"id": 
"985c709c-7771-4de3-9024-7bda29ebe3f9", "name": "Norah Jones"}], "dat
 e": {"ye
 ar": 2009}, "medium_count": 1, "id": "8b69435e-64d8-44c3-8878-dee91fd64d8d"}], "title": "Chasing Pirates 
Remix EP", "secondarytypes": ["Remix"], "artists": [{"id": "985c709c-7771-4de3-9024-7bda29ebe3f9", "name": 
"Norah Jones"}], "type": "EP", "id": "8e264957-2754-4888-bbc5-9e165cd01d09"}, {"releases": [{"track_count": 
75, "releaseevents": [{"date": {"month": 12, "day": 11, "year": 2012}, "country": "US"}], "country": "US", 
"title": "The Collection", "artists": [{"id": "985c709c-7771-4de3-9024-7bda29ebe3f9", "name": "Norah 
Jones"}], "date": {"month": 12, "day": 11, "year": 2012}, "medium_count": 6, "id": 
"7c89534e-adb1-49b0-b27f-41a99deea2db"}], "title": "The Collection", "secondarytypes": ["Compilation"], 
"artists": [{"id": "985c709c-7771-4de3-9024-7bda29ebe3f9", "name": "Norah Jones"}], "type": "Album", "id": 
"a43b1fa3-4a91-401a-9d4e-6215e65d9a66"}, {"releases": [{"track_count": 54, "releaseevents": [{"date": 
{"year": 2010}, "country": "BE"}], "country": "BE", "title": "Sup
 erpapa",
  "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "date": {"year": 
2010}, "medium_count": 3, "id": "583928a4-cf50-4330-a24e-8285a9f391b0"}], "title": "Superpapa", 
"secondarytypes": ["Compilation"], "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": 
"Various Artists"}], "type": "Album", "id": "4d1afc1a-0e00-40e0-aba6-984f6c33cc53"}, {"releases": 
[{"track_count": 54, "releaseevents": [{"date": {"month": 10, "day": 26, "year": 2012}, "country": "BE"}], 
"country": "BE", "title": "Studio Brusselle: Wife Is Music", "artists": [{"id": 
"89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "date": {"month": 10, "day": 26, "year": 
2012}, "medium_count": 3, "id": "d6565844-f6eb-48e2-8e26-69591f099d74"}], "title": "Studio Brusselle: Wife Is 
Music", "secondarytypes": ["Compilation"], "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": 
"Various Artists"}], "type": "Album", "id": "575dcb98-dddc-4886-bc37-1
 80741189
 9e7"}, {"artists": [{"id": "985c709c-7771-4de3-9024-7bda29ebe3f9", "name": "Norah Jones"}], "type": "Album", 
"id": "d757d920-d0e5-4931-919b-f2dd16c64dcf", "releases": [{"track_count": 21, "releaseevents": [{"date": 
{"month": 1, "day": 6, "year": 2010}, "country": "JP"}], "country": "JP", "title": "The Fall", "artists": 
[{"id": "985c709c-7771-4de3-9024-7bda29ebe3f9", "name": "Norah Jones"}], "date": {"month": 1, "day": 6, 
"year": 2010}, "medium_count": 2, "id": "03b2e69f-bdbd-4171-b668-fa915e5f85a5"}, {"track_count": 13, 
"releaseevents": [{"date": {"year": 2009}, "country": "XE"}], "country": "XE", "title": "The Fall", 
"artists": [{"id": "985c709c-7771-4de3-9024-7bda29ebe3f9", "name": "Norah Jones"}], "date": {"year": 2009}, 
"medium_count": 1, "id": "a641588a-7196-3963-900e-13442ac71024"}, {"track_count": 13, "releaseevents": 
[{"date": {"year": 2009}, "country": "US"}], "country": "US", "title": "The Fall", "artists": [{"id": 
"985c709c-7771-4de3-9024-7bda29ebe3f9", "name": "N
 orah Jon
 es"}], "date": {"year": 2009}, "medium_count": 1, "id": "795a4037-f9e8-4cae-9b06-2b571d2b235c"}, 
{"track_count": 13, "releaseevents": [{"date": {"month": 11, "day": 13, "year": 2012}, "country": "US"}], 
"country": "US", "title": "The Fall", "artists": [{"id": "985c709c-7771-4de3-9024-7bda29ebe3f9", "name": 
"Norah Jones"}], "date": {"month": 11, "day": 13, "year": 2012}, "medium_count": 1, "id": 
"5a1f631e-bce7-4452-a946-47f3808e3675"}, {"track_count": 19, "releaseevents": [{"date": {"month": 12, "day": 
8, "year": 2009}, "country": "US"}], "country": "US", "title": "The Fall", "artists": [{"id": 
"985c709c-7771-4de3-9024-7bda29ebe3f9", "name": "Norah Jones"}], "date": {"month": 12, "day": 8, "year": 
2009}, "medium_count": 2, "id": "c7888cc2-b905-4ab4-810c-b11fc3d09966"}, {"track_count": 13, "releaseevents": 
[{"date": {"month": 11, "day": 17, "year": 2009}, "country": "US"}], "country": "US", "title": "The Fall", 
"artists": [{"id": "985c709c-7771-4de3-9024-7bda29ebe3f9", "name":
  "Norah 
 Jones"}], "date": {"month": 11, "day": 17, "year": 2009}, "medium_count": 1, "id": 
"8855f142-b16b-47e4-9799-3d174db0ca35"}, {"track_count": 13, "releaseevents": [{"date": {"month": 11, "day": 
12, "year": 2009}, "country": "NL"}], "country": "NL", "title": "The Fall", "artists": [{"id": 
"985c709c-7771-4de3-9024-7bda29ebe3f9", "name": "Norah Jones"}], "date": {"month": 11, "day": 12, "year": 
2009}, "medium_count": 1, "id": "edaca3b9-318f-3b64-ae4c-78ecb30b0b91"}, {"track_count": 19, "releaseevents": 
[{"date": {"month": 11, "day": 17, "year": 2009}, "country": "CA"}], "country": "CA", "title": "The Fall", 
"artists": [{"id": "985c709c-7771-4de3-9024-7bda29ebe3f9", "name": "Norah Jones"}], "date": {"month": 11, 
"day": 17, "year": 2009}, "medium_count": 2, "id": "8ec40b6b-f1c3-4844-9f22-04c09ca3e168"}, {"track_count": 
13, "releaseevents": [{"date": {"month": 8, "day": 14, "year": 2012}, "country": "US"}], "country": "US", 
"title": "The Fall", "artists": [{"id": "985c709c-7771-4de3
 -9024-7b
 da29ebe3f9", "name": "Norah Jones"}], "date": {"month": 8, "day": 14, "year": 2012}, "medium_count": 1, 
"id": "aff40ec4-23bc-4298-9d90-a6635071a1b9"}, {"track_count": 19, "releaseevents": [{"date": {"month": 11, 
"day": 13, "year": 2009}, "country": "DE"}, {"date": {"month": 11, "day": 16, "year": 2009}, "country": 
"GB"}, {"date": {"month": 11, "year": 2009}, "country": "XE"}], "country": "DE", "title": "The Fall", 
"artists": [{"id": "985c709c-7771-4de3-9024-7bda29ebe3f9", "name": "Norah Jones"}], "date": {"month": 11, 
"day": 13, "year": 2009}, "medium_count": 2, "id": "b1c52c8e-dcd2-4844-84f9-c2b6bcc8a85c"}, {"track_count": 
19, "releaseevents": [{"date": {"year": 2009}, "country": "SG"}], "country": "SG", "title": "The Fall", 
"artists": [{"id": "985c709c-7771-4de3-9024-7bda29ebe3f9", "name": "Norah Jones"}], "date": {"year": 2009}, 
"medium_count": 2, "id": "65ffb28d-9258-37e5-b5cd-84cad653fbe1"}, {"track_count": 13, "releaseevents": 
[{"date": {"year": 2009}, "country": "AR"}
 ], "coun
 try": "AR", "title": "The Fall", "artists": [{"id": "985c709c-7771-4de3-9024-7bda29ebe3f9", "name": "Norah 
Jones"}], "date": {"year": 2009}, "medium_count": 1, "id": "8325dce3-1f7c-4684-abd7-0df079f0c146"}, 
{"track_count": 14, "releaseevents": [{"date": {"month": 11, "day": 11, "year": 2009}, "country": "JP"}], 
"country": "JP", "title": "The Fall", "artists": [{"id": "985c709c-7771-4de3-9024-7bda29ebe3f9", "name": 
"Norah Jones"}], "date": {"month": 11, "day": 11, "year": 2009}, "medium_count": 1, "id": 
"b3c8cd44-3b99-473e-bc6a-39a48f62c3ae"}, {"track_count": 13, "releaseevents": [{"date": {"year": 2009}, 
"country": "AU"}], "country": "AU", "title": "The Fall", "artists": [{"id": 
"985c709c-7771-4de3-9024-7bda29ebe3f9", "name": "Norah Jones"}], "date": {"year": 2009}, "medium_count": 1, 
"id": "e7b2b4ea-b6f3-4d9c-b3d7-01974558e222"}], "title": "The Fall"}, {"releases": [{"track_count": 30, 
"releaseevents": [{"date": {"year": 2009}, "country": "IT"}], "country": "IT", "title": "
 Radio De
 ejay Yes! Compilation", "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various 
Artists"}], "date": {"year": 2009}, "medium_count": 2, "id": "23e3b5ea-95ac-4c27-971e-5d348af299c6"}], 
"title": "Radio Deejay Yes! Compilation", "secondarytypes": ["Compilation"], "artists": [{"id": 
"89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "type": "Album", "id": 
"9242c24f-dcdc-4756-a823-caea89ed06f4"}], "title": "Chasing Pirates", "id": 
"6d8ba615-d8fe-4f99-b38f-0a17d657b1bb"}], "score": 0.996704, "id": "0bf9d00d-b972-4db4-bb08-34e4cf9d2dab"}, 
{"score": 0.912711, "id": "4d59167b-4dfd-46d1-a1eb-324c3fbf88af"}, {"score": 0.429325, "id": 
"95406b27-86fd-42a0-a718-93d30d21fb0e"}]}
+{"status": "ok", "results": [{"recordings": [{"artists": [{"id": "985c709c-7771-4de3-9024-7bda29ebe3f9", 
"name": "Norah Jones"}], "duration": 160, "releasegroups": [{"releases": [{"track_count": 21, 
"releaseevents": [{"date": {"month": 3, "day": 12, "year": 2010}, "country": "AT"}], "country": "AT", "date": 
{"month": 3, "day": 12, "year": 2010}, "medium_count": 1, "mediums": [{"position": 1, "tracks": [{"position": 
18, "artists": [{"id": "985c709c-7771-4de3-9024-7bda29ebe3f9", "name": "Norah Jones"}], "id": 
"a302ea19-e347-42af-8423-e2bc2c4b6a44"}], "track_count": 21, "format": "CD"}], "id": 
"1ee64f6c-560f-421f-83dc-7fd34e5b0674"}], "title": "\u00d63 Greatest Hits 49", "secondarytypes": 
["Compilation"], "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], 
"type": "Album", "id": "f5cffa96-262c-49af-9747-3f04a1d42c78"}, {"releases": [{"track_count": 56, 
"releaseevents": [{"date": {"year": 2012}, "country": "NL"}], "country": "NL", "date": {"ye
 ar": 201
 2}, "medium_count": 3, "mediums": [{"position": 2, "tracks": [{"position": 3, "artists": [{"id": 
"985c709c-7771-4de3-9024-7bda29ebe3f9", "name": "Norah Jones"}], "id": 
"0747c697-e1fc-3035-bd97-7d01b35582d5"}], "track_count": 19, "format": "CD"}], "id": 
"f449588c-6963-49db-b7e7-7a2b6159b9da"}], "title": "De zwarte lijst, Volume 1", "secondarytypes": 
["Compilation"], "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], 
"type": "Album", "id": "0b81986d-9b15-45b5-89bf-9455ce723f72"}, {"releases": [{"track_count": 80, 
"releaseevents": [{"date": {"month": 12, "day": 3, "year": 2010}, "country": "BE"}], "country": "BE", "date": 
{"month": 12, "day": 3, "year": 2010}, "medium_count": 4, "mediums": [{"position": 4, "tracks": [{"position": 
1, "artists": [{"id": "985c709c-7771-4de3-9024-7bda29ebe3f9", "name": "Norah Jones"}], "id": 
"167eddf3-061c-479c-9835-cb6357a4affd"}], "title": "CD4", "track_count": 20, "format": "CD"}], "id": 
"f1e58e8f-609c-4a50-a
 d2e-5d8e
 1905ca5b"}], "title": "Ultratop 15 ans", "secondarytypes": ["Compilation"], "artists": [{"id": 
"89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "type": "Album", "id": 
"b6493c9d-5e26-4adc-b588-854a15e03bee"}, {"releases": [{"track_count": 16, "releaseevents": [{"date": 
{"month": 6, "day": 15, "year": 2010}, "country": "US"}], "country": "US", "date": {"month": 6, "day": 15, 
"year": 2010}, "medium_count": 1, "mediums": [{"position": 1, "tracks": [{"position": 16, "artists": [{"id": 
"985c709c-7771-4de3-9024-7bda29ebe3f9", "name": "Norah Jones"}], "id": 
"b7207f2d-8f68-3631-9f41-ec711ce977ce"}], "track_count": 16, "format": "CD"}], "id": 
"7f2206c7-a96b-4b88-98ce-c97d8740dce9"}], "title": "Lilith 2010", "secondarytypes": ["Compilation"], 
"artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "type": "Album", 
"id": "7073d7ed-313a-4205-af5b-dc64d0d7925f"}, {"releases": [{"track_count": 5, "releaseevents": [{"date": 
{"year": 2009},
  "countr
 y": "US"}], "country": "US", "date": {"year": 2009}, "medium_count": 1, "mediums": [{"position": 1, 
"tracks": [{"position": 3, "id": "78a118b8-0d45-3d4d-92f3-3edfcccc3d4b", "title": "Chasing Pirates (original 
album version)"}], "track_count": 5, "format": "CD"}], "id": "8b69435e-64d8-44c3-8878-dee91fd64d8d"}], 
"title": "Chasing Pirates Remix EP", "secondarytypes": ["Remix"], "artists": [{"id": 
"985c709c-7771-4de3-9024-7bda29ebe3f9", "name": "Norah Jones"}], "type": "EP", "id": 
"8e264957-2754-4888-bbc5-9e165cd01d09"}, {"releases": [{"track_count": 75, "releaseevents": [{"date": 
{"month": 12, "day": 11, "year": 2012}, "country": "US"}], "country": "US", "date": {"month": 12, "day": 11, 
"year": 2012}, "medium_count": 6, "mediums": [{"position": 4, "tracks": [{"position": 1, "id": 
"c9eb6de3-397c-4477-8ce5-d4cb53276f83"}], "title": "The Fall", "track_count": 13, "format": "Hybrid SACD"}], 
"id": "7c89534e-adb1-49b0-b27f-41a99deea2db"}], "title": "The Collection", "secondarytypes":
  ["Compi
 lation"], "artists": [{"id": "985c709c-7771-4de3-9024-7bda29ebe3f9", "name": "Norah Jones"}], "type": 
"Album", "id": "a43b1fa3-4a91-401a-9d4e-6215e65d9a66"}, {"releases": [{"track_count": 54, "releaseevents": 
[{"date": {"year": 2010}, "country": "BE"}], "country": "BE", "date": {"year": 2010}, "medium_count": 3, 
"mediums": [{"position": 1, "tracks": [{"position": 4, "artists": [{"id": 
"985c709c-7771-4de3-9024-7bda29ebe3f9", "name": "Norah Jones"}], "id": 
"c6c87098-3a36-3cb5-8917-dfd3ed15f598"}], "track_count": 18, "format": "CD"}], "id": 
"583928a4-cf50-4330-a24e-8285a9f391b0"}], "title": "Superpapa", "secondarytypes": ["Compilation"], "artists": 
[{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "type": "Album", "id": 
"4d1afc1a-0e00-40e0-aba6-984f6c33cc53"}, {"releases": [{"track_count": 54, "releaseevents": [{"date": 
{"month": 10, "day": 26, "year": 2012}, "country": "BE"}], "country": "BE", "date": {"month": 10, "day": 26, 
"year": 2012}, "medium_c
 ount": 3
 , "mediums": [{"position": 1, "tracks": [{"position": 15, "artists": [{"id": 
"985c709c-7771-4de3-9024-7bda29ebe3f9", "name": "Norah Jones"}], "id": 
"00ad5420-9dad-4b68-a865-475991deb29c"}], "track_count": 18, "format": "CD"}], "id": 
"d6565844-f6eb-48e2-8e26-69591f099d74"}], "title": "Studio Brusselle: Wife Is Music", "secondarytypes": 
["Compilation"], "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], 
"type": "Album", "id": "575dcb98-dddc-4886-bc37-1807411899e7"}, {"artists": [{"id": 
"985c709c-7771-4de3-9024-7bda29ebe3f9", "name": "Norah Jones"}], "type": "Album", "id": 
"d757d920-d0e5-4931-919b-f2dd16c64dcf", "releases": [{"track_count": 21, "releaseevents": [{"date": {"month": 
1, "day": 6, "year": 2010}, "country": "JP"}], "country": "JP", "date": {"month": 1, "day": 6, "year": 2010}, 
"medium_count": 2, "mediums": [{"position": 1, "tracks": [{"position": 1, "id": 
"e7fffc1a-ae1e-3e86-bad1-6c5ebc360906"}], "title": "The Fall", "track_count
 ": 15, "
 format": "CD"}], "id": "03b2e69f-bdbd-4171-b668-fa915e5f85a5"}, {"track_count": 13, "releaseevents": 
[{"date": {"year": 2009}, "country": "XE"}], "country": "XE", "date": {"year": 2009}, "medium_count": 1, 
"mediums": [{"position": 1, "tracks": [{"position": 1, "id": "37c8baf8-49ed-3a23-9ff6-9784a95d17b9"}], 
"track_count": 13, "format": "CD"}], "id": "a641588a-7196-3963-900e-13442ac71024"}, {"track_count": 13, 
"releaseevents": [{"date": {"year": 2009}, "country": "US"}], "country": "US", "date": {"year": 2009}, 
"medium_count": 1, "mediums": [{"position": 1, "tracks": [{"position": 1, "id": 
"4d2ecdd9-f288-436c-be43-2b2e39ed7e9c"}], "track_count": 13, "format": "CD"}], "id": 
"795a4037-f9e8-4cae-9b06-2b571d2b235c"}, {"track_count": 13, "releaseevents": [{"date": {"month": 11, "day": 
13, "year": 2012}, "country": "US"}], "country": "US", "date": {"month": 11, "day": 13, "year": 2012}, 
"medium_count": 1, "mediums": [{"position": 1, "tracks": [{"position": 1, "id": "0fac9a0b-2da9-4
 633-b389
 -d5240f2611e6"}], "track_count": 13, "format": "Hybrid SACD"}], "id": 
"5a1f631e-bce7-4452-a946-47f3808e3675"}, {"track_count": 19, "releaseevents": [{"date": {"month": 12, "day": 
8, "year": 2009}, "country": "US"}], "country": "US", "date": {"month": 12, "day": 8, "year": 2009}, 
"medium_count": 2, "mediums": [{"position": 1, "tracks": [{"position": 1, "id": 
"51a4f154-4233-40c0-8fa9-1cb9be5fc729"}], "title": "The Fall", "track_count": 13, "format": "CD"}], "id": 
"c7888cc2-b905-4ab4-810c-b11fc3d09966"}, {"track_count": 13, "releaseevents": [{"date": {"month": 11, "day": 
17, "year": 2009}, "country": "US"}], "country": "US", "date": {"month": 11, "day": 17, "year": 2009}, 
"medium_count": 1, "mediums": [{"position": 1, "tracks": [{"position": 1, "id": 
"a560f49b-0841-431e-915d-faf07b4e34c6"}], "track_count": 13, "format": "CD"}], "id": 
"8855f142-b16b-47e4-9799-3d174db0ca35"}, {"track_count": 13, "releaseevents": [{"date": {"month": 11, "day": 
12, "year": 2009}, "country": "NL"}],
  "countr
 y": "NL", "date": {"month": 11, "day": 12, "year": 2009}, "medium_count": 1, "mediums": [{"position": 1, 
"tracks": [{"position": 1, "id": "908fa787-e237-3ddb-a98c-6fada2019f84"}], "track_count": 13, "format": 
"CD"}], "id": "edaca3b9-318f-3b64-ae4c-78ecb30b0b91"}, {"track_count": 19, "releaseevents": [{"date": 
{"month": 11, "day": 17, "year": 2009}, "country": "CA"}], "country": "CA", "date": {"month": 11, "day": 17, 
"year": 2009}, "medium_count": 2, "mediums": [{"position": 1, "tracks": [{"position": 1, "id": 
"96356628-650a-4170-825a-38e76fbe27ed"}], "title": "The Fall", "track_count": 13, "format": "CD"}], "id": 
"8ec40b6b-f1c3-4844-9f22-04c09ca3e168"}, {"track_count": 13, "releaseevents": [{"date": {"month": 8, "day": 
14, "year": 2012}, "country": "US"}], "country": "US", "date": {"month": 8, "day": 14, "year": 2012}, 
"medium_count": 1, "mediums": [{"position": 1, "tracks": [{"position": 1, "id": 
"60773641-ffa4-43f9-a91d-d706c2d49d63"}], "track_count": 13, "format": "Digita
 l Media"
 }], "id": "aff40ec4-23bc-4298-9d90-a6635071a1b9"}, {"track_count": 19, "releaseevents": [{"date": {"month": 
11, "day": 13, "year": 2009}, "country": "DE"}, {"date": {"month": 11, "day": 16, "year": 2009}, "country": 
"GB"}, {"date": {"month": 11, "year": 2009}, "country": "XE"}], "country": "DE", "date": {"month": 11, "day": 
13, "year": 2009}, "medium_count": 2, "mediums": [{"position": 1, "tracks": [{"position": 1, "id": 
"caf98153-083a-30e5-8e24-1a06b51cad5e"}], "title": "The Fall", "track_count": 13, "format": "CD"}], "id": 
"b1c52c8e-dcd2-4844-84f9-c2b6bcc8a85c"}, {"track_count": 19, "releaseevents": [{"date": {"year": 2009}, 
"country": "SG"}], "country": "SG", "date": {"year": 2009}, "medium_count": 2, "mediums": [{"position": 1, 
"tracks": [{"position": 1, "id": "0a648853-5392-350f-95eb-cce79956bb75"}], "title": "The Fall", 
"track_count": 13, "format": "CD"}], "id": "65ffb28d-9258-37e5-b5cd-84cad653fbe1"}, {"track_count": 13, 
"releaseevents": [{"date": {"year": 2009}, "cou
 ntry": "
 AR"}], "country": "AR", "date": {"year": 2009}, "medium_count": 1, "mediums": [{"position": 1, "tracks": 
[{"position": 1, "id": "b705bdb2-bff8-4794-90a9-fade13034e64"}], "track_count": 13, "format": "CD"}], "id": 
"8325dce3-1f7c-4684-abd7-0df079f0c146"}, {"track_count": 14, "releaseevents": [{"date": {"month": 11, "day": 
11, "year": 2009}, "country": "JP"}], "country": "JP", "date": {"month": 11, "day": 11, "year": 2009}, 
"medium_count": 1, "mediums": [{"position": 1, "tracks": [{"position": 1, "id": 
"01fcb17a-6d5b-3e42-97e5-1ad105992605"}], "track_count": 14, "format": "CD"}], "id": 
"b3c8cd44-3b99-473e-bc6a-39a48f62c3ae"}, {"track_count": 13, "releaseevents": [{"date": {"year": 2009}, 
"country": "AU"}], "country": "AU", "date": {"year": 2009}, "medium_count": 1, "mediums": [{"position": 1, 
"tracks": [{"position": 1, "id": "6eaf72d7-8564-33ed-9aed-e7ea8ed60503"}], "track_count": 13, "format": 
"CD"}], "id": "e7b2b4ea-b6f3-4d9c-b3d7-01974558e222"}], "title": "The Fall"}, {"rele
 ases": [
 {"track_count": 30, "releaseevents": [{"date": {"year": 2009}, "country": "IT"}], "country": "IT", "date": 
{"year": 2009}, "medium_count": 2, "mediums": [{"position": 2, "tracks": [{"position": 14, "artists": [{"id": 
"985c709c-7771-4de3-9024-7bda29ebe3f9", "name": "Norah Jones"}], "id": 
"b7276c33-5030-401c-8448-130eab3c8018"}], "track_count": 15, "format": "CD"}], "id": 
"23e3b5ea-95ac-4c27-971e-5d348af299c6"}], "title": "Radio Deejay Yes! Compilation", "secondarytypes": 
["Compilation"], "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], 
"type": "Album", "id": "9242c24f-dcdc-4756-a823-caea89ed06f4"}], "title": "Chasing Pirates", "id": 
"6d8ba615-d8fe-4f99-b38f-0a17d657b1bb"}], "score": 0.999407, "id": "d898fce6-7cdd-47e0-8a12-56b4ac402a2a"}, 
{"recordings": [{"artists": [{"id": "985c709c-7771-4de3-9024-7bda29ebe3f9", "name": "Norah Jones"}], 
"duration": 160, "releasegroups": [{"releases": [{"track_count": 21, "releaseevents": [{"date": {"mon
 th": 3, 
 "day": 12, "year": 2010}, "country": "AT"}], "country": "AT", "date": {"month": 3, "day": 12, "year": 2010}, 
"medium_count": 1, "mediums": [{"position": 1, "tracks": [{"position": 18, "artists": [{"id": 
"985c709c-7771-4de3-9024-7bda29ebe3f9", "name": "Norah Jones"}], "id": 
"a302ea19-e347-42af-8423-e2bc2c4b6a44"}], "track_count": 21, "format": "CD"}], "id": 
"1ee64f6c-560f-421f-83dc-7fd34e5b0674"}], "title": "\u00d63 Greatest Hits 49", "secondarytypes": 
["Compilation"], "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], 
"type": "Album", "id": "f5cffa96-262c-49af-9747-3f04a1d42c78"}, {"releases": [{"track_count": 56, 
"releaseevents": [{"date": {"year": 2012}, "country": "NL"}], "country": "NL", "date": {"year": 2012}, 
"medium_count": 3, "mediums": [{"position": 2, "tracks": [{"position": 3, "artists": [{"id": 
"985c709c-7771-4de3-9024-7bda29ebe3f9", "name": "Norah Jones"}], "id": 
"0747c697-e1fc-3035-bd97-7d01b35582d5"}], "track_count": 19, "f
 ormat": 
 "CD"}], "id": "f449588c-6963-49db-b7e7-7a2b6159b9da"}], "title": "De zwarte lijst, Volume 1", 
"secondarytypes": ["Compilation"], "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": 
"Various Artists"}], "type": "Album", "id": "0b81986d-9b15-45b5-89bf-9455ce723f72"}, {"releases": 
[{"track_count": 80, "releaseevents": [{"date": {"month": 12, "day": 3, "year": 2010}, "country": "BE"}], 
"country": "BE", "date": {"month": 12, "day": 3, "year": 2010}, "medium_count": 4, "mediums": [{"position": 
4, "tracks": [{"position": 1, "artists": [{"id": "985c709c-7771-4de3-9024-7bda29ebe3f9", "name": "Norah 
Jones"}], "id": "167eddf3-061c-479c-9835-cb6357a4affd"}], "title": "CD4", "track_count": 20, "format": 
"CD"}], "id": "f1e58e8f-609c-4a50-ad2e-5d8e1905ca5b"}], "title": "Ultratop 15 ans", "secondarytypes": 
["Compilation"], "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], 
"type": "Album", "id": "b6493c9d-5e26-4adc-b588-854a15e03bee"}, {"r
 eleases"
 : [{"track_count": 16, "releaseevents": [{"date": {"month": 6, "day": 15, "year": 2010}, "country": "US"}], 
"country": "US", "date": {"month": 6, "day": 15, "year": 2010}, "medium_count": 1, "mediums": [{"position": 
1, "tracks": [{"position": 16, "artists": [{"id": "985c709c-7771-4de3-9024-7bda29ebe3f9", "name": "Norah 
Jones"}], "id": "b7207f2d-8f68-3631-9f41-ec711ce977ce"}], "track_count": 16, "format": "CD"}], "id": 
"7f2206c7-a96b-4b88-98ce-c97d8740dce9"}], "title": "Lilith 2010", "secondarytypes": ["Compilation"], 
"artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "type": "Album", 
"id": "7073d7ed-313a-4205-af5b-dc64d0d7925f"}, {"releases": [{"track_count": 5, "releaseevents": [{"date": 
{"year": 2009}, "country": "US"}], "country": "US", "date": {"year": 2009}, "medium_count": 1, "mediums": 
[{"position": 1, "tracks": [{"position": 3, "id": "78a118b8-0d45-3d4d-92f3-3edfcccc3d4b", "title": "Chasing 
Pirates (original album version)"}], "tr
 ack_coun
 t": 5, "format": "CD"}], "id": "8b69435e-64d8-44c3-8878-dee91fd64d8d"}], "title": "Chasing Pirates Remix 
EP", "secondarytypes": ["Remix"], "artists": [{"id": "985c709c-7771-4de3-9024-7bda29ebe3f9", "name": "Norah 
Jones"}], "type": "EP", "id": "8e264957-2754-4888-bbc5-9e165cd01d09"}, {"releases": [{"track_count": 75, 
"releaseevents": [{"date": {"month": 12, "day": 11, "year": 2012}, "country": "US"}], "country": "US", 
"date": {"month": 12, "day": 11, "year": 2012}, "medium_count": 6, "mediums": [{"position": 4, "tracks": 
[{"position": 1, "id": "c9eb6de3-397c-4477-8ce5-d4cb53276f83"}], "title": "The Fall", "track_count": 13, 
"format": "Hybrid SACD"}], "id": "7c89534e-adb1-49b0-b27f-41a99deea2db"}], "title": "The Collection", 
"secondarytypes": ["Compilation"], "artists": [{"id": "985c709c-7771-4de3-9024-7bda29ebe3f9", "name": "Norah 
Jones"}], "type": "Album", "id": "a43b1fa3-4a91-401a-9d4e-6215e65d9a66"}, {"releases": [{"track_count": 54, 
"releaseevents": [{"date": {"year": 201
 0}, "cou
 ntry": "BE"}], "country": "BE", "date": {"year": 2010}, "medium_count": 3, "mediums": [{"position": 1, 
"tracks": [{"position": 4, "artists": [{"id": "985c709c-7771-4de3-9024-7bda29ebe3f9", "name": "Norah 
Jones"}], "id": "c6c87098-3a36-3cb5-8917-dfd3ed15f598"}], "track_count": 18, "format": "CD"}], "id": 
"583928a4-cf50-4330-a24e-8285a9f391b0"}], "title": "Superpapa", "secondarytypes": ["Compilation"], "artists": 
[{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "type": "Album", "id": 
"4d1afc1a-0e00-40e0-aba6-984f6c33cc53"}, {"releases": [{"track_count": 54, "releaseevents": [{"date": 
{"month": 10, "day": 26, "year": 2012}, "country": "BE"}], "country": "BE", "date": {"month": 10, "day": 26, 
"year": 2012}, "medium_count": 3, "mediums": [{"position": 1, "tracks": [{"position": 15, "artists": [{"id": 
"985c709c-7771-4de3-9024-7bda29ebe3f9", "name": "Norah Jones"}], "id": 
"00ad5420-9dad-4b68-a865-475991deb29c"}], "track_count": 18, "format": "CD"}], "id"
 : "d6565
 844-f6eb-48e2-8e26-69591f099d74"}], "title": "Studio Brusselle: Wife Is Music", "secondarytypes": 
["Compilation"], "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], 
"type": "Album", "id": "575dcb98-dddc-4886-bc37-1807411899e7"}, {"artists": [{"id": 
"985c709c-7771-4de3-9024-7bda29ebe3f9", "name": "Norah Jones"}], "type": "Album", "id": 
"d757d920-d0e5-4931-919b-f2dd16c64dcf", "releases": [{"track_count": 21, "releaseevents": [{"date": {"month": 
1, "day": 6, "year": 2010}, "country": "JP"}], "country": "JP", "date": {"month": 1, "day": 6, "year": 2010}, 
"medium_count": 2, "mediums": [{"position": 1, "tracks": [{"position": 1, "id": 
"e7fffc1a-ae1e-3e86-bad1-6c5ebc360906"}], "title": "The Fall", "track_count": 15, "format": "CD"}], "id": 
"03b2e69f-bdbd-4171-b668-fa915e5f85a5"}, {"track_count": 13, "releaseevents": [{"date": {"year": 2009}, 
"country": "XE"}], "country": "XE", "date": {"year": 2009}, "medium_count": 1, "mediums": [{"position": 
 1, "trac
 ks": [{"position": 1, "id": "37c8baf8-49ed-3a23-9ff6-9784a95d17b9"}], "track_count": 13, "format": "CD"}], 
"id": "a641588a-7196-3963-900e-13442ac71024"}, {"track_count": 13, "releaseevents": [{"date": {"year": 2009}, 
"country": "US"}], "country": "US", "date": {"year": 2009}, "medium_count": 1, "mediums": [{"position": 1, 
"tracks": [{"position": 1, "id": "4d2ecdd9-f288-436c-be43-2b2e39ed7e9c"}], "track_count": 13, "format": 
"CD"}], "id": "795a4037-f9e8-4cae-9b06-2b571d2b235c"}, {"track_count": 13, "releaseevents": [{"date": 
{"month": 11, "day": 13, "year": 2012}, "country": "US"}], "country": "US", "date": {"month": 11, "day": 13, 
"year": 2012}, "medium_count": 1, "mediums": [{"position": 1, "tracks": [{"position": 1, "id": 
"0fac9a0b-2da9-4633-b389-d5240f2611e6"}], "track_count": 13, "format": "Hybrid SACD"}], "id": 
"5a1f631e-bce7-4452-a946-47f3808e3675"}, {"track_count": 19, "releaseevents": [{"date": {"month": 12, "day": 
8, "year": 2009}, "country": "US"}], "country": "US"
 , "date"
 : {"month": 12, "day": 8, "year": 2009}, "medium_count": 2, "mediums": [{"position": 1, "tracks": 
[{"position": 1, "id": "51a4f154-4233-40c0-8fa9-1cb9be5fc729"}], "title": "The Fall", "track_count": 13, 
"format": "CD"}], "id": "c7888cc2-b905-4ab4-810c-b11fc3d09966"}, {"track_count": 13, "releaseevents": 
[{"date": {"month": 11, "day": 17, "year": 2009}, "country": "US"}], "country": "US", "date": {"month": 11, 
"day": 17, "year": 2009}, "medium_count": 1, "mediums": [{"position": 1, "tracks": [{"position": 1, "id": 
"a560f49b-0841-431e-915d-faf07b4e34c6"}], "track_count": 13, "format": "CD"}], "id": 
"8855f142-b16b-47e4-9799-3d174db0ca35"}, {"track_count": 13, "releaseevents": [{"date": {"month": 11, "day": 
12, "year": 2009}, "country": "NL"}], "country": "NL", "date": {"month": 11, "day": 12, "year": 2009}, 
"medium_count": 1, "mediums": [{"position": 1, "tracks": [{"position": 1, "id": 
"908fa787-e237-3ddb-a98c-6fada2019f84"}], "track_count": 13, "format": "CD"}], "id": "edaca3b
 9-318f-3
 b64-ae4c-78ecb30b0b91"}, {"track_count": 19, "releaseevents": [{"date": {"month": 11, "day": 17, "year": 
2009}, "country": "CA"}], "country": "CA", "date": {"month": 11, "day": 17, "year": 2009}, "medium_count": 2, 
"mediums": [{"position": 1, "tracks": [{"position": 1, "id": "96356628-650a-4170-825a-38e76fbe27ed"}], 
"title": "The Fall", "track_count": 13, "format": "CD"}], "id": "8ec40b6b-f1c3-4844-9f22-04c09ca3e168"}, 
{"track_count": 13, "releaseevents": [{"date": {"month": 8, "day": 14, "year": 2012}, "country": "US"}], 
"country": "US", "date": {"month": 8, "day": 14, "year": 2012}, "medium_count": 1, "mediums": [{"position": 
1, "tracks": [{"position": 1, "id": "60773641-ffa4-43f9-a91d-d706c2d49d63"}], "track_count": 13, "format": 
"Digital Media"}], "id": "aff40ec4-23bc-4298-9d90-a6635071a1b9"}, {"track_count": 19, "releaseevents": 
[{"date": {"month": 11, "day": 13, "year": 2009}, "country": "DE"}, {"date": {"month": 11, "day": 16, "year": 
2009}, "country": "GB"}, {"date":
  {"month
 ": 11, "year": 2009}, "country": "XE"}], "country": "DE", "date": {"month": 11, "day": 13, "year": 2009}, 
"medium_count": 2, "mediums": [{"position": 1, "tracks": [{"position": 1, "id": 
"caf98153-083a-30e5-8e24-1a06b51cad5e"}], "title": "The Fall", "track_count": 13, "format": "CD"}], "id": 
"b1c52c8e-dcd2-4844-84f9-c2b6bcc8a85c"}, {"track_count": 19, "releaseevents": [{"date": {"year": 2009}, 
"country": "SG"}], "country": "SG", "date": {"year": 2009}, "medium_count": 2, "mediums": [{"position": 1, 
"tracks": [{"position": 1, "id": "0a648853-5392-350f-95eb-cce79956bb75"}], "title": "The Fall", 
"track_count": 13, "format": "CD"}], "id": "65ffb28d-9258-37e5-b5cd-84cad653fbe1"}, {"track_count": 13, 
"releaseevents": [{"date": {"year": 2009}, "country": "AR"}], "country": "AR", "date": {"year": 2009}, 
"medium_count": 1, "mediums": [{"position": 1, "tracks": [{"position": 1, "id": 
"b705bdb2-bff8-4794-90a9-fade13034e64"}], "track_count": 13, "format": "CD"}], "id": "8325dce3-1f7c-468
 4-abd7-0
 df079f0c146"}, {"track_count": 14, "releaseevents": [{"date": {"month": 11, "day": 11, "year": 2009}, 
"country": "JP"}], "country": "JP", "date": {"month": 11, "day": 11, "year": 2009}, "medium_count": 1, 
"mediums": [{"position": 1, "tracks": [{"position": 1, "id": "01fcb17a-6d5b-3e42-97e5-1ad105992605"}], 
"track_count": 14, "format": "CD"}], "id": "b3c8cd44-3b99-473e-bc6a-39a48f62c3ae"}, {"track_count": 13, 
"releaseevents": [{"date": {"year": 2009}, "country": "AU"}], "country": "AU", "date": {"year": 2009}, 
"medium_count": 1, "mediums": [{"position": 1, "tracks": [{"position": 1, "id": 
"6eaf72d7-8564-33ed-9aed-e7ea8ed60503"}], "track_count": 13, "format": "CD"}], "id": 
"e7b2b4ea-b6f3-4d9c-b3d7-01974558e222"}], "title": "The Fall"}, {"releases": [{"track_count": 30, 
"releaseevents": [{"date": {"year": 2009}, "country": "IT"}], "country": "IT", "date": {"year": 2009}, 
"medium_count": 2, "mediums": [{"position": 2, "tracks": [{"position": 14, "artists": [{"id": "985c709c-7771
 -4de3-90
 24-7bda29ebe3f9", "name": "Norah Jones"}], "id": "b7276c33-5030-401c-8448-130eab3c8018"}], "track_count": 
15, "format": "CD"}], "id": "23e3b5ea-95ac-4c27-971e-5d348af299c6"}], "title": "Radio Deejay Yes! 
Compilation", "secondarytypes": ["Compilation"], "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", 
"name": "Various Artists"}], "type": "Album", "id": "9242c24f-dcdc-4756-a823-caea89ed06f4"}], "title": 
"Chasing Pirates", "id": "6d8ba615-d8fe-4f99-b38f-0a17d657b1bb"}], "score": 0.996704, "id": 
"0bf9d00d-b972-4db4-bb08-34e4cf9d2dab"}, {"score": 0.912711, "id": "4d59167b-4dfd-46d1-a1eb-324c3fbf88af"}, 
{"score": 0.429325, "id": "95406b27-86fd-42a0-a718-93d30d21fb0e"}]}
diff --git a/tests/lua-factory/sources/data/acoustid_philip_glass_the_passion_of.txt 
b/tests/lua-factory/sources/data/acoustid_philip_glass_the_passion_of.txt
index 4308420..d13bde3 100644
--- a/tests/lua-factory/sources/data/acoustid_philip_glass_the_passion_of.txt
+++ b/tests/lua-factory/sources/data/acoustid_philip_glass_the_passion_of.txt
@@ -1 +1 @@
-{"status": "ok", "results": [{"recordings": [{"artists": [{"id": "5ae54dee-4dba-49c0-802a-a3b3b3adfe9b", 
"name": "Philip Glass"}], "duration": 602, "releasegroups": [{"artists": [{"id": 
"5ae54dee-4dba-49c0-802a-a3b3b3adfe9b", "name": "Philip Glass"}], "type": "Album", "id": 
"52f1f9d5-5166-4ceb-9289-6fb1a87f367c", "releases": [{"track_count": 6, "releaseevents": [{"date": {"year": 
2012}, "country": "US"}], "country": "US", "title": "The Passion of Ramakrishna", "artists": [{"id": 
"5ae54dee-4dba-49c0-802a-a3b3b3adfe9b", "name": "Philip Glass"}], "date": {"year": 2012}, "medium_count": 1, 
"id": "2807def3-7873-4277-b079-c9a963d99993"}], "title": "The Passion of Ramakrishna"}], "title": "Part 2", 
"id": "298e15a1-b29b-4947-9dca-ec3634f9ebde"}], "score": 0.999604, "id": 
"b3179c26-c4cb-45da-b750-a5f9211a54da"}]}
+{"status": "ok", "results": [{"recordings": [{"artists": [{"id": "5ae54dee-4dba-49c0-802a-a3b3b3adfe9b", 
"name": "Philip Glass"}], "duration": 602, "releasegroups": [{"type": "Album", "id": 
"52f1f9d5-5166-4ceb-9289-6fb1a87f367c", "releases": [{"track_count": 6, "releaseevents": [{"date": {"year": 
2012}, "country": "US"}], "country": "US", "date": {"year": 2012}, "medium_count": 1, "mediums": 
[{"position": 1, "tracks": [{"position": 3, "id": "06d8de09-52b5-4f05-96c2-1cc11ff814bc", "title": "The 
Passion of Ramakrishna: Part 2"}], "track_count": 6, "format": "CD"}], "id": 
"2807def3-7873-4277-b079-c9a963d99993"}], "title": "The Passion of Ramakrishna"}], "title": "Part 2", "id": 
"298e15a1-b29b-4947-9dca-ec3634f9ebde"}], "score": 0.999604, "id": "b3179c26-c4cb-45da-b750-a5f9211a54da"}]}
diff --git a/tests/lua-factory/sources/data/acoustid_radiohead_paranoid_android.txt 
b/tests/lua-factory/sources/data/acoustid_radiohead_paranoid_android.txt
index 1dd0ac4..8e20cf0 100644
--- a/tests/lua-factory/sources/data/acoustid_radiohead_paranoid_android.txt
+++ b/tests/lua-factory/sources/data/acoustid_radiohead_paranoid_android.txt
@@ -1 +1 @@
-{"status": "ok", "results": [{"recordings": [{"artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", 
"name": "Radiohead"}], "duration": 385, "releasegroups": [{"releases": [{"track_count": 20, "releaseevents": 
[{"date": {"year": 2001}, "country": "XE"}], "country": "XE", "title": "Rock Da Place", "artists": [{"id": 
"89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "date": {"year": 2001}, "medium_count": 
1, "id": "f9f6ab9e-65da-4e90-853f-23960b04736a"}], "title": "ROCK DA PLACE", "secondarytypes": 
["Compilation"], "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], 
"type": "Album", "id": "5156ef3b-6d06-46d9-874d-4e7e41ef3be0"}], "title": "Paranoid Android", "id": 
"5188ac5f-6000-483a-b689-b4773d0b1afa"}, {"artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": 
"Radiohead"}], "duration": 358, "releasegroups": [{"releases": [{"medium_count": 4, "artists": [{"id": 
"89ad4ac3-39f7-470e-963a-56509c546377", "name":
  "Variou
 s Artists"}], "id": "7c095f83-fbf8-4d88-9228-8af138ab6f12", "track_count": 64, "title": "Superhits of the 
90's"}], "title": "Superhits of the 90's", "secondarytypes": ["Compilation"], "artists": [{"id": 
"89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "type": "Album", "id": 
"aaf960f9-bfe9-3130-9f14-af412880c360"}], "title": "Paranoid Android", "id": 
"7a7c3a58-288b-4725-93af-3b0b4fcd3870"}, {"artists": [{"id": "6ba7dd48-a5fe-46a3-947a-057919dbe989", "name": 
"Stanley Jordan"}], "duration": 387, "releasegroups": [{"releases": [{"track_count": 16, "releaseevents": 
[{"date": {"month": 6, "day": 21, "year": 2001}, "country": "CH"}], "country": "CH", "title": "Jazz on Cinema 
(disc 1)", "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "date": 
{"month": 6, "day": 21, "year": 2001}, "medium_count": 1, "id": "ce55d3a7-70e1-4298-971b-6080025736a8"}], 
"title": "Jazz on Cinema", "secondarytypes": ["Compilation"], "artists": [{"id"
 : "89ad4
 ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "type": "Album", "id": 
"b0e17d95-2aa8-33a1-85e6-1932f8fe627d"}, {"artists": [{"id": "6ba7dd48-a5fe-46a3-947a-057919dbe989", "name": 
"Stanley Jordan"}], "type": "Album", "id": "0c42f8a3-942a-3c30-b3b7-88e21e2373ad", "releases": 
[{"track_count": 7, "releaseevents": [{"date": {"month": 11, "day": 12, "year": 1991}, "country": "US"}], 
"country": "US", "title": "Stolen Moments", "artists": [{"id": "6ba7dd48-a5fe-46a3-947a-057919dbe989", 
"name": "Stanley Jordan"}], "date": {"month": 11, "day": 12, "year": 1991}, "medium_count": 1, "id": 
"e7f38bc1-ca38-448c-8c71-77426a415344"}], "title": "Stolen Moments"}, {"releases": [{"track_count": 11, 
"releaseevents": [{"date": {"year": 1995}, "country": "US"}], "country": "US", "title": "The Best of Stanley 
Jordan", "artists": [{"id": "6ba7dd48-a5fe-46a3-947a-057919dbe989", "name": "Stanley Jordan"}], "date": 
{"year": 1995}, "medium_count": 1, "id": "2b58cb4a-71e8-479f-b500-ee828d
 bd20fe"}
 ], "title": "The Best of Stanley Jordan", "secondarytypes": ["Compilation"], "artists": [{"id": 
"6ba7dd48-a5fe-46a3-947a-057919dbe989", "name": "Stanley Jordan"}], "type": "Album", "id": 
"ef521c3e-0f39-333a-b315-c40a664236b8"}], "title": "Over the Rainbow", "id": 
"9596c19e-550f-4190-9e1d-e3f32e02e3f2"}, {"artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": 
"Radiohead"}], "duration": 383, "releasegroups": [{"releases": [{"track_count": 18, "releaseevents": 
[{"date": {"year": 1997}, "country": "FR"}], "country": "FR", "title": "3X plus de bruit!", "artists": 
[{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "date": {"year": 1997}, 
"medium_count": 1, "id": "67016a2b-118d-483d-9e36-49080ae43df4"}], "title": "3X plus de bruit!", 
"secondarytypes": ["Compilation"], "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": 
"Various Artists"}], "type": "Album", "id": "dd02a722-bb7f-4771-9a5b-681f5556ce71"}, {"releases": 
[{"track_count
 ": 18, "
 releaseevents": [{"date": {"year": 1999}}], "title": "World Ballads Collection", "artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "date": {"year": 1999}, "medium_count": 1, 
"id": "327aa699-5256-4ea2-8d08-be96f3561d5d"}], "title": "World Ballads Collection", "secondarytypes": 
["Compilation"], "artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "type": 
"Album", "id": "f720c4d7-a80d-4466-b92d-9d1de99ddba7"}, {"releases": [{"track_count": 38, "releaseevents": 
[{"date": {"month": 11, "day": 21, "year": 1997}, "country": "GB"}], "country": "GB", "title": "Shine: Best 
of 97", "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "date": 
{"month": 11, "day": 21, "year": 1997}, "medium_count": 2, "id": "551aaf33-f02e-4117-b375-9e7d71c44825"}], 
"title": "Shine: Best of 97", "secondarytypes": ["Compilation"], "artists": [{"id": 
"89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artist
 s"}], "t
 ype": "Album", "id": "b95cceaf-4108-3ecc-a037-b76e4c04300e"}, {"releases": [{"track_count": 17, 
"releaseevents": [{"date": {"month": 12, "day": 2, "year": 1997}, "country": "CA"}], "country": "CA", 
"title": "Big Shiny Tunes 2", "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various 
Artists"}], "date": {"month": 12, "day": 2, "year": 1997}, "medium_count": 1, "id": 
"0471350b-645a-4e37-967b-e973eec4a1c0"}], "title": "Big Shiny Tunes 2", "secondarytypes": ["Compilation"], 
"artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "type": "Album", 
"id": "45acecb7-b1a9-3bc2-989e-ef2f9de4df4b"}, {"releases": [{"track_count": 36, "releaseevents": [{"date": 
{"month": 8, "day": 25, "year": 2009}, "country": "AU"}], "country": "AU", "title": "Triple J: Hottest 100 of 
All Time", "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "date": 
{"month": 8, "day": 25, "year": 2009}, "medium_count": 2, "id": 
 "75a5b34
 f-4f29-4b29-9424-7e9ab7e2057a"}], "title": "Triple J: Hottest 100 of All Time", "secondarytypes": 
["Compilation"], "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], 
"type": "Album", "id": "b7f2b485-3a8f-4573-b23d-9873cbbb2f1a"}, {"releases": [{"track_count": 39, 
"releaseevents": [{"date": {"month": 9, "day": 1, "year": 1997}, "country": "GB"}], "country": "GB", "title": 
"Shine 9", "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "date": 
{"month": 9, "day": 1, "year": 1997}, "medium_count": 2, "id": "c07290fb-649c-47a2-a77d-8d33e8836ddb"}], 
"title": "Shine 9", "secondarytypes": ["Compilation"], "artists": [{"id": 
"89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "type": "Album", "id": 
"773be37f-d92f-380a-998a-c5e6e74f2baa"}, {"releases": [{"track_count": 19, "releaseevents": [{"date": 
{"year": 1997}, "country": "BE"}], "country": "BE", "title": "MTV Fresh 3", "artists": [{"id": "89
 ad4ac3-3
 9f7-470e-963a-56509c546377", "name": "Various Artists"}], "date": {"year": 1997}, "medium_count": 1, "id": 
"22d44b30-e996-4f2c-af59-662b24f66a06"}], "title": "MTV Fresh 3", "secondarytypes": ["Compilation"], 
"artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "type": "Album", 
"id": "ce7f6a36-eb4d-3e46-b4bb-68c24b0f19f6"}, {"releases": [{"track_count": 38, "releaseevents": [{"date": 
{"month": 11, "day": 21, "year": 2000}, "country": "GB"}], "country": "GB", "title": "Music of the Millennium 
2", "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "date": {"month": 
11, "day": 21, "year": 2000}, "medium_count": 2, "id": "f37af9da-28f0-4789-979e-17655f638d57"}], "title": 
"Music of the Millennium 2", "secondarytypes": ["Compilation"], "artists": [{"id": 
"89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "type": "Album", "id": 
"65249aaa-d14a-306e-8b9e-05cab478bf67"}, {"releases": [{"track_coun
 t": 133,
  "releaseevents": [{"date": {"month": 4, "day": 14, "year": 2003}, "country": "AU"}], "country": "AU", 
"title": "Triple J: Hottest Box", "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various 
Artists"}], "date": {"month": 4, "day": 14, "year": 2003}, "medium_count": 9, "id": 
"7f06435a-2c36-4abd-b727-701c52792d6c"}], "title": "Triple J: Hottest Box", "secondarytypes": 
["Compilation"], "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], 
"type": "Album", "id": "c14707bf-0b73-3fa9-8efe-7a60d2d372ff"}, {"releases": [{"track_count": 34, 
"releaseevents": [{"date": {"month": 11, "day": 1, "year": 2001}, "country": "DE"}], "country": "DE", 
"title": "Sounds Like Teen Spirit: Best of Alternative & Nu Rock", "artists": [{"id": 
"89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "date": {"month": 11, "day": 1, "year": 
2001}, "medium_count": 2, "id": "1e3f02c0-20b2-49a5-ab8d-9983d3a66dda"}], "title": "Sounds Like Te
 en Spiri
 t: Best of Alternative & Nu Rock", "secondarytypes": ["Compilation"], "artists": [{"id": 
"89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "type": "Album", "id": 
"1f3d9176-3e6f-3dec-b8dd-42c3c97acdfa"}, {"releases": [{"track_count": 17, "releaseevents": [{"date": 
{"year": 2008}, "country": "US"}], "country": "US", "title": "The Best Of", "artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "date": {"year": 2008}, "medium_count": 1, 
"id": "4cf4ed93-2899-4069-a8b7-664bfe4d9781"}, {"track_count": 29, "releaseevents": [{"date": {"month": 6, 
"day": 2, "year": 2008}, "country": "GB"}], "country": "GB", "title": "The Best Of", "artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "date": {"month": 6, "day": 2, "year": 2008}, 
"medium_count": 2, "id": "336162c1-3320-3f80-a9d5-e437cc017bb7"}, {"track_count": 29, "releaseevents": 
[{"date": {"month": 10, "day": 27, "year": 2008}, "country": "GB"}], "country": "G
 B", "tit
 le": "The Best Of", "artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], 
"date": {"month": 10, "day": 27, "year": 2008}, "medium_count": 2, "id": 
"de920ef4-d662-37be-9a73-1ef1b2071f45"}, {"track_count": 30, "releaseevents": [{"date": {"month": 6, "day": 
3, "year": 2008}, "country": "US"}], "country": "US", "title": "The Best Of", "artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "date": {"month": 6, "day": 3, "year": 2008}, 
"medium_count": 2, "id": "5e94423b-ca48-3c25-9504-bec33c466f8c"}, {"track_count": 29, "releaseevents": 
[{"date": {"year": 2008}, "country": "XE"}], "country": "XE", "title": "The Best Of", "artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "date": {"year": 2008}, "medium_count": 2, 
"id": "054813d3-99cd-4c7e-aaa7-c63b8c3b5b48"}, {"track_count": 17, "releaseevents": [{"date": {"month": 6, 
"day": 3, "year": 2008}, "country": "US"}], "country": "US", "title": "The Best
  Of", "a
 rtists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "date": {"month": 6, "day": 
3, "year": 2008}, "medium_count": 1, "id": "af8722d8-6248-4b9c-9d30-2183eafa2ed9"}, {"track_count": 16, 
"releaseevents": [{"date": {"month": 6, "day": 2, "year": 2008}, "country": "GB"}], "country": "GB", "title": 
"The Best Of", "artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "date": 
{"month": 6, "day": 2, "year": 2008}, "medium_count": 1, "id": "5f3f8f7a-8b96-48b1-808e-64bb2f13030c"}], 
"title": "The Best Of", "secondarytypes": ["Compilation"], "artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "type": "Album", "id": 
"80975c59-4094-30d5-bb58-365e8b061274"}, {"releases": [{"track_count": 34, "releaseevents": [{"country": 
"AU"}], "country": "AU", "title": "Triple J: Hottest 100, Volume 5", "artists": [{"id": 
"89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "medium_count": 2, "id": "10737
 6df-2408
 -42aa-b19a-721e6ac9a5ec"}, {"track_count": 33, "releaseevents": [{"date": {"year": 1998}, "country": "AU"}], 
"country": "AU", "title": "Triple J: Hottest 100, Volume 5", "artists": [{"id": 
"89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "date": {"year": 1998}, "medium_count": 
2, "id": "69f4a295-907f-45b1-ada9-31730f32ab6f"}, {"track_count": 33, "releaseevents": [{"date": {"month": 7, 
"day": 17, "year": 1998}, "country": "AU"}], "country": "AU", "title": "Triple J: Hottest 100, Volume 5", 
"artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "date": {"month": 7, 
"day": 17, "year": 1998}, "medium_count": 2, "id": "c0d09141-c3a7-4d30-a17c-ddb497c7dd6b"}], "title": "Triple 
J: Hottest 100, Volume 5", "secondarytypes": ["Compilation"], "artists": [{"id": 
"89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "type": "Album", "id": 
"6edd1b32-d020-3f63-b340-16963b1f989e"}, {"releases": [{"medium_count": 2, "artists
 ": [{"id
 ": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "id": 
"752fe36e-a3b5-49e9-9fcf-8ca143a6d7f0", "track_count": 42, "title": "Festival 06"}], "title": "Festival 06", 
"secondarytypes": ["Compilation"], "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": 
"Various Artists"}], "type": "Album", "id": "2d9231c1-2279-35f2-8697-7f29c1735113"}, {"releases": 
[{"track_count": 79, "releaseevents": [{"date": {"month": 12, "day": 10, "year": 2007}, "country": "XE"}], 
"country": "XE", "title": "Album Box Set", "artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": 
"Radiohead"}], "date": {"month": 12, "day": 10, "year": 2007}, "medium_count": 7, "id": 
"5fdd4427-8604-4004-965b-d33c3a65f30c"}], "title": "Album Box Set", "secondarytypes": ["Compilation"], 
"artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "type": "Album", "id": 
"b7db08f4-835a-4a69-970b-5321e6305032"}, {"releases": [{"track_count": 40, "releaseevents
 ": [{"da
 te": {"month": 8, "day": 24, "year": 2012}, "country": "BE"}], "country": "BE", "title": "Alle 40 Goed: 
Alternative", "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "date": 
{"month": 8, "day": 24, "year": 2012}, "medium_count": 2, "id": "7142c629-53fd-4dce-af16-79f30916f3f4"}], 
"title": "Alle 40 Goed: Alternative", "secondarytypes": ["Compilation"], "artists": [{"id": 
"89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "type": "Album", "id": 
"ade6c60b-53b1-46d8-96ff-43a1e632147a"}, {"releases": [{"track_count": 16, "releaseevents": [{"date": 
{"year": 1997}, "country": "CH"}], "country": "CH", "title": "Rep\u00e9rages, Volume 12", "artists": [{"id": 
"89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "date": {"year": 1997}, "medium_count": 
1, "id": "8b42eaed-6078-49a4-b4d8-3db7c3413572"}], "title": "Rep\u00e9rages, Volume 12", "secondarytypes": 
["Compilation"], "artists": [{"id": "89ad4ac3-39f7-470e-96
 3a-56509
 c546377", "name": "Various Artists"}], "type": "Album", "id": "a72f18dd-86d1-3208-bb2c-459a1189a728"}, 
{"artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "type": "EP", "id": 
"e418e013-c2a4-3d77-af37-2e92cd48ba5a", "releases": [{"track_count": 6, "releaseevents": [{"date": {"month": 
1, "year": 1998}, "country": "US"}], "country": "US", "title": "College Karma EP", "artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "date": {"month": 1, "year": 1998}, 
"medium_count": 1, "id": "15ebb9ac-0bd8-4f4d-a8cc-6b7f2686932e"}], "title": "College Karma EP"}, {"artists": 
[{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "type": "Single", "id": 
"1f4d4fe7-ddb0-36b8-8fd9-283d40190c3b", "releases": [{"track_count": 3, "releaseevents": [{"date": {"month": 
5, "day": 26, "year": 1997}, "country": "GB"}], "country": "GB", "title": "Paranoid Android", "artists": 
[{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name":
  "Radioh
 ead"}], "date": {"month": 5, "day": 26, "year": 1997}, "medium_count": 1, "id": 
"e4933069-51f2-4b4e-a987-8d9de6802b77"}, {"track_count": 6, "releaseevents": [{"date": {"month": 5, "day": 
13, "year": 2016}, "country": "XW"}], "country": "XW", "title": "Paranoid Android", "artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "date": {"month": 5, "day": 13, "year": 2016}, 
"medium_count": 1, "id": "4b1bc218-1de6-43ef-8705-b066a9efe456"}, {"track_count": 1, "releaseevents": 
[{"date": {"month": 5, "year": 1997}, "country": "GB"}], "country": "GB", "title": "Paranoid Android", 
"artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "date": {"month": 5, 
"year": 1997}, "medium_count": 1, "id": "5c375e1c-9545-4b0b-9c87-96de58255bb4"}, {"track_count": 3, 
"releaseevents": [{"date": {"month": 4, "day": 18, "year": 2009}, "country": "US"}], "country": "US", 
"title": "Paranoid Android", "artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4
 122711",
  "name": "Radiohead"}], "date": {"month": 4, "day": 18, "year": 2009}, "medium_count": 1, "id": 
"903e6934-c5d5-4c44-9fd8-548c2b463189"}, {"track_count": 3, "releaseevents": [{"date": {"month": 5, "day": 
26, "year": 1997}, "country": "GB"}], "country": "GB", "title": "Paranoid Android", "artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "date": {"month": 5, "day": 26, "year": 1997}, 
"medium_count": 1, "id": "3a6b3e7e-cfed-4c4a-b656-701fe3457cd1"}], "title": "Paranoid Android"}, {"releases": 
[{"track_count": 42, "releaseevents": [{"date": {"month": 11, "day": 3, "year": 1997}, "country": "GB"}], 
"country": "GB", "title": "The Greatest Hits of 1997", "artists": [{"id": 
"89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "date": {"month": 11, "day": 3, "year": 
1997}, "medium_count": 2, "id": "92fcac49-895a-462d-95c4-f324cdaaddc9"}], "title": "The Greatest Hits of 
1997", "secondarytypes": ["Compilation"], "artists": [{"id": "89ad4ac
 3-39f7-4
 70e-963a-56509c546377", "name": "Various Artists"}], "type": "Album", "id": 
"67b2ff2a-38e9-32d0-84a0-85ac98cb16b4"}, {"releases": [{"track_count": 41, "releaseevents": [{"date": 
{"month": 7, "day": 14, "year": 1997}, "country": "GB"}], "country": "GB", "title": "Now That\u2019s What I 
Call Music! 37", "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], 
"date": {"month": 7, "day": 14, "year": 1997}, "medium_count": 2, "id": 
"7f3b35e7-0b82-4c08-b8dc-ee53666ee8c7"}, {"track_count": 41, "releaseevents": [{"date": {"month": 7, "day": 
14, "year": 1997}, "country": "GB"}], "country": "GB", "title": "Now That\u2019s What I Call Music! 37", 
"artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "date": {"month": 7, 
"day": 14, "year": 1997}, "medium_count": 2, "id": "0a737b0b-c885-3039-9c4f-ed3759c030dc"}], "title": "Now 
That\u2019s What I Call Music! 37", "secondarytypes": ["Compilation"], "artists": [{"id": "89ad4a
 c3-39f7-
 470e-963a-56509c546377", "name": "Various Artists"}], "type": "Album", "id": 
"ee62c493-eb1e-36f7-99db-5d3bc5b0faee"}, {"releases": [{"track_count": 38, "releaseevents": [{"date": 
{"year": 2008}, "country": "RU"}], "country": "RU", "title": "Greatest Hits", "artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "date": {"year": 2008}, "medium_count": 2, 
"id": "f2b0c9de-35ad-46ec-b44a-3051621b5a59"}], "title": "Greatest Hits", "secondarytypes": ["Compilation"], 
"artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "type": "Album", "id": 
"c4ae4ebb-2d68-4ba7-9c81-18ad7cb9022f"}, {"artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": 
"Radiohead"}], "type": "Album", "id": "b1392450-e666-3926-a536-22c65f834433", "releases": [{"track_count": 
23, "releaseevents": [{"date": {"month": 6, "day": 23, "year": 2017}, "country": "XE"}], "country": "XE", 
"title": "OK Computer: OKNOTOK 1997 2017", "artists": [{"id": "a74b1b7f
 -71a5-40
 11-9441-d0b5e4122711", "name": "Radiohead"}], "date": {"month": 6, "day": 23, "year": 2017}, "medium_count": 
2, "id": "d6dc018d-5caa-4e6f-8e9d-d889fcd585f4"}, {"track_count": 12, "releaseevents": [{"date": {"month": 7, 
"day": 1, "year": 1997}, "country": "US"}], "country": "US", "title": "OK Computer", "artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "date": {"month": 7, "day": 1, "year": 1997}, 
"medium_count": 1, "id": "6a09041b-0f79-3278-88d9-0552dd28d37f"}, {"track_count": 12, "releaseevents": 
[{"date": {"month": 6, "day": 16, "year": 1997}, "country": "XE"}], "country": "XE", "title": "OK Computer", 
"artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "date": {"month": 6, "day": 
16, "year": 1997}, "medium_count": 1, "id": "52709206-8816-3c12-9ff6-f957f2f1eecf"}, {"track_count": 23, 
"releaseevents": [{"date": {"month": 6, "day": 23, "year": 2017}, "country": "US"}], "country": "US", 
"title": "OK Computer: OKNOT
 OK 1997 
 2017", "artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "date": {"month": 
6, "day": 23, "year": 2017}, "medium_count": 2, "id": "a1ed87aa-2079-4e42-bbeb-6309b3b68674"}, 
{"track_count": 12, "releaseevents": [{"date": {"month": 7, "day": 1, "year": 1997}, "country": "US"}], 
"country": "US", "title": "OK Computer", "artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": 
"Radiohead"}], "date": {"month": 7, "day": 1, "year": 1997}, "medium_count": 1, "id": 
"0b6b4ba0-d36f-47bd-b4ea-6a5b91842d29"}, {"track_count": 12, "releaseevents": [{"date": {"year": 1997}, 
"country": "PL"}], "country": "PL", "title": "OK Computer", "artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "date": {"year": 1997}, "medium_count": 1, 
"id": "9c1e5e9e-9f40-4cd8-94a4-785fa5d0b613"}, {"track_count": 12, "releaseevents": [{"date": {"year": 1997}, 
"country": "AU"}], "country": "AU", "title": "OK Computer", "artists": [{"id": "a74b1b7f-7
 1a5-4011
 -9441-d0b5e4122711", "name": "Radiohead"}], "date": {"year": 1997}, "medium_count": 1, "id": 
"e16cda60-6e6d-4a32-8d7c-e12d9aeb72de"}, {"track_count": 12, "releaseevents": [{"date": {"month": 1, "day": 
1, "year": 2008}, "country": "JP"}], "country": "JP", "title": "OK Computer", "artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "date": {"month": 1, "day": 1, "year": 2008}, 
"medium_count": 1, "id": "a822795e-feee-3547-ad81-84d878032f05"}, {"track_count": 33, "releaseevents": 
[{"date": {"month": 3, "day": 24, "year": 2009}, "country": "CA"}], "country": "CA", "title": "OK Computer", 
"artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "date": {"month": 3, "day": 
24, "year": 2009}, "medium_count": 3, "id": "7169a92a-4dc1-42bb-9a21-c1c9223b68a8"}, {"track_count": 23, 
"releaseevents": [{"date": {"month": 6, "day": 23, "year": 2017}, "country": "GB"}, {"date": {"month": 7, 
"day": 7, "year": 2017}, "country": "US"}], "coun
 try": "G
 B", "title": "OK Computer: OKNOTOK 1997 2017", "artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", 
"name": "Radiohead"}], "date": {"month": 6, "day": 23, "year": 2017}, "medium_count": 3, "id": 
"5048852c-1b89-4acf-989e-2df6598c4e1e"}, {"track_count": 33, "releaseevents": [{"date": {"month": 4, "day": 
1, "year": 2009}, "country": "JP"}], "country": "JP", "title": "OK Computer", "artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "date": {"month": 4, "day": 1, "year": 2009}, 
"medium_count": 3, "id": "a736eb98-ba6b-3e42-ad80-a65f648910a3"}, {"track_count": 23, "releaseevents": 
[{"date": {"month": 7, "day": 7, "year": 2017}, "country": "US"}], "country": "US", "title": "OK Computer: 
OKNOTOK 1997 2017", "artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "date": 
{"month": 7, "day": 7, "year": 2017}, "medium_count": 2, "id": "2629071c-1d8f-43f1-be99-712d931e3bf1"}, 
{"track_count": 12, "releaseevents": [{"date": {"m
 onth": 5
 , "day": 21, "year": 1997}, "country": "JP"}], "country": "JP", "title": "OK Computer", "artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "date": {"month": 5, "day": 21, "year": 1997}, 
"medium_count": 1, "id": "1834eae1-741b-3c03-9ca5-0df3decb43ea"}, {"track_count": 27, "releaseevents": 
[{"date": {"month": 3, "day": 23, "year": 2009}, "country": "GB"}], "country": "GB", "title": "OK Computer", 
"artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "date": {"month": 3, "day": 
23, "year": 2009}, "medium_count": 2, "id": "bdf93ecb-85e8-3505-98f7-e2e8c5052723"}, {"track_count": 23, 
"releaseevents": [{"date": {"month": 6, "day": 23, "year": 2017}, "country": "JP"}], "country": "JP", 
"title": "OK Computer: OKNOTOK 1997 2017", "artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": 
"Radiohead"}], "date": {"month": 6, "day": 23, "year": 2017}, "medium_count": 2, "id": 
"a95ea77a-e7b1-4116-b647-8210f472b3e8"}, {"tra
 ck_count
 ": 12, "releaseevents": [{"date": {"month": 4, "day": 1, "year": 2016}, "country": "XW"}], "country": "XW", 
"title": "OK Computer", "artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], 
"date": {"month": 4, "day": 1, "year": 2016}, "medium_count": 1, "id": 
"30702389-5c67-4438-9ea0-2351c8de0f1d"}, {"track_count": 23, "releaseevents": [{"date": {"month": 6, "day": 
22, "year": 2017}, "country": "XW"}], "country": "XW", "title": "OK Computer: OKNOTOK 1997 2017", "artists": 
[{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "date": {"month": 6, "day": 22, 
"year": 2017}, "medium_count": 1, "id": "8e2b5322-f9a6-4ab7-b3f4-f65e7ddbc9e4"}, {"track_count": 27, 
"releaseevents": [{"date": {"month": 4, "day": 1, "year": 2009}, "country": "JP"}], "country": "JP", "title": 
"OK Computer", "artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "date": 
{"month": 4, "day": 1, "year": 2009}, "medium_count": 2, "id": "e8c3
 ff98-75f
 0-383f-a7d1-35db67661d89"}, {"track_count": 12, "releaseevents": [{"date": {"month": 9, "day": 6, "year": 
2006}, "country": "JP"}], "country": "JP", "title": "OK Computer", "artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "date": {"month": 9, "day": 6, "year": 2006}, 
"medium_count": 1, "id": "175d6ac9-7185-357c-af04-5887dc3ea788"}, {"track_count": 12, "releaseevents": 
[{"date": {"year": 1997}}], "title": "OK Computer", "artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "date": {"year": 1997}, "medium_count": 1, 
"id": "16f227a1-fa4a-4d7e-bba2-6a8ca18c33a8"}, {"track_count": 15, "releaseevents": [{"date": {"year": 1997}, 
"country": "XE"}], "country": "XE", "title": "OK Computer", "artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "date": {"year": 1997}, "medium_count": 2, 
"id": "52e7fc61-fcf3-4b46-ac72-38e9644bf982"}, {"track_count": 12, "releaseevents": [{"date": {"year": 1997}, 
"co
 untry": 
 "XE"}], "country": "XE", "title": "OK Computer", "artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", 
"name": "Radiohead"}], "date": {"year": 1997}, "medium_count": 1, "id": 
"0c324f3a-dcbb-4f09-b33a-c03c676b4044"}, {"track_count": 33, "releaseevents": [{"date": {"month": 3, "day": 
23, "year": 2009}, "country": "XE"}], "country": "XE", "title": "OK Computer", "artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "date": {"month": 3, "day": 23, "year": 2009}, 
"medium_count": 3, "id": "9eff0482-170f-3e93-8c65-73ce18e10ee7"}, {"track_count": 12, "releaseevents": 
[{"date": {"year": 1997}, "country": "AR"}], "country": "AR", "title": "OK Computer", "artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "date": {"year": 1997}, "medium_count": 1, 
"id": "3c8cbdc8-555f-3987-8f03-6baf9488d1b0"}, {"track_count": 12, "releaseevents": [{"date": {"month": 6, 
"day": 16, "year": 1997}, "country": "GB"}, {"date": {"month": 6, "day":
  16, "ye
 ar": 1997}, "country": "XE"}], "country": "GB", "title": "OK Computer", "artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "date": {"month": 6, "day": 16, "year": 1997}, 
"medium_count": 1, "id": "425d8db9-88a3-31e2-bd23-b1a967626dd5"}, {"track_count": 12, "releaseevents": 
[{"date": {"month": 6, "day": 16, "year": 1997}, "country": "GB"}], "country": "GB", "title": "OK Computer", 
"artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "date": {"month": 6, "day": 
16, "year": 1997}, "medium_count": 1, "id": "fba5f8fe-c6c8-4511-8562-c9febf482674"}, {"track_count": 12, 
"releaseevents": [{"date": {"month": 6, "day": 17, "year": 1997}, "country": "CA"}], "country": "CA", 
"title": "OK Computer", "artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], 
"date": {"month": 6, "day": 17, "year": 1997}, "medium_count": 1, "id": 
"4b3d18cc-8937-36f4-8de0-481088be58e6"}, {"track_count": 27, "releaseevents": [{"
 date": {
 "month": 3, "day": 24, "year": 2009}, "country": "US"}], "country": "US", "title": "OK Computer", "artists": 
[{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "date": {"month": 3, "day": 24, 
"year": 2009}, "medium_count": 2, "id": "d4635a34-caf5-3b35-9a5b-d805f1126633"}, {"track_count": 12, 
"releaseevents": [{"date": {"month": 6, "day": 16, "year": 1997}, "country": "GB"}], "country": "GB", 
"title": "OK Computer", "artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], 
"date": {"month": 6, "day": 16, "year": 1997}, "medium_count": 2, "id": 
"541a0976-ca45-3c0f-89e5-26bc376f58d1"}, {"track_count": 12, "releaseevents": [{"date": {"year": 2008}, 
"country": "US"}], "country": "US", "title": "OK Computer", "artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "date": {"year": 2008}, "medium_count": 2, 
"id": "51df2038-5682-303e-9d87-7aeb99660433"}, {"track_count": 68, "releaseevents": [{"date": {"month": 6, 
 "day": 2
 3, "year": 2017}, "country": "GB"}, {"date": {"month": 7, "day": 7, "year": 2017}, "country": "US"}], 
"country": "GB", "title": "OK Computer: OKNOTOK 1997 2017", "artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "date": {"month": 6, "day": 23, "year": 2017}, 
"medium_count": 5, "id": "839966ab-7612-447c-b805-2a36b3e18aa5"}], "title": "OK Computer"}, {"releases": 
[{"track_count": 57, "releaseevents": [{"date": {"month": 10, "day": 12, "year": 2012}, "country": "DE"}], 
"country": "DE", "title": "5 Album Set", "artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": 
"Radiohead"}], "date": {"month": 10, "day": 12, "year": 2012}, "medium_count": 5, "id": 
"99726b5e-a17a-4d75-81dc-e09771e1bffd"}], "title": "5 Album Set", "secondarytypes": ["Compilation"], 
"artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "type": "Album", "id": 
"30f765ef-d7f0-4cce-8a3b-d6e1069f1dda"}, {"releases": [{"track_count": 80, "releasee
 vents": 
 [{"date": {"month": 11, "day": 20, "year": 2015}, "country": "AU"}], "country": "AU", "title": "40 Years of 
Music", "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "date": 
{"month": 11, "day": 20, "year": 2015}, "medium_count": 4, "id": "79a0b733-918a-4061-b38d-e87763248d61"}], 
"title": "40 Years of Music", "secondarytypes": ["Compilation"], "artists": [{"id": 
"89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "type": "Album", "id": 
"896d40c0-d34c-49db-88a4-7c3e1f8ff3ee"}, {"releases": [{"track_count": 19, "releaseevents": [{"date": 
{"month": 5, "day": 25, "year": 2006}, "country": "JP"}], "country": "JP", "title": "Ergo Proxy Original 
Soundtrack opus 01", "artists": [{"id": "7e2b0679-002d-49ad-9748-b5d97ef123ea", "name": 
"\u6c60\u983c\u5e83"}], "date": {"month": 5, "day": 25, "year": 2006}, "medium_count": 1, "id": 
"d28ed99f-b0d9-4f7c-88a8-ad6946d40188"}], "title": "Ergo Proxy Original Soundtrack opus 01", "secondary
 types": 
 ["Soundtrack"], "artists": [{"id": "7e2b0679-002d-49ad-9748-b5d97ef123ea", "name": "\u6c60\u983c\u5e83"}], 
"type": "Album", "id": "ace5135c-1fde-33bd-bfd0-139c8c58212d"}], "title": "Paranoid Android", "id": 
"9f9cf187-d6f9-437f-9d98-d59cdbd52757"}, {"artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": 
"Radiohead"}], "duration": 383, "releasegroups": [{"artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", 
"name": "Radiohead"}], "type": "Album", "id": "b1392450-e666-3926-a536-22c65f834433", "releases": 
[{"track_count": 33, "releaseevents": [{"date": {"month": 3, "day": 23, "year": 2009}, "country": "XE"}], 
"country": "XE", "title": "OK Computer", "artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": 
"Radiohead"}], "date": {"month": 3, "day": 23, "year": 2009}, "medium_count": 3, "id": 
"9eff0482-170f-3e93-8c65-73ce18e10ee7"}, {"track_count": 33, "releaseevents": [{"date": {"month": 3, "day": 
24, "year": 2009}, "country": "CA"}], "country": "CA", "
 title": 
 "OK Computer", "artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "date": 
{"month": 3, "day": 24, "year": 2009}, "medium_count": 3, "id": "7169a92a-4dc1-42bb-9a21-c1c9223b68a8"}, 
{"track_count": 33, "releaseevents": [{"date": {"month": 4, "day": 1, "year": 2009}, "country": "JP"}], 
"country": "JP", "title": "OK Computer", "artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": 
"Radiohead"}], "date": {"month": 4, "day": 1, "year": 2009}, "medium_count": 3, "id": 
"a736eb98-ba6b-3e42-ad80-a65f648910a3"}], "title": "OK Computer"}], "title": "Paranoid Android", "id": 
"a53a283c-0288-4184-a59e-8e1d3e5f4b8b"}], "score": 0.977782, "id": "f2157413-dc2c-4990-a767-2aeb7bb926a2"}, 
{"recordings": [{"artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], 
"duration": 382, "releasegroups": [{"releases": [{"track_count": 23, "releaseevents": [{"date": {"month": 6, 
"day": 23, "year": 2001}}], "title": "2001-06-23: The Gorge Am
 phitheat
 re, George, WA, USA", "artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], 
"date": {"month": 6, "day": 23, "year": 2001}, "medium_count": 2, "id": 
"01c0f247-49fe-4832-b4ce-c689e1890baa"}, {"medium_count": 2, "artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "id": "9b88d66c-9768-4456-9566-9b036a125f79", 
"track_count": 23, "title": "2001-06-23: The Gorge Amphitheatre, George, WA, USA"}], "title": "2001-06-23: 
The Gorge Amphitheatre, George, WA, USA", "secondarytypes": ["Live"], "artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "type": "Album", "id": 
"a7448d43-e69d-3c7b-94cb-e18b8b66dc29"}], "title": "Paranoid Android", "id": 
"02243a45-04c1-4784-8205-e4199fe75816"}, {"artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": 
"Radiohead"}], "duration": 384, "releasegroups": [{"releases": [{"track_count": 38, "releaseevents": 
[{"date": {"year": 1998}, "country": "AU"}], "country":
  "AU", "
 title": "MTV Most Wanted", "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various 
Artists"}], "date": {"year": 1998}, "medium_count": 2, "id": "648cab02-3384-4c9c-8582-ce0a544e6f3b"}], 
"title": "MTV Most Wanted", "secondarytypes": ["Compilation"], "artists": [{"id": 
"89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "type": "Album", "id": 
"180bcd7f-8f8e-40a1-a8ed-94809c8b085d"}], "title": "Paranoid Android", "id": 
"08ca81a0-93c9-41d3-a5dc-9fc39db7ebfb"}, {"artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": 
"Radiohead"}], "duration": 383, "releasegroups": [{"releases": [{"track_count": 41, "releaseevents": 
[{"date": {"month": 3, "day": 14, "year": 2005}, "country": "GB"}], "country": "GB", "title": "The Album, 
Volume 5", "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "date": 
{"month": 3, "day": 14, "year": 2005}, "medium_count": 2, "id": "81b7d91f-f2a8-4811-92b2-e3423757fd8a"}], "ti
 tle": "T
 he Album", "secondarytypes": ["Compilation"], "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", 
"name": "Various Artists"}], "type": "Album", "id": "f2b380a8-b2d6-4474-a93c-a6a74b5c3df1"}], "title": 
"Paranoid Android", "id": "174be24a-a0a1-410e-bfc8-d2639c1fc461"}, {"artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "duration": 385, "releasegroups": 
[{"releases": [{"track_count": 39, "releaseevents": [{"date": {"month": 11, "day": 8, "year": 2004}, 
"country": "GB"}], "country": "GB", "title": "UK Music Hall of Fame", "artists": [{"id": 
"89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "date": {"month": 11, "day": 8, "year": 
2004}, "medium_count": 2, "id": "b379c49b-d6ea-464b-98f4-e8853825e3a1"}], "title": "UK Music Hall of Fame", 
"secondarytypes": ["Compilation"], "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": 
"Various Artists"}], "type": "Album", "id": "6e31d56e-a101-3f63-8aa5-e74d4fb25c99"}], "t
 itle": "
 Paranoid Android", "id": "1bf0d11f-0e38-4702-be15-ae0b6dbe72ba"}, {"artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "duration": 394, "releasegroups": [{"artists": 
[{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "type": "Album", "id": 
"b1392450-e666-3926-a536-22c65f834433", "releases": [{"track_count": 33, "releaseevents": [{"date": {"month": 
3, "day": 23, "year": 2009}, "country": "XE"}], "country": "XE", "title": "OK Computer", "artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "date": {"month": 3, "day": 23, "year": 2009}, 
"medium_count": 3, "id": "9eff0482-170f-3e93-8c65-73ce18e10ee7"}, {"track_count": 33, "releaseevents": 
[{"date": {"month": 3, "day": 24, "year": 2009}, "country": "CA"}], "country": "CA", "title": "OK Computer", 
"artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "date": {"month": 3, "day": 
24, "year": 2009}, "medium_count": 3, "id": "7169
 a92a-4dc
 1-42bb-9a21-c1c9223b68a8"}, {"track_count": 33, "releaseevents": [{"date": {"month": 4, "day": 1, "year": 
2009}, "country": "JP"}], "country": "JP", "title": "OK Computer", "artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "date": {"month": 4, "day": 1, "year": 2009}, 
"medium_count": 3, "id": "a736eb98-ba6b-3e42-ad80-a65f648910a3"}], "title": "OK Computer"}], "title": 
"Paranoid Android", "id": "2b3dae6c-a7f3-407a-a0a9-7325aeacfc75"}, {"artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "duration": 381, "releasegroups": 
[{"releases": [{"medium_count": 1, "artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": 
"Radiohead"}], "id": "5c9f3514-1ac7-4b6a-b61c-8133d396d5ba", "track_count": 29, "title": "2002-08-07: 
Salamanca, Spain"}], "title": "2002-08-07: Palacio de Congresos, Salamanca, Spain", "secondarytypes": 
["Live"], "artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "typ
 e": "Alb
 um", "id": "9bea627f-15a9-3d91-9853-865d053a77f7"}], "title": "Paranoid Android", "id": 
"3f30434c-fc27-40ce-b17e-290639d6f0f4"}, {"artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": 
"Radiohead"}], "duration": 387, "releasegroups": [{"releases": [{"track_count": 83, "releaseevents": 
[{"date": {"month": 3, "day": 9, "year": 2012}, "country": "NL"}], "country": "NL", "title": "Veronica Album 
Top 1000 - The Long Versions", "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various 
Artists"}], "date": {"month": 3, "day": 9, "year": 2012}, "medium_count": 8, "id": 
"497be62e-49de-4545-a8d5-5852d1466b32"}], "title": "Veronica Album Top 1000 - The Long Versions", 
"secondarytypes": ["Compilation"], "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": 
"Various Artists"}], "type": "Album", "id": "191147ab-b16d-48c2-9ea4-e6cc997ebf16"}, {"releases": 
[{"medium_count": 1, "artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radio
 head"}],
  "id": "9207cdc8-0c68-4331-95fc-a46fe64eeea8", "track_count": 17, "title": "Greatest Hits 98"}], "title": 
"Greatest Hits 98", "secondarytypes": ["Compilation"], "artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "type": "Album", "id": 
"e607d0d4-b520-37f9-b82b-8aec9e786c72"}], "title": "Paranoid Android", "id": 
"41888792-b019-4306-9429-07f6f0ddb4a5"}, {"artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": 
"Radiohead"}], "duration": 379, "releasegroups": [{"releases": [{"track_count": 29, "releaseevents": 
[{"country": "US"}], "country": "US", "title": "2006-06-17: Bonnaroo Festival, Manchester, TN, USA", 
"artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "medium_count": 1, "id": 
"849e3409-db61-4207-ae49-3d8b5290bd04"}, {"track_count": 29, "releaseevents": [{"country": "XW"}], "country": 
"XW", "title": "2006-06-17: Bonnaroo Festival, Manchester, TN, USA", "artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e
 4122711"
 , "name": "Radiohead"}], "medium_count": 1, "id": "bfb86539-8061-4e35-a6ae-b77eedbe942d"}], "title": 
"2006-06-17: Bonnaroo Festival, Manchester, TN, USA", "secondarytypes": ["Live"], "artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "type": "Album", "id": 
"6a7e474c-46ad-3e5c-a4cd-49834a3aa740"}], "title": "Paranoid Android", "id": 
"49dfa13e-15e2-4bbc-8409-f3774d70569e"}, {"id": "5e895228-26c2-44ac-990c-2cd2683fb550"}, {"artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "duration": 387, "releasegroups": 
[{"releases": [{"track_count": 187, "releaseevents": [{"date": {"year": 2004}, "country": "US"}], "country": 
"US", "title": "Towering Above the Rest", "artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": 
"Radiohead"}], "date": {"year": 2004}, "medium_count": 10, "id": "71989dd8-89af-45de-87dc-d3d0b798f972"}], 
"title": "Towering Above the Rest", "secondarytypes": ["Compilation"], "artists": [{"id": "a7
 4b1b7f-7
 1a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "type": "Album", "id": 
"e449d0a3-5661-338c-a51e-a9910f725fa5"}], "title": "Paranoid Android", "id": 
"7487331c-0aac-4a21-abef-ead335ae72f6"}, {"id": "8668d6c5-d7f0-4c95-9e82-d487e470d896"}, {"artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "duration": 384, "releasegroups": 
[{"releases": [{"track_count": 75, "releaseevents": [{"date": {"year": 2007}, "country": "AU"}], "country": 
"AU", "title": "20 Years of Rage", "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": 
"Various Artists"}], "date": {"year": 2007}, "medium_count": 4, "id": 
"6ab5d430-bee5-465d-a6c6-fa7bf0dc4bad"}], "title": "20 Years of Rage", "secondarytypes": ["Compilation"], 
"artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "type": "Album", 
"id": "e21a40aa-9418-4273-bd68-1b3feaf39e23"}], "title": "Paranoid Android", "id": 
"8fd28255-4622-45c4-b8f4-36d3d5174299"}, {"artists": [{"i
 d": "a74
 b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "duration": 385, "releasegroups": [{"releases": 
[{"track_count": 19, "releaseevents": [{"date": {"month": 9, "day": 30, "year": 1997}, "country": "ZA"}], 
"country": "ZA", "title": "Big Hits 97", "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": 
"Various Artists"}], "date": {"month": 9, "day": 30, "year": 1997}, "medium_count": 1, "id": 
"7089b9b0-802b-4816-9988-409a94666e48"}], "title": "Big Hits 97", "secondarytypes": ["Compilation"], 
"artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "type": "Album", 
"id": "a45ed7f2-2c6b-4446-a491-84414e01db5e"}], "title": "Paranoid Android", "id": 
"9ed8d43d-634a-4ae0-8411-291906801b09"}, {"artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": 
"Radiohead"}], "duration": 383, "releasegroups": [{"releases": [{"track_count": 18, "releaseevents": 
[{"date": {"year": 1997}, "country": "FR"}], "country": "FR", "title": "3X p
 lus de b
 ruit!", "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "date": 
{"year": 1997}, "medium_count": 1, "id": "67016a2b-118d-483d-9e36-49080ae43df4"}], "title": "3X plus de 
bruit!", "secondarytypes": ["Compilation"], "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", 
"name": "Various Artists"}], "type": "Album", "id": "dd02a722-bb7f-4771-9a5b-681f5556ce71"}, {"releases": 
[{"track_count": 18, "releaseevents": [{"date": {"year": 1999}}], "title": "World Ballads Collection", 
"artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "date": {"year": 1999}, 
"medium_count": 1, "id": "327aa699-5256-4ea2-8d08-be96f3561d5d"}], "title": "World Ballads Collection", 
"secondarytypes": ["Compilation"], "artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": 
"Radiohead"}], "type": "Album", "id": "f720c4d7-a80d-4466-b92d-9d1de99ddba7"}, {"releases": [{"track_count": 
38, "releaseevents": [{"date": {"month": 11, "da
 y": 21, 
 "year": 1997}, "country": "GB"}], "country": "GB", "title": "Shine: Best of 97", "artists": [{"id": 
"89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "date": {"month": 11, "day": 21, "year": 
1997}, "medium_count": 2, "id": "551aaf33-f02e-4117-b375-9e7d71c44825"}], "title": "Shine: Best of 97", 
"secondarytypes": ["Compilation"], "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": 
"Various Artists"}], "type": "Album", "id": "b95cceaf-4108-3ecc-a037-b76e4c04300e"}, {"releases": 
[{"track_count": 17, "releaseevents": [{"date": {"month": 12, "day": 2, "year": 1997}, "country": "CA"}], 
"country": "CA", "title": "Big Shiny Tunes 2", "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", 
"name": "Various Artists"}], "date": {"month": 12, "day": 2, "year": 1997}, "medium_count": 1, "id": 
"0471350b-645a-4e37-967b-e973eec4a1c0"}], "title": "Big Shiny Tunes 2", "secondarytypes": ["Compilation"], 
"artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c54637
 7", "nam
 e": "Various Artists"}], "type": "Album", "id": "45acecb7-b1a9-3bc2-989e-ef2f9de4df4b"}, {"releases": 
[{"track_count": 36, "releaseevents": [{"date": {"month": 8, "day": 25, "year": 2009}, "country": "AU"}], 
"country": "AU", "title": "Triple J: Hottest 100 of All Time", "artists": [{"id": 
"89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "date": {"month": 8, "day": 25, "year": 
2009}, "medium_count": 2, "id": "75a5b34f-4f29-4b29-9424-7e9ab7e2057a"}], "title": "Triple J: Hottest 100 of 
All Time", "secondarytypes": ["Compilation"], "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", 
"name": "Various Artists"}], "type": "Album", "id": "b7f2b485-3a8f-4573-b23d-9873cbbb2f1a"}, {"releases": 
[{"track_count": 39, "releaseevents": [{"date": {"month": 9, "day": 1, "year": 1997}, "country": "GB"}], 
"country": "GB", "title": "Shine 9", "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": 
"Various Artists"}], "date": {"month": 9, "day": 1, "year": 1
 997}, "m
 edium_count": 2, "id": "c07290fb-649c-47a2-a77d-8d33e8836ddb"}], "title": "Shine 9", "secondarytypes": 
["Compilation"], "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], 
"type": "Album", "id": "773be37f-d92f-380a-998a-c5e6e74f2baa"}, {"releases": [{"track_count": 19, 
"releaseevents": [{"date": {"year": 1997}, "country": "BE"}], "country": "BE", "title": "MTV Fresh 3", 
"artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "date": {"year": 
1997}, "medium_count": 1, "id": "22d44b30-e996-4f2c-af59-662b24f66a06"}], "title": "MTV Fresh 3", 
"secondarytypes": ["Compilation"], "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": 
"Various Artists"}], "type": "Album", "id": "ce7f6a36-eb4d-3e46-b4bb-68c24b0f19f6"}, {"releases": 
[{"track_count": 38, "releaseevents": [{"date": {"month": 11, "day": 21, "year": 2000}, "country": "GB"}], 
"country": "GB", "title": "Music of the Millennium 2", "artists": [{"i
 d": "89a
 d4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "date": {"month": 11, "day": 21, "year": 
2000}, "medium_count": 2, "id": "f37af9da-28f0-4789-979e-17655f638d57"}], "title": "Music of the Millennium 
2", "secondarytypes": ["Compilation"], "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": 
"Various Artists"}], "type": "Album", "id": "65249aaa-d14a-306e-8b9e-05cab478bf67"}, {"releases": 
[{"track_count": 133, "releaseevents": [{"date": {"month": 4, "day": 14, "year": 2003}, "country": "AU"}], 
"country": "AU", "title": "Triple J: Hottest Box", "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", 
"name": "Various Artists"}], "date": {"month": 4, "day": 14, "year": 2003}, "medium_count": 9, "id": 
"7f06435a-2c36-4abd-b727-701c52792d6c"}], "title": "Triple J: Hottest Box", "secondarytypes": 
["Compilation"], "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], 
"type": "Album", "id": "c14707bf-0b73-3fa9-8efe-7a60d2
 d372ff"}
 , {"releases": [{"track_count": 34, "releaseevents": [{"date": {"month": 11, "day": 1, "year": 2001}, 
"country": "DE"}], "country": "DE", "title": "Sounds Like Teen Spirit: Best of Alternative & Nu Rock", 
"artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "date": {"month": 11, 
"day": 1, "year": 2001}, "medium_count": 2, "id": "1e3f02c0-20b2-49a5-ab8d-9983d3a66dda"}], "title": "Sounds 
Like Teen Spirit: Best of Alternative & Nu Rock", "secondarytypes": ["Compilation"], "artists": [{"id": 
"89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "type": "Album", "id": 
"1f3d9176-3e6f-3dec-b8dd-42c3c97acdfa"}, {"releases": [{"track_count": 17, "releaseevents": [{"date": 
{"year": 2008}, "country": "US"}], "country": "US", "title": "The Best Of", "artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "date": {"year": 2008}, "medium_count": 1, 
"id": "4cf4ed93-2899-4069-a8b7-664bfe4d9781"}, {"track_count": 29,
  "releas
 eevents": [{"date": {"month": 6, "day": 2, "year": 2008}, "country": "GB"}], "country": "GB", "title": "The 
Best Of", "artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "date": {"month": 
6, "day": 2, "year": 2008}, "medium_count": 2, "id": "336162c1-3320-3f80-a9d5-e437cc017bb7"}, {"track_count": 
29, "releaseevents": [{"date": {"month": 10, "day": 27, "year": 2008}, "country": "GB"}], "country": "GB", 
"title": "The Best Of", "artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], 
"date": {"month": 10, "day": 27, "year": 2008}, "medium_count": 2, "id": 
"de920ef4-d662-37be-9a73-1ef1b2071f45"}, {"track_count": 30, "releaseevents": [{"date": {"month": 6, "day": 
3, "year": 2008}, "country": "US"}], "country": "US", "title": "The Best Of", "artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "date": {"month": 6, "day": 3, "year": 2008}, 
"medium_count": 2, "id": "5e94423b-ca48-3c25-9504-bec33c466f8
 c"}, {"t
 rack_count": 29, "releaseevents": [{"date": {"year": 2008}, "country": "XE"}], "country": "XE", "title": 
"The Best Of", "artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "date": 
{"year": 2008}, "medium_count": 2, "id": "054813d3-99cd-4c7e-aaa7-c63b8c3b5b48"}, {"track_count": 17, 
"releaseevents": [{"date": {"month": 6, "day": 3, "year": 2008}, "country": "US"}], "country": "US", "title": 
"The Best Of", "artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "date": 
{"month": 6, "day": 3, "year": 2008}, "medium_count": 1, "id": "af8722d8-6248-4b9c-9d30-2183eafa2ed9"}, 
{"track_count": 16, "releaseevents": [{"date": {"month": 6, "day": 2, "year": 2008}, "country": "GB"}], 
"country": "GB", "title": "The Best Of", "artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": 
"Radiohead"}], "date": {"month": 6, "day": 2, "year": 2008}, "medium_count": 1, "id": 
"5f3f8f7a-8b96-48b1-808e-64bb2f13030c"}], "title": "The Best
  Of", "s
 econdarytypes": ["Compilation"], "artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": 
"Radiohead"}], "type": "Album", "id": "80975c59-4094-30d5-bb58-365e8b061274"}, {"releases": [{"track_count": 
34, "releaseevents": [{"country": "AU"}], "country": "AU", "title": "Triple J: Hottest 100, Volume 5", 
"artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "medium_count": 2, 
"id": "107376df-2408-42aa-b19a-721e6ac9a5ec"}, {"track_count": 33, "releaseevents": [{"date": {"year": 1998}, 
"country": "AU"}], "country": "AU", "title": "Triple J: Hottest 100, Volume 5", "artists": [{"id": 
"89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "date": {"year": 1998}, "medium_count": 
2, "id": "69f4a295-907f-45b1-ada9-31730f32ab6f"}, {"track_count": 33, "releaseevents": [{"date": {"month": 7, 
"day": 17, "year": 1998}, "country": "AU"}], "country": "AU", "title": "Triple J: Hottest 100, Volume 5", 
"artists": [{"id": "89ad4ac3-39f7-47
 0e-963a-
 56509c546377", "name": "Various Artists"}], "date": {"month": 7, "day": 17, "year": 1998}, "medium_count": 
2, "id": "c0d09141-c3a7-4d30-a17c-ddb497c7dd6b"}], "title": "Triple J: Hottest 100, Volume 5", 
"secondarytypes": ["Compilation"], "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": 
"Various Artists"}], "type": "Album", "id": "6edd1b32-d020-3f63-b340-16963b1f989e"}, {"releases": 
[{"medium_count": 2, "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], 
"id": "752fe36e-a3b5-49e9-9fcf-8ca143a6d7f0", "track_count": 42, "title": "Festival 06"}], "title": "Festival 
06", "secondarytypes": ["Compilation"], "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": 
"Various Artists"}], "type": "Album", "id": "2d9231c1-2279-35f2-8697-7f29c1735113"}, {"releases": 
[{"track_count": 79, "releaseevents": [{"date": {"month": 12, "day": 10, "year": 2007}, "country": "XE"}], 
"country": "XE", "title": "Album Box Set", "artists": [{
 "id": "a
 74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "date": {"month": 12, "day": 10, "year": 2007}, 
"medium_count": 7, "id": "5fdd4427-8604-4004-965b-d33c3a65f30c"}], "title": "Album Box Set", 
"secondarytypes": ["Compilation"], "artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": 
"Radiohead"}], "type": "Album", "id": "b7db08f4-835a-4a69-970b-5321e6305032"}, {"releases": [{"track_count": 
40, "releaseevents": [{"date": {"month": 8, "day": 24, "year": 2012}, "country": "BE"}], "country": "BE", 
"title": "Alle 40 Goed: Alternative", "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": 
"Various Artists"}], "date": {"month": 8, "day": 24, "year": 2012}, "medium_count": 2, "id": 
"7142c629-53fd-4dce-af16-79f30916f3f4"}], "title": "Alle 40 Goed: Alternative", "secondarytypes": 
["Compilation"], "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], 
"type": "Album", "id": "ade6c60b-53b1-46d8-96ff-43a1e632147a"}, {"rel
 eases": 
 [{"track_count": 16, "releaseevents": [{"date": {"year": 1997}, "country": "CH"}], "country": "CH", "title": 
"Rep\u00e9rages, Volume 12", "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various 
Artists"}], "date": {"year": 1997}, "medium_count": 1, "id": "8b42eaed-6078-49a4-b4d8-3db7c3413572"}], 
"title": "Rep\u00e9rages, Volume 12", "secondarytypes": ["Compilation"], "artists": [{"id": 
"89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "type": "Album", "id": 
"a72f18dd-86d1-3208-bb2c-459a1189a728"}, {"artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": 
"Radiohead"}], "type": "EP", "id": "e418e013-c2a4-3d77-af37-2e92cd48ba5a", "releases": [{"track_count": 6, 
"releaseevents": [{"date": {"month": 1, "year": 1998}, "country": "US"}], "country": "US", "title": "College 
Karma EP", "artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "date": 
{"month": 1, "year": 1998}, "medium_count": 1, "id": "15ebb9ac
 -0bd8-4f
 4d-a8cc-6b7f2686932e"}], "title": "College Karma EP"}, {"artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "type": "Single", "id": 
"1f4d4fe7-ddb0-36b8-8fd9-283d40190c3b", "releases": [{"track_count": 3, "releaseevents": [{"date": {"month": 
5, "day": 26, "year": 1997}, "country": "GB"}], "country": "GB", "title": "Paranoid Android", "artists": 
[{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "date": {"month": 5, "day": 26, 
"year": 1997}, "medium_count": 1, "id": "e4933069-51f2-4b4e-a987-8d9de6802b77"}, {"track_count": 6, 
"releaseevents": [{"date": {"month": 5, "day": 13, "year": 2016}, "country": "XW"}], "country": "XW", 
"title": "Paranoid Android", "artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": 
"Radiohead"}], "date": {"month": 5, "day": 13, "year": 2016}, "medium_count": 1, "id": 
"4b1bc218-1de6-43ef-8705-b066a9efe456"}, {"track_count": 1, "releaseevents": [{"date": {"month": 5, "year": 
1997}, "country":
  "GB"}],
  "country": "GB", "title": "Paranoid Android", "artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", 
"name": "Radiohead"}], "date": {"month": 5, "year": 1997}, "medium_count": 1, "id": 
"5c375e1c-9545-4b0b-9c87-96de58255bb4"}, {"track_count": 3, "releaseevents": [{"date": {"month": 4, "day": 
18, "year": 2009}, "country": "US"}], "country": "US", "title": "Paranoid Android", "artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "date": {"month": 4, "day": 18, "year": 2009}, 
"medium_count": 1, "id": "903e6934-c5d5-4c44-9fd8-548c2b463189"}, {"track_count": 3, "releaseevents": 
[{"date": {"month": 5, "day": 26, "year": 1997}, "country": "GB"}], "country": "GB", "title": "Paranoid 
Android", "artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "date": {"month": 
5, "day": 26, "year": 1997}, "medium_count": 1, "id": "3a6b3e7e-cfed-4c4a-b656-701fe3457cd1"}], "title": 
"Paranoid Android"}, {"releases": [{"track_count": 42, "re
 leaseeve
 nts": [{"date": {"month": 11, "day": 3, "year": 1997}, "country": "GB"}], "country": "GB", "title": "The 
Greatest Hits of 1997", "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various 
Artists"}], "date": {"month": 11, "day": 3, "year": 1997}, "medium_count": 2, "id": 
"92fcac49-895a-462d-95c4-f324cdaaddc9"}], "title": "The Greatest Hits of 1997", "secondarytypes": 
["Compilation"], "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], 
"type": "Album", "id": "67b2ff2a-38e9-32d0-84a0-85ac98cb16b4"}, {"releases": [{"track_count": 41, 
"releaseevents": [{"date": {"month": 7, "day": 14, "year": 1997}, "country": "GB"}], "country": "GB", 
"title": "Now That\u2019s What I Call Music! 37", "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", 
"name": "Various Artists"}], "date": {"month": 7, "day": 14, "year": 1997}, "medium_count": 2, "id": 
"7f3b35e7-0b82-4c08-b8dc-ee53666ee8c7"}, {"track_count": 41, "releaseevents": [{"date":
  {"month
 ": 7, "day": 14, "year": 1997}, "country": "GB"}], "country": "GB", "title": "Now That\u2019s What I Call 
Music! 37", "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "date": 
{"month": 7, "day": 14, "year": 1997}, "medium_count": 2, "id": "0a737b0b-c885-3039-9c4f-ed3759c030dc"}], 
"title": "Now That\u2019s What I Call Music! 37", "secondarytypes": ["Compilation"], "artists": [{"id": 
"89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "type": "Album", "id": 
"ee62c493-eb1e-36f7-99db-5d3bc5b0faee"}, {"releases": [{"track_count": 38, "releaseevents": [{"date": 
{"year": 2008}, "country": "RU"}], "country": "RU", "title": "Greatest Hits", "artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "date": {"year": 2008}, "medium_count": 2, 
"id": "f2b0c9de-35ad-46ec-b44a-3051621b5a59"}], "title": "Greatest Hits", "secondarytypes": ["Compilation"], 
"artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", 
 "name": 
 "Radiohead"}], "type": "Album", "id": "c4ae4ebb-2d68-4ba7-9c81-18ad7cb9022f"}, {"artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "type": "Album", "id": 
"b1392450-e666-3926-a536-22c65f834433", "releases": [{"track_count": 23, "releaseevents": [{"date": {"month": 
6, "day": 23, "year": 2017}, "country": "XE"}], "country": "XE", "title": "OK Computer: OKNOTOK 1997 2017", 
"artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "date": {"month": 6, "day": 
23, "year": 2017}, "medium_count": 2, "id": "d6dc018d-5caa-4e6f-8e9d-d889fcd585f4"}, {"track_count": 12, 
"releaseevents": [{"date": {"month": 7, "day": 1, "year": 1997}, "country": "US"}], "country": "US", "title": 
"OK Computer", "artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "date": 
{"month": 7, "day": 1, "year": 1997}, "medium_count": 1, "id": "6a09041b-0f79-3278-88d9-0552dd28d37f"}, 
{"track_count": 12, "releaseevents": [{"date": {"mon
 th": 6, 
 "day": 16, "year": 1997}, "country": "XE"}], "country": "XE", "title": "OK Computer", "artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "date": {"month": 6, "day": 16, "year": 1997}, 
"medium_count": 1, "id": "52709206-8816-3c12-9ff6-f957f2f1eecf"}, {"track_count": 23, "releaseevents": 
[{"date": {"month": 6, "day": 23, "year": 2017}, "country": "US"}], "country": "US", "title": "OK Computer: 
OKNOTOK 1997 2017", "artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "date": 
{"month": 6, "day": 23, "year": 2017}, "medium_count": 2, "id": "a1ed87aa-2079-4e42-bbeb-6309b3b68674"}, 
{"track_count": 12, "releaseevents": [{"date": {"month": 7, "day": 1, "year": 1997}, "country": "US"}], 
"country": "US", "title": "OK Computer", "artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": 
"Radiohead"}], "date": {"month": 7, "day": 1, "year": 1997}, "medium_count": 1, "id": 
"0b6b4ba0-d36f-47bd-b4ea-6a5b91842d29"}, {"track_c
 ount": 1
 2, "releaseevents": [{"date": {"year": 1997}, "country": "PL"}], "country": "PL", "title": "OK Computer", 
"artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "date": {"year": 1997}, 
"medium_count": 1, "id": "9c1e5e9e-9f40-4cd8-94a4-785fa5d0b613"}, {"track_count": 12, "releaseevents": 
[{"date": {"year": 1997}, "country": "AU"}], "country": "AU", "title": "OK Computer", "artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "date": {"year": 1997}, "medium_count": 1, 
"id": "e16cda60-6e6d-4a32-8d7c-e12d9aeb72de"}, {"track_count": 12, "releaseevents": [{"date": {"month": 1, 
"day": 1, "year": 2008}, "country": "JP"}], "country": "JP", "title": "OK Computer", "artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "date": {"month": 1, "day": 1, "year": 2008}, 
"medium_count": 1, "id": "a822795e-feee-3547-ad81-84d878032f05"}, {"track_count": 33, "releaseevents": 
[{"date": {"month": 3, "day": 24, "year"
 : 2009},
  "country": "CA"}], "country": "CA", "title": "OK Computer", "artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "date": {"month": 3, "day": 24, "year": 2009}, 
"medium_count": 3, "id": "7169a92a-4dc1-42bb-9a21-c1c9223b68a8"}, {"track_count": 23, "releaseevents": 
[{"date": {"month": 6, "day": 23, "year": 2017}, "country": "GB"}, {"date": {"month": 7, "day": 7, "year": 
2017}, "country": "US"}], "country": "GB", "title": "OK Computer: OKNOTOK 1997 2017", "artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "date": {"month": 6, "day": 23, "year": 2017}, 
"medium_count": 3, "id": "5048852c-1b89-4acf-989e-2df6598c4e1e"}, {"track_count": 33, "releaseevents": 
[{"date": {"month": 4, "day": 1, "year": 2009}, "country": "JP"}], "country": "JP", "title": "OK Computer", 
"artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "date": {"month": 4, "day": 
1, "year": 2009}, "medium_count": 3, "id": "a736eb98-
 ba6b-3e4
 2-ad80-a65f648910a3"}, {"track_count": 23, "releaseevents": [{"date": {"month": 7, "day": 7, "year": 2017}, 
"country": "US"}], "country": "US", "title": "OK Computer: OKNOTOK 1997 2017", "artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "date": {"month": 7, "day": 7, "year": 2017}, 
"medium_count": 2, "id": "2629071c-1d8f-43f1-be99-712d931e3bf1"}, {"track_count": 12, "releaseevents": 
[{"date": {"month": 5, "day": 21, "year": 1997}, "country": "JP"}], "country": "JP", "title": "OK Computer", 
"artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "date": {"month": 5, "day": 
21, "year": 1997}, "medium_count": 1, "id": "1834eae1-741b-3c03-9ca5-0df3decb43ea"}, {"track_count": 27, 
"releaseevents": [{"date": {"month": 3, "day": 23, "year": 2009}, "country": "GB"}], "country": "GB", 
"title": "OK Computer", "artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], 
"date": {"month": 3, "day": 23, "year":
  2009}, 
 "medium_count": 2, "id": "bdf93ecb-85e8-3505-98f7-e2e8c5052723"}, {"track_count": 23, "releaseevents": 
[{"date": {"month": 6, "day": 23, "year": 2017}, "country": "JP"}], "country": "JP", "title": "OK Computer: 
OKNOTOK 1997 2017", "artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "date": 
{"month": 6, "day": 23, "year": 2017}, "medium_count": 2, "id": "a95ea77a-e7b1-4116-b647-8210f472b3e8"}, 
{"track_count": 12, "releaseevents": [{"date": {"month": 4, "day": 1, "year": 2016}, "country": "XW"}], 
"country": "XW", "title": "OK Computer", "artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": 
"Radiohead"}], "date": {"month": 4, "day": 1, "year": 2016}, "medium_count": 1, "id": 
"30702389-5c67-4438-9ea0-2351c8de0f1d"}, {"track_count": 23, "releaseevents": [{"date": {"month": 6, "day": 
22, "year": 2017}, "country": "XW"}], "country": "XW", "title": "OK Computer: OKNOTOK 1997 2017", "artists": 
[{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", 
 "name": 
 "Radiohead"}], "date": {"month": 6, "day": 22, "year": 2017}, "medium_count": 1, "id": 
"8e2b5322-f9a6-4ab7-b3f4-f65e7ddbc9e4"}, {"track_count": 27, "releaseevents": [{"date": {"month": 4, "day": 
1, "year": 2009}, "country": "JP"}], "country": "JP", "title": "OK Computer", "artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "date": {"month": 4, "day": 1, "year": 2009}, 
"medium_count": 2, "id": "e8c3ff98-75f0-383f-a7d1-35db67661d89"}, {"track_count": 12, "releaseevents": 
[{"date": {"month": 9, "day": 6, "year": 2006}, "country": "JP"}], "country": "JP", "title": "OK Computer", 
"artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "date": {"month": 9, "day": 
6, "year": 2006}, "medium_count": 1, "id": "175d6ac9-7185-357c-af04-5887dc3ea788"}, {"track_count": 12, 
"releaseevents": [{"date": {"year": 1997}}], "title": "OK Computer", "artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "date": {"ye
 ar": 199
 7}, "medium_count": 1, "id": "16f227a1-fa4a-4d7e-bba2-6a8ca18c33a8"}, {"track_count": 15, "releaseevents": 
[{"date": {"year": 1997}, "country": "XE"}], "country": "XE", "title": "OK Computer", "artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "date": {"year": 1997}, "medium_count": 2, 
"id": "52e7fc61-fcf3-4b46-ac72-38e9644bf982"}, {"track_count": 12, "releaseevents": [{"date": {"year": 1997}, 
"country": "XE"}], "country": "XE", "title": "OK Computer", "artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "date": {"year": 1997}, "medium_count": 1, 
"id": "0c324f3a-dcbb-4f09-b33a-c03c676b4044"}, {"track_count": 33, "releaseevents": [{"date": {"month": 3, 
"day": 23, "year": 2009}, "country": "XE"}], "country": "XE", "title": "OK Computer", "artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "date": {"month": 3, "day": 23, "year": 2009}, 
"medium_count": 3, "id": "9eff0482-170f-3e93-8c65-73ce
 18e10ee7
 "}, {"track_count": 12, "releaseevents": [{"date": {"year": 1997}, "country": "AR"}], "country": "AR", 
"title": "OK Computer", "artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], 
"date": {"year": 1997}, "medium_count": 1, "id": "3c8cbdc8-555f-3987-8f03-6baf9488d1b0"}, {"track_count": 12, 
"releaseevents": [{"date": {"month": 6, "day": 16, "year": 1997}, "country": "GB"}, {"date": {"month": 6, 
"day": 16, "year": 1997}, "country": "XE"}], "country": "GB", "title": "OK Computer", "artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "date": {"month": 6, "day": 16, "year": 1997}, 
"medium_count": 1, "id": "425d8db9-88a3-31e2-bd23-b1a967626dd5"}, {"track_count": 12, "releaseevents": 
[{"date": {"month": 6, "day": 16, "year": 1997}, "country": "GB"}], "country": "GB", "title": "OK Computer", 
"artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "date": {"month": 6, "day": 
16, "year": 1997}, "medium_
 count": 
 1, "id": "fba5f8fe-c6c8-4511-8562-c9febf482674"}, {"track_count": 12, "releaseevents": [{"date": {"month": 
6, "day": 17, "year": 1997}, "country": "CA"}], "country": "CA", "title": "OK Computer", "artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "date": {"month": 6, "day": 17, "year": 1997}, 
"medium_count": 1, "id": "4b3d18cc-8937-36f4-8de0-481088be58e6"}, {"track_count": 27, "releaseevents": 
[{"date": {"month": 3, "day": 24, "year": 2009}, "country": "US"}], "country": "US", "title": "OK Computer", 
"artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "date": {"month": 3, "day": 
24, "year": 2009}, "medium_count": 2, "id": "d4635a34-caf5-3b35-9a5b-d805f1126633"}, {"track_count": 12, 
"releaseevents": [{"date": {"month": 6, "day": 16, "year": 1997}, "country": "GB"}], "country": "GB", 
"title": "OK Computer", "artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], 
"date": {"month": 6, "day": 1
 6, "year
 ": 1997}, "medium_count": 2, "id": "541a0976-ca45-3c0f-89e5-26bc376f58d1"}, {"track_count": 12, 
"releaseevents": [{"date": {"year": 2008}, "country": "US"}], "country": "US", "title": "OK Computer", 
"artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "date": {"year": 2008}, 
"medium_count": 2, "id": "51df2038-5682-303e-9d87-7aeb99660433"}, {"track_count": 68, "releaseevents": 
[{"date": {"month": 6, "day": 23, "year": 2017}, "country": "GB"}, {"date": {"month": 7, "day": 7, "year": 
2017}, "country": "US"}], "country": "GB", "title": "OK Computer: OKNOTOK 1997 2017", "artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "date": {"month": 6, "day": 23, "year": 2017}, 
"medium_count": 5, "id": "839966ab-7612-447c-b805-2a36b3e18aa5"}], "title": "OK Computer"}, {"releases": 
[{"track_count": 57, "releaseevents": [{"date": {"month": 10, "day": 12, "year": 2012}, "country": "DE"}], 
"country": "DE", "title": "5 Album Set", "artis
 ts": [{"
 id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "date": {"month": 10, "day": 12, "year": 
2012}, "medium_count": 5, "id": "99726b5e-a17a-4d75-81dc-e09771e1bffd"}], "title": "5 Album Set", 
"secondarytypes": ["Compilation"], "artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": 
"Radiohead"}], "type": "Album", "id": "30f765ef-d7f0-4cce-8a3b-d6e1069f1dda"}, {"releases": [{"track_count": 
80, "releaseevents": [{"date": {"month": 11, "day": 20, "year": 2015}, "country": "AU"}], "country": "AU", 
"title": "40 Years of Music", "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various 
Artists"}], "date": {"month": 11, "day": 20, "year": 2015}, "medium_count": 4, "id": 
"79a0b733-918a-4061-b38d-e87763248d61"}], "title": "40 Years of Music", "secondarytypes": ["Compilation"], 
"artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "type": "Album", 
"id": "896d40c0-d34c-49db-88a4-7c3e1f8ff3ee"}, {"releases": [
 {"track_
 count": 19, "releaseevents": [{"date": {"month": 5, "day": 25, "year": 2006}, "country": "JP"}], "country": 
"JP", "title": "Ergo Proxy Original Soundtrack opus 01", "artists": [{"id": 
"7e2b0679-002d-49ad-9748-b5d97ef123ea", "name": "\u6c60\u983c\u5e83"}], "date": {"month": 5, "day": 25, 
"year": 2006}, "medium_count": 1, "id": "d28ed99f-b0d9-4f7c-88a8-ad6946d40188"}], "title": "Ergo Proxy 
Original Soundtrack opus 01", "secondarytypes": ["Soundtrack"], "artists": [{"id": 
"7e2b0679-002d-49ad-9748-b5d97ef123ea", "name": "\u6c60\u983c\u5e83"}], "type": "Album", "id": 
"ace5135c-1fde-33bd-bfd0-139c8c58212d"}], "title": "Paranoid Android", "id": 
"9f9cf187-d6f9-437f-9d98-d59cdbd52757"}, {"artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": 
"Radiohead"}], "duration": 386, "releasegroups": [{"releases": [{"track_count": 40, "releaseevents": 
[{"date": {"year": 1997}, "country": "GB"}], "country": "GB", "title": "The Best\u2026 Album in the 
World\u2026 Ever!", "artists": [{
 "id": "8
 9ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "date": {"year": 1997}, "medium_count": 
2, "id": "126b4942-52b4-4880-9692-3228e2685745"}], "title": "The Best\u2026 Album in the World\u2026 Ever!", 
"secondarytypes": ["Compilation"], "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": 
"Various Artists"}], "type": "Album", "id": "a87c0938-2a56-31dc-a816-e9f78fc255e6"}], "title": "Paranoid 
Android", "id": "a15baa69-91c0-4d86-b59c-454ab441d658"}, {"artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "duration": 382, "releasegroups": 
[{"releases": [{"track_count": 13, "releaseevents": [{"date": {"year": 1997}}], "title": "OK MTV", "artists": 
[{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "date": {"year": 1997}, 
"medium_count": 1, "id": "4047e52a-25f3-4f05-bb64-5519421581f1"}, {"track_count": 14, "releaseevents": 
[{"date": {"year": 1997}, "country": "GB"}], "country": "GB", "title": "OK MTV", "ar
 tists": 
 [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "date": {"year": 1997}, 
"medium_count": 1, "id": "df0219ba-5f29-4f85-8d10-d5c83e2cbab4"}], "title": "OK MTV", "secondarytypes": 
["Live"], "artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "type": "Album", 
"id": "afe72a58-1de1-4ebf-a671-97a7b5069003"}], "title": "Paranoid Android", "id": 
"a15ea3c3-190f-424b-8bbc-3cb3d3a1791f"}, {"artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": 
"Radiohead"}], "duration": 383, "releasegroups": [{"artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", 
"name": "Radiohead"}], "type": "Album", "id": "b1392450-e666-3926-a536-22c65f834433", "releases": 
[{"track_count": 33, "releaseevents": [{"date": {"month": 3, "day": 23, "year": 2009}, "country": "XE"}], 
"country": "XE", "title": "OK Computer", "artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": 
"Radiohead"}], "date": {"month": 3, "day": 23, "year": 2009}, "medi
 um_count
 ": 3, "id": "9eff0482-170f-3e93-8c65-73ce18e10ee7"}, {"track_count": 33, "releaseevents": [{"date": 
{"month": 3, "day": 24, "year": 2009}, "country": "CA"}], "country": "CA", "title": "OK Computer", "artists": 
[{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "date": {"month": 3, "day": 24, 
"year": 2009}, "medium_count": 3, "id": "7169a92a-4dc1-42bb-9a21-c1c9223b68a8"}, {"track_count": 33, 
"releaseevents": [{"date": {"month": 4, "day": 1, "year": 2009}, "country": "JP"}], "country": "JP", "title": 
"OK Computer", "artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "date": 
{"month": 4, "day": 1, "year": 2009}, "medium_count": 3, "id": "a736eb98-ba6b-3e42-ad80-a65f648910a3"}], 
"title": "OK Computer"}], "title": "Paranoid Android", "id": "a53a283c-0288-4184-a59e-8e1d3e5f4b8b"}, 
{"artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "duration": 382, 
"releasegroups": [{"releases": [{"track_count": 22, "
 releasee
 vents": [{"country": "US"}], "country": "US", "title": "1997-10-18: Le Z\u00e9nith, Paris, France", 
"artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "medium_count": 2, "id": 
"0aafdfcc-2974-40be-b5ae-3721c687463a"}], "title": "1997-10-18: Le Z\u00e9nith, Paris, France", 
"secondarytypes": ["Live"], "artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], 
"type": "Album", "id": "99dc2e64-2a50-40a9-a425-41c4ffb8f033"}, {"releases": [{"track_count": 39, 
"releaseevents": [{"date": {"month": 7, "day": 19, "year": 2013}, "country": "AU"}], "country": "AU", 
"title": "Triple J: Hottest 100, 20 Years of Triple J's Hottest 100", "artists": [{"id": 
"89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "date": {"month": 7, "day": 19, "year": 
2013}, "medium_count": 2, "id": "5f7035c6-dbb1-4de6-acbe-23e27de6026f"}], "title": "Triple J: Hottest 100", 
"secondarytypes": ["Compilation"], "artists": [{"id": "89ad4ac3-39f7-4
 70e-963a
 -56509c546377", "name": "Various Artists"}], "type": "Album", "id": 
"8cd3ea59-8d45-4ca5-a436-4ddfd1abcd0e"}], "title": "Paranoid Android", "id": 
"be4a59c7-d4e3-45e1-8bfc-09e28fc8d5aa"}, {"id": "c6745e59-f95f-4d46-ad1a-5f63739abb37"}, {"artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "duration": 384, "releasegroups": 
[{"releases": [{"track_count": 40, "releaseevents": [{"date": {"month": 5, "day": 9, "year": 2005}, 
"country": "GB"}], "country": "GB", "title": "The Best Album Tracks... Ever!", "artists": [{"id": 
"89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "date": {"month": 5, "day": 9, "year": 
2005}, "medium_count": 3, "id": "1e730a75-15dc-46b3-bc8e-f11d88439313"}], "title": "The Best Album Tracks... 
Ever!", "secondarytypes": ["Compilation"], "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": 
"Various Artists"}], "type": "Album", "id": "15ea7f45-f522-3c37-9c44-b3e67d6d92e1"}], "title": "Paranoid 
Android"
 , "id": 
 "c83abbc7-9329-476e-a00f-cf9324a4c152"}, {"artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": 
"Radiohead"}], "duration": 376, "releasegroups": [{"releases": [{"track_count": 412, "releaseevents": 
[{"date": {"year": 2004}, "country": "XW"}], "country": "XW", "title": "Towering Above the Rest Complete", 
"artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "date": {"year": 2004}, 
"medium_count": 24, "id": "aa1e6810-906c-4d4d-b40b-01f277f6fbd2"}], "title": "Towering Above the Rest", 
"secondarytypes": ["Compilation"], "artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": 
"Radiohead"}], "type": "Album", "id": "e449d0a3-5661-338c-a51e-a9910f725fa5"}], "title": "Paranoid Android", 
"id": "cb9a5ed5-66d5-4e97-ae3b-b5710de0283d"}, {"artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", 
"name": "Radiohead"}], "duration": 399, "releasegroups": [{"releases": [{"medium_count": 1, "artists": 
[{"id": "a74b1b7f-71a5-4011-9441-d0b5e41
 22711", 
 "name": "Radiohead"}], "id": "7af96cd2-250a-4bbf-b0f8-3ba634126a33", "track_count": 17, "title": 
"Interactive"}], "title": "1997-06-24: Interactive: Muziekcentrum Vredenburg, Utrecht, The Netherlands", 
"secondarytypes": ["Live"], "artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], 
"type": "Album", "id": "f279ac4f-7ea9-3b25-8ec4-94bd7d2b7316"}], "title": "Paranoid Android", "id": 
"cc89cb42-d142-43d6-9b57-aad923d04e73"}, {"artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": 
"Radiohead"}], "duration": 380, "releasegroups": [{"releases": [{"track_count": 412, "releaseevents": 
[{"date": {"year": 2004}, "country": "XW"}], "country": "XW", "title": "Towering Above the Rest Complete", 
"artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "date": {"year": 2004}, 
"medium_count": 24, "id": "aa1e6810-906c-4d4d-b40b-01f277f6fbd2"}], "title": "Towering Above the Rest", 
"secondarytypes": ["Compilation"], "artists": [{"
 id": "a7
 4b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "type": "Album", "id": 
"e449d0a3-5661-338c-a51e-a9910f725fa5"}], "title": "Paranoid Android", "id": 
"ce45956e-5d4a-4f2e-9c67-ed65d2b1828a"}, {"artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": 
"Radiohead"}], "duration": 382, "releasegroups": [{"artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", 
"name": "Various Artists"}], "type": "Album", "id": "eb90062d-8d01-425c-a9cb-f26dd3ca602d", "releases": 
[{"track_count": 36, "releaseevents": [{"date": {"month": 4, "day": 10, "year": 2015}, "country": "BE"}], 
"country": "BE", "title": "Het beste uit radio1 classics 100 volume 2", "artists": [{"id": 
"89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "date": {"month": 4, "day": 10, "year": 
2015}, "medium_count": 2, "id": "84730d8e-efad-4afe-87c6-c3f7ee27e042"}], "title": "Het beste uit radio1 
classics 100 volume 2"}], "title": "Paranoid Android", "id": "ddba4621-9ea6-4dfc-88f0-297cd12ec
 b99"}, {
 "id": "f707b712-a175-4e4b-a232-a3c82b69744a"}], "score": 0.942115, "id": 
"d7cbae5f-283c-48f5-8442-a3a48e655ed4"}, {"recordings": [{"artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "duration": 383, "releasegroups": 
[{"releases": [{"track_count": 41, "releaseevents": [{"date": {"month": 3, "day": 14, "year": 2005}, 
"country": "GB"}], "country": "GB", "title": "The Album, Volume 5", "artists": [{"id": 
"89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "date": {"month": 3, "day": 14, "year": 
2005}, "medium_count": 2, "id": "81b7d91f-f2a8-4811-92b2-e3423757fd8a"}], "title": "The Album", 
"secondarytypes": ["Compilation"], "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": 
"Various Artists"}], "type": "Album", "id": "f2b380a8-b2d6-4474-a93c-a6a74b5c3df1"}], "title": "Paranoid 
Android", "id": "174be24a-a0a1-410e-bfc8-d2639c1fc461"}, {"artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "d
 uration"
 : 383, "releasegroups": [{"releases": [{"track_count": 18, "releaseevents": [{"date": {"year": 1997}, 
"country": "FR"}], "country": "FR", "title": "3X plus de bruit!", "artists": [{"id": 
"89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "date": {"year": 1997}, "medium_count": 
1, "id": "67016a2b-118d-483d-9e36-49080ae43df4"}], "title": "3X plus de bruit!", "secondarytypes": 
["Compilation"], "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], 
"type": "Album", "id": "dd02a722-bb7f-4771-9a5b-681f5556ce71"}, {"releases": [{"track_count": 18, 
"releaseevents": [{"date": {"year": 1999}}], "title": "World Ballads Collection", "artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "date": {"year": 1999}, "medium_count": 1, 
"id": "327aa699-5256-4ea2-8d08-be96f3561d5d"}], "title": "World Ballads Collection", "secondarytypes": 
["Compilation"], "artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name
 ": "Radi
 ohead"}], "type": "Album", "id": "f720c4d7-a80d-4466-b92d-9d1de99ddba7"}, {"releases": [{"track_count": 38, 
"releaseevents": [{"date": {"month": 11, "day": 21, "year": 1997}, "country": "GB"}], "country": "GB", 
"title": "Shine: Best of 97", "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various 
Artists"}], "date": {"month": 11, "day": 21, "year": 1997}, "medium_count": 2, "id": 
"551aaf33-f02e-4117-b375-9e7d71c44825"}], "title": "Shine: Best of 97", "secondarytypes": ["Compilation"], 
"artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "type": "Album", 
"id": "b95cceaf-4108-3ecc-a037-b76e4c04300e"}, {"releases": [{"track_count": 17, "releaseevents": [{"date": 
{"month": 12, "day": 2, "year": 1997}, "country": "CA"}], "country": "CA", "title": "Big Shiny Tunes 2", 
"artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "date": {"month": 12, 
"day": 2, "year": 1997}, "medium_count": 1, "id": "0
 471350b-
 645a-4e37-967b-e973eec4a1c0"}], "title": "Big Shiny Tunes 2", "secondarytypes": ["Compilation"], "artists": 
[{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "type": "Album", "id": 
"45acecb7-b1a9-3bc2-989e-ef2f9de4df4b"}, {"releases": [{"track_count": 36, "releaseevents": [{"date": 
{"month": 8, "day": 25, "year": 2009}, "country": "AU"}], "country": "AU", "title": "Triple J: Hottest 100 of 
All Time", "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "date": 
{"month": 8, "day": 25, "year": 2009}, "medium_count": 2, "id": "75a5b34f-4f29-4b29-9424-7e9ab7e2057a"}], 
"title": "Triple J: Hottest 100 of All Time", "secondarytypes": ["Compilation"], "artists": [{"id": 
"89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "type": "Album", "id": 
"b7f2b485-3a8f-4573-b23d-9873cbbb2f1a"}, {"releases": [{"track_count": 39, "releaseevents": [{"date": 
{"month": 9, "day": 1, "year": 1997}, "country": "GB"}], "coun
 try": "G
 B", "title": "Shine 9", "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various 
Artists"}], "date": {"month": 9, "day": 1, "year": 1997}, "medium_count": 2, "id": 
"c07290fb-649c-47a2-a77d-8d33e8836ddb"}], "title": "Shine 9", "secondarytypes": ["Compilation"], "artists": 
[{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "type": "Album", "id": 
"773be37f-d92f-380a-998a-c5e6e74f2baa"}, {"releases": [{"track_count": 19, "releaseevents": [{"date": 
{"year": 1997}, "country": "BE"}], "country": "BE", "title": "MTV Fresh 3", "artists": [{"id": 
"89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "date": {"year": 1997}, "medium_count": 
1, "id": "22d44b30-e996-4f2c-af59-662b24f66a06"}], "title": "MTV Fresh 3", "secondarytypes": ["Compilation"], 
"artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "type": "Album", 
"id": "ce7f6a36-eb4d-3e46-b4bb-68c24b0f19f6"}, {"releases": [{"track_count": 
 38, "rel
 easeevents": [{"date": {"month": 11, "day": 21, "year": 2000}, "country": "GB"}], "country": "GB", "title": 
"Music of the Millennium 2", "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various 
Artists"}], "date": {"month": 11, "day": 21, "year": 2000}, "medium_count": 2, "id": 
"f37af9da-28f0-4789-979e-17655f638d57"}], "title": "Music of the Millennium 2", "secondarytypes": 
["Compilation"], "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], 
"type": "Album", "id": "65249aaa-d14a-306e-8b9e-05cab478bf67"}, {"releases": [{"track_count": 133, 
"releaseevents": [{"date": {"month": 4, "day": 14, "year": 2003}, "country": "AU"}], "country": "AU", 
"title": "Triple J: Hottest Box", "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various 
Artists"}], "date": {"month": 4, "day": 14, "year": 2003}, "medium_count": 9, "id": 
"7f06435a-2c36-4abd-b727-701c52792d6c"}], "title": "Triple J: Hottest Box", "secondarytypes":
  ["Compi
 lation"], "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "type": 
"Album", "id": "c14707bf-0b73-3fa9-8efe-7a60d2d372ff"}, {"releases": [{"track_count": 34, "releaseevents": 
[{"date": {"month": 11, "day": 1, "year": 2001}, "country": "DE"}], "country": "DE", "title": "Sounds Like 
Teen Spirit: Best of Alternative & Nu Rock", "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", 
"name": "Various Artists"}], "date": {"month": 11, "day": 1, "year": 2001}, "medium_count": 2, "id": 
"1e3f02c0-20b2-49a5-ab8d-9983d3a66dda"}], "title": "Sounds Like Teen Spirit: Best of Alternative & Nu Rock", 
"secondarytypes": ["Compilation"], "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": 
"Various Artists"}], "type": "Album", "id": "1f3d9176-3e6f-3dec-b8dd-42c3c97acdfa"}, {"releases": 
[{"track_count": 17, "releaseevents": [{"date": {"year": 2008}, "country": "US"}], "country": "US", "title": 
"The Best Of", "artists": [{"id": "a74b1b7f-71
 a5-4011-
 9441-d0b5e4122711", "name": "Radiohead"}], "date": {"year": 2008}, "medium_count": 1, "id": 
"4cf4ed93-2899-4069-a8b7-664bfe4d9781"}, {"track_count": 29, "releaseevents": [{"date": {"month": 6, "day": 
2, "year": 2008}, "country": "GB"}], "country": "GB", "title": "The Best Of", "artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "date": {"month": 6, "day": 2, "year": 2008}, 
"medium_count": 2, "id": "336162c1-3320-3f80-a9d5-e437cc017bb7"}, {"track_count": 29, "releaseevents": 
[{"date": {"month": 10, "day": 27, "year": 2008}, "country": "GB"}], "country": "GB", "title": "The Best Of", 
"artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "date": {"month": 10, 
"day": 27, "year": 2008}, "medium_count": 2, "id": "de920ef4-d662-37be-9a73-1ef1b2071f45"}, {"track_count": 
30, "releaseevents": [{"date": {"month": 6, "day": 3, "year": 2008}, "country": "US"}], "country": "US", 
"title": "The Best Of", "artists": [{"id": "a74b1b7f-
 71a5-401
 1-9441-d0b5e4122711", "name": "Radiohead"}], "date": {"month": 6, "day": 3, "year": 2008}, "medium_count": 
2, "id": "5e94423b-ca48-3c25-9504-bec33c466f8c"}, {"track_count": 29, "releaseevents": [{"date": {"year": 
2008}, "country": "XE"}], "country": "XE", "title": "The Best Of", "artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "date": {"year": 2008}, "medium_count": 2, 
"id": "054813d3-99cd-4c7e-aaa7-c63b8c3b5b48"}, {"track_count": 17, "releaseevents": [{"date": {"month": 6, 
"day": 3, "year": 2008}, "country": "US"}], "country": "US", "title": "The Best Of", "artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "date": {"month": 6, "day": 3, "year": 2008}, 
"medium_count": 1, "id": "af8722d8-6248-4b9c-9d30-2183eafa2ed9"}, {"track_count": 16, "releaseevents": 
[{"date": {"month": 6, "day": 2, "year": 2008}, "country": "GB"}], "country": "GB", "title": "The Best Of", 
"artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122
 711", "n
 ame": "Radiohead"}], "date": {"month": 6, "day": 2, "year": 2008}, "medium_count": 1, "id": 
"5f3f8f7a-8b96-48b1-808e-64bb2f13030c"}], "title": "The Best Of", "secondarytypes": ["Compilation"], 
"artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "type": "Album", "id": 
"80975c59-4094-30d5-bb58-365e8b061274"}, {"releases": [{"track_count": 34, "releaseevents": [{"country": 
"AU"}], "country": "AU", "title": "Triple J: Hottest 100, Volume 5", "artists": [{"id": 
"89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "medium_count": 2, "id": 
"107376df-2408-42aa-b19a-721e6ac9a5ec"}, {"track_count": 33, "releaseevents": [{"date": {"year": 1998}, 
"country": "AU"}], "country": "AU", "title": "Triple J: Hottest 100, Volume 5", "artists": [{"id": 
"89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "date": {"year": 1998}, "medium_count": 
2, "id": "69f4a295-907f-45b1-ada9-31730f32ab6f"}, {"track_count": 33, "releaseevents": [{"da
 te": {"m
 onth": 7, "day": 17, "year": 1998}, "country": "AU"}], "country": "AU", "title": "Triple J: Hottest 100, 
Volume 5", "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "date": 
{"month": 7, "day": 17, "year": 1998}, "medium_count": 2, "id": "c0d09141-c3a7-4d30-a17c-ddb497c7dd6b"}], 
"title": "Triple J: Hottest 100, Volume 5", "secondarytypes": ["Compilation"], "artists": [{"id": 
"89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "type": "Album", "id": 
"6edd1b32-d020-3f63-b340-16963b1f989e"}, {"releases": [{"medium_count": 2, "artists": [{"id": 
"89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "id": 
"752fe36e-a3b5-49e9-9fcf-8ca143a6d7f0", "track_count": 42, "title": "Festival 06"}], "title": "Festival 06", 
"secondarytypes": ["Compilation"], "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": 
"Various Artists"}], "type": "Album", "id": "2d9231c1-2279-35f2-8697-7f29c1735113"}, {"releases": [{"
 track_co
 unt": 79, "releaseevents": [{"date": {"month": 12, "day": 10, "year": 2007}, "country": "XE"}], "country": 
"XE", "title": "Album Box Set", "artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": 
"Radiohead"}], "date": {"month": 12, "day": 10, "year": 2007}, "medium_count": 7, "id": 
"5fdd4427-8604-4004-965b-d33c3a65f30c"}], "title": "Album Box Set", "secondarytypes": ["Compilation"], 
"artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "type": "Album", "id": 
"b7db08f4-835a-4a69-970b-5321e6305032"}, {"releases": [{"track_count": 40, "releaseevents": [{"date": 
{"month": 8, "day": 24, "year": 2012}, "country": "BE"}], "country": "BE", "title": "Alle 40 Goed: 
Alternative", "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "date": 
{"month": 8, "day": 24, "year": 2012}, "medium_count": 2, "id": "7142c629-53fd-4dce-af16-79f30916f3f4"}], 
"title": "Alle 40 Goed: Alternative", "secondarytypes": ["Compilation"
 ], "arti
 sts": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "type": "Album", "id": 
"ade6c60b-53b1-46d8-96ff-43a1e632147a"}, {"releases": [{"track_count": 16, "releaseevents": [{"date": 
{"year": 1997}, "country": "CH"}], "country": "CH", "title": "Rep\u00e9rages, Volume 12", "artists": [{"id": 
"89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "date": {"year": 1997}, "medium_count": 
1, "id": "8b42eaed-6078-49a4-b4d8-3db7c3413572"}], "title": "Rep\u00e9rages, Volume 12", "secondarytypes": 
["Compilation"], "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], 
"type": "Album", "id": "a72f18dd-86d1-3208-bb2c-459a1189a728"}, {"artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "type": "EP", "id": 
"e418e013-c2a4-3d77-af37-2e92cd48ba5a", "releases": [{"track_count": 6, "releaseevents": [{"date": {"month": 
1, "year": 1998}, "country": "US"}], "country": "US", "title": "College Kar
 ma EP", 
 "artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "date": {"month": 1, 
"year": 1998}, "medium_count": 1, "id": "15ebb9ac-0bd8-4f4d-a8cc-6b7f2686932e"}], "title": "College Karma 
EP"}, {"artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "type": "Single", 
"id": "1f4d4fe7-ddb0-36b8-8fd9-283d40190c3b", "releases": [{"track_count": 3, "releaseevents": [{"date": 
{"month": 5, "day": 26, "year": 1997}, "country": "GB"}], "country": "GB", "title": "Paranoid Android", 
"artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "date": {"month": 5, "day": 
26, "year": 1997}, "medium_count": 1, "id": "e4933069-51f2-4b4e-a987-8d9de6802b77"}, {"track_count": 6, 
"releaseevents": [{"date": {"month": 5, "day": 13, "year": 2016}, "country": "XW"}], "country": "XW", 
"title": "Paranoid Android", "artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": 
"Radiohead"}], "date": {"month": 5, "day": 13, "year
 ": 2016}
 , "medium_count": 1, "id": "4b1bc218-1de6-43ef-8705-b066a9efe456"}, {"track_count": 1, "releaseevents": 
[{"date": {"month": 5, "year": 1997}, "country": "GB"}], "country": "GB", "title": "Paranoid Android", 
"artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "date": {"month": 5, 
"year": 1997}, "medium_count": 1, "id": "5c375e1c-9545-4b0b-9c87-96de58255bb4"}, {"track_count": 3, 
"releaseevents": [{"date": {"month": 4, "day": 18, "year": 2009}, "country": "US"}], "country": "US", 
"title": "Paranoid Android", "artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": 
"Radiohead"}], "date": {"month": 4, "day": 18, "year": 2009}, "medium_count": 1, "id": 
"903e6934-c5d5-4c44-9fd8-548c2b463189"}, {"track_count": 3, "releaseevents": [{"date": {"month": 5, "day": 
26, "year": 1997}, "country": "GB"}], "country": "GB", "title": "Paranoid Android", "artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "date": {"month": 5, 
 "day": 2
 6, "year": 1997}, "medium_count": 1, "id": "3a6b3e7e-cfed-4c4a-b656-701fe3457cd1"}], "title": "Paranoid 
Android"}, {"releases": [{"track_count": 42, "releaseevents": [{"date": {"month": 11, "day": 3, "year": 
1997}, "country": "GB"}], "country": "GB", "title": "The Greatest Hits of 1997", "artists": [{"id": 
"89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "date": {"month": 11, "day": 3, "year": 
1997}, "medium_count": 2, "id": "92fcac49-895a-462d-95c4-f324cdaaddc9"}], "title": "The Greatest Hits of 
1997", "secondarytypes": ["Compilation"], "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": 
"Various Artists"}], "type": "Album", "id": "67b2ff2a-38e9-32d0-84a0-85ac98cb16b4"}, {"releases": 
[{"track_count": 41, "releaseevents": [{"date": {"month": 7, "day": 14, "year": 1997}, "country": "GB"}], 
"country": "GB", "title": "Now That\u2019s What I Call Music! 37", "artists": [{"id": 
"89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}],
  "date":
  {"month": 7, "day": 14, "year": 1997}, "medium_count": 2, "id": "7f3b35e7-0b82-4c08-b8dc-ee53666ee8c7"}, 
{"track_count": 41, "releaseevents": [{"date": {"month": 7, "day": 14, "year": 1997}, "country": "GB"}], 
"country": "GB", "title": "Now That\u2019s What I Call Music! 37", "artists": [{"id": 
"89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "date": {"month": 7, "day": 14, "year": 
1997}, "medium_count": 2, "id": "0a737b0b-c885-3039-9c4f-ed3759c030dc"}], "title": "Now That\u2019s What I 
Call Music! 37", "secondarytypes": ["Compilation"], "artists": [{"id": 
"89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "type": "Album", "id": 
"ee62c493-eb1e-36f7-99db-5d3bc5b0faee"}, {"releases": [{"track_count": 38, "releaseevents": [{"date": 
{"year": 2008}, "country": "RU"}], "country": "RU", "title": "Greatest Hits", "artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "date": {"year": 2008}, "medium_count": 2, 
"id": "f
 2b0c9de-
 35ad-46ec-b44a-3051621b5a59"}], "title": "Greatest Hits", "secondarytypes": ["Compilation"], "artists": 
[{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "type": "Album", "id": 
"c4ae4ebb-2d68-4ba7-9c81-18ad7cb9022f"}, {"artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": 
"Radiohead"}], "type": "Album", "id": "b1392450-e666-3926-a536-22c65f834433", "releases": [{"track_count": 
23, "releaseevents": [{"date": {"month": 6, "day": 23, "year": 2017}, "country": "XE"}], "country": "XE", 
"title": "OK Computer: OKNOTOK 1997 2017", "artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": 
"Radiohead"}], "date": {"month": 6, "day": 23, "year": 2017}, "medium_count": 2, "id": 
"d6dc018d-5caa-4e6f-8e9d-d889fcd585f4"}, {"track_count": 12, "releaseevents": [{"date": {"month": 7, "day": 
1, "year": 1997}, "country": "US"}], "country": "US", "title": "OK Computer", "artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "dat
 e": {"mo
 nth": 7, "day": 1, "year": 1997}, "medium_count": 1, "id": "6a09041b-0f79-3278-88d9-0552dd28d37f"}, 
{"track_count": 12, "releaseevents": [{"date": {"month": 6, "day": 16, "year": 1997}, "country": "XE"}], 
"country": "XE", "title": "OK Computer", "artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": 
"Radiohead"}], "date": {"month": 6, "day": 16, "year": 1997}, "medium_count": 1, "id": 
"52709206-8816-3c12-9ff6-f957f2f1eecf"}, {"track_count": 23, "releaseevents": [{"date": {"month": 6, "day": 
23, "year": 2017}, "country": "US"}], "country": "US", "title": "OK Computer: OKNOTOK 1997 2017", "artists": 
[{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "date": {"month": 6, "day": 23, 
"year": 2017}, "medium_count": 2, "id": "a1ed87aa-2079-4e42-bbeb-6309b3b68674"}, {"track_count": 12, 
"releaseevents": [{"date": {"month": 7, "day": 1, "year": 1997}, "country": "US"}], "country": "US", "title": 
"OK Computer", "artists": [{"id": "a74b1b7f-71a5-4011-9441
 -d0b5e41
 22711", "name": "Radiohead"}], "date": {"month": 7, "day": 1, "year": 1997}, "medium_count": 1, "id": 
"0b6b4ba0-d36f-47bd-b4ea-6a5b91842d29"}, {"track_count": 12, "releaseevents": [{"date": {"year": 1997}, 
"country": "PL"}], "country": "PL", "title": "OK Computer", "artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "date": {"year": 1997}, "medium_count": 1, 
"id": "9c1e5e9e-9f40-4cd8-94a4-785fa5d0b613"}, {"track_count": 12, "releaseevents": [{"date": {"year": 1997}, 
"country": "AU"}], "country": "AU", "title": "OK Computer", "artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "date": {"year": 1997}, "medium_count": 1, 
"id": "e16cda60-6e6d-4a32-8d7c-e12d9aeb72de"}, {"track_count": 12, "releaseevents": [{"date": {"month": 1, 
"day": 1, "year": 2008}, "country": "JP"}], "country": "JP", "title": "OK Computer", "artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "date": {"month": 1, "day": 1
 , "year"
 : 2008}, "medium_count": 1, "id": "a822795e-feee-3547-ad81-84d878032f05"}, {"track_count": 33, 
"releaseevents": [{"date": {"month": 3, "day": 24, "year": 2009}, "country": "CA"}], "country": "CA", 
"title": "OK Computer", "artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], 
"date": {"month": 3, "day": 24, "year": 2009}, "medium_count": 3, "id": 
"7169a92a-4dc1-42bb-9a21-c1c9223b68a8"}, {"track_count": 23, "releaseevents": [{"date": {"month": 6, "day": 
23, "year": 2017}, "country": "GB"}, {"date": {"month": 7, "day": 7, "year": 2017}, "country": "US"}], 
"country": "GB", "title": "OK Computer: OKNOTOK 1997 2017", "artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "date": {"month": 6, "day": 23, "year": 2017}, 
"medium_count": 3, "id": "5048852c-1b89-4acf-989e-2df6598c4e1e"}, {"track_count": 33, "releaseevents": 
[{"date": {"month": 4, "day": 1, "year": 2009}, "country": "JP"}], "country": "JP", "title": "OK Computer", 
"ar
 tists": 
 [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "date": {"month": 4, "day": 1, 
"year": 2009}, "medium_count": 3, "id": "a736eb98-ba6b-3e42-ad80-a65f648910a3"}, {"track_count": 23, 
"releaseevents": [{"date": {"month": 7, "day": 7, "year": 2017}, "country": "US"}], "country": "US", "title": 
"OK Computer: OKNOTOK 1997 2017", "artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": 
"Radiohead"}], "date": {"month": 7, "day": 7, "year": 2017}, "medium_count": 2, "id": 
"2629071c-1d8f-43f1-be99-712d931e3bf1"}, {"track_count": 12, "releaseevents": [{"date": {"month": 5, "day": 
21, "year": 1997}, "country": "JP"}], "country": "JP", "title": "OK Computer", "artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "date": {"month": 5, "day": 21, "year": 1997}, 
"medium_count": 1, "id": "1834eae1-741b-3c03-9ca5-0df3decb43ea"}, {"track_count": 27, "releaseevents": 
[{"date": {"month": 3, "day": 23, "year": 2009}, "country": "GB"}], "c
 ountry":
  "GB", "title": "OK Computer", "artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": 
"Radiohead"}], "date": {"month": 3, "day": 23, "year": 2009}, "medium_count": 2, "id": 
"bdf93ecb-85e8-3505-98f7-e2e8c5052723"}, {"track_count": 23, "releaseevents": [{"date": {"month": 6, "day": 
23, "year": 2017}, "country": "JP"}], "country": "JP", "title": "OK Computer: OKNOTOK 1997 2017", "artists": 
[{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "date": {"month": 6, "day": 23, 
"year": 2017}, "medium_count": 2, "id": "a95ea77a-e7b1-4116-b647-8210f472b3e8"}, {"track_count": 12, 
"releaseevents": [{"date": {"month": 4, "day": 1, "year": 2016}, "country": "XW"}], "country": "XW", "title": 
"OK Computer", "artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "date": 
{"month": 4, "day": 1, "year": 2016}, "medium_count": 1, "id": "30702389-5c67-4438-9ea0-2351c8de0f1d"}, 
{"track_count": 23, "releaseevents": [{"date": {"month": 6, "day
 ": 22, "
 year": 2017}, "country": "XW"}], "country": "XW", "title": "OK Computer: OKNOTOK 1997 2017", "artists": 
[{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "date": {"month": 6, "day": 22, 
"year": 2017}, "medium_count": 1, "id": "8e2b5322-f9a6-4ab7-b3f4-f65e7ddbc9e4"}, {"track_count": 27, 
"releaseevents": [{"date": {"month": 4, "day": 1, "year": 2009}, "country": "JP"}], "country": "JP", "title": 
"OK Computer", "artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "date": 
{"month": 4, "day": 1, "year": 2009}, "medium_count": 2, "id": "e8c3ff98-75f0-383f-a7d1-35db67661d89"}, 
{"track_count": 12, "releaseevents": [{"date": {"month": 9, "day": 6, "year": 2006}, "country": "JP"}], 
"country": "JP", "title": "OK Computer", "artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": 
"Radiohead"}], "date": {"month": 9, "day": 6, "year": 2006}, "medium_count": 1, "id": 
"175d6ac9-7185-357c-af04-5887dc3ea788"}, {"track_count": 12, "re
 leaseeve
 nts": [{"date": {"year": 1997}}], "title": "OK Computer", "artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "date": {"year": 1997}, "medium_count": 1, 
"id": "16f227a1-fa4a-4d7e-bba2-6a8ca18c33a8"}, {"track_count": 15, "releaseevents": [{"date": {"year": 1997}, 
"country": "XE"}], "country": "XE", "title": "OK Computer", "artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "date": {"year": 1997}, "medium_count": 2, 
"id": "52e7fc61-fcf3-4b46-ac72-38e9644bf982"}, {"track_count": 12, "releaseevents": [{"date": {"year": 1997}, 
"country": "XE"}], "country": "XE", "title": "OK Computer", "artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "date": {"year": 1997}, "medium_count": 1, 
"id": "0c324f3a-dcbb-4f09-b33a-c03c676b4044"}, {"track_count": 33, "releaseevents": [{"date": {"month": 3, 
"day": 23, "year": 2009}, "country": "XE"}], "country": "XE", "title": "OK Computer", "artists": [{"id": "a74
 b1b7f-71
 a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "date": {"month": 3, "day": 23, "year": 2009}, 
"medium_count": 3, "id": "9eff0482-170f-3e93-8c65-73ce18e10ee7"}, {"track_count": 12, "releaseevents": 
[{"date": {"year": 1997}, "country": "AR"}], "country": "AR", "title": "OK Computer", "artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "date": {"year": 1997}, "medium_count": 1, 
"id": "3c8cbdc8-555f-3987-8f03-6baf9488d1b0"}, {"track_count": 12, "releaseevents": [{"date": {"month": 6, 
"day": 16, "year": 1997}, "country": "GB"}, {"date": {"month": 6, "day": 16, "year": 1997}, "country": 
"XE"}], "country": "GB", "title": "OK Computer", "artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", 
"name": "Radiohead"}], "date": {"month": 6, "day": 16, "year": 1997}, "medium_count": 1, "id": 
"425d8db9-88a3-31e2-bd23-b1a967626dd5"}, {"track_count": 12, "releaseevents": [{"date": {"month": 6, "day": 
16, "year": 1997}, "country": "GB"}], "country": "GB", "
 title": 
 "OK Computer", "artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "date": 
{"month": 6, "day": 16, "year": 1997}, "medium_count": 1, "id": "fba5f8fe-c6c8-4511-8562-c9febf482674"}, 
{"track_count": 12, "releaseevents": [{"date": {"month": 6, "day": 17, "year": 1997}, "country": "CA"}], 
"country": "CA", "title": "OK Computer", "artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": 
"Radiohead"}], "date": {"month": 6, "day": 17, "year": 1997}, "medium_count": 1, "id": 
"4b3d18cc-8937-36f4-8de0-481088be58e6"}, {"track_count": 27, "releaseevents": [{"date": {"month": 3, "day": 
24, "year": 2009}, "country": "US"}], "country": "US", "title": "OK Computer", "artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "date": {"month": 3, "day": 24, "year": 2009}, 
"medium_count": 2, "id": "d4635a34-caf5-3b35-9a5b-d805f1126633"}, {"track_count": 12, "releaseevents": 
[{"date": {"month": 6, "day": 16, "year": 1997}, "country": 
 "GB"}], 
 "country": "GB", "title": "OK Computer", "artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": 
"Radiohead"}], "date": {"month": 6, "day": 16, "year": 1997}, "medium_count": 2, "id": 
"541a0976-ca45-3c0f-89e5-26bc376f58d1"}, {"track_count": 12, "releaseevents": [{"date": {"year": 2008}, 
"country": "US"}], "country": "US", "title": "OK Computer", "artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "date": {"year": 2008}, "medium_count": 2, 
"id": "51df2038-5682-303e-9d87-7aeb99660433"}, {"track_count": 68, "releaseevents": [{"date": {"month": 6, 
"day": 23, "year": 2017}, "country": "GB"}, {"date": {"month": 7, "day": 7, "year": 2017}, "country": "US"}], 
"country": "GB", "title": "OK Computer: OKNOTOK 1997 2017", "artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "date": {"month": 6, "day": 23, "year": 2017}, 
"medium_count": 5, "id": "839966ab-7612-447c-b805-2a36b3e18aa5"}], "title": "OK Computer"}, {"relea
 ses": [{
 "track_count": 57, "releaseevents": [{"date": {"month": 10, "day": 12, "year": 2012}, "country": "DE"}], 
"country": "DE", "title": "5 Album Set", "artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": 
"Radiohead"}], "date": {"month": 10, "day": 12, "year": 2012}, "medium_count": 5, "id": 
"99726b5e-a17a-4d75-81dc-e09771e1bffd"}], "title": "5 Album Set", "secondarytypes": ["Compilation"], 
"artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "type": "Album", "id": 
"30f765ef-d7f0-4cce-8a3b-d6e1069f1dda"}, {"releases": [{"track_count": 80, "releaseevents": [{"date": 
{"month": 11, "day": 20, "year": 2015}, "country": "AU"}], "country": "AU", "title": "40 Years of Music", 
"artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "date": {"month": 11, 
"day": 20, "year": 2015}, "medium_count": 4, "id": "79a0b733-918a-4061-b38d-e87763248d61"}], "title": "40 
Years of Music", "secondarytypes": ["Compilation"], "artis
 ts": [{"
 id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "type": "Album", "id": 
"896d40c0-d34c-49db-88a4-7c3e1f8ff3ee"}, {"releases": [{"track_count": 19, "releaseevents": [{"date": 
{"month": 5, "day": 25, "year": 2006}, "country": "JP"}], "country": "JP", "title": "Ergo Proxy Original 
Soundtrack opus 01", "artists": [{"id": "7e2b0679-002d-49ad-9748-b5d97ef123ea", "name": 
"\u6c60\u983c\u5e83"}], "date": {"month": 5, "day": 25, "year": 2006}, "medium_count": 1, "id": 
"d28ed99f-b0d9-4f7c-88a8-ad6946d40188"}], "title": "Ergo Proxy Original Soundtrack opus 01", 
"secondarytypes": ["Soundtrack"], "artists": [{"id": "7e2b0679-002d-49ad-9748-b5d97ef123ea", "name": 
"\u6c60\u983c\u5e83"}], "type": "Album", "id": "ace5135c-1fde-33bd-bfd0-139c8c58212d"}], "title": "Paranoid 
Android", "id": "9f9cf187-d6f9-437f-9d98-d59cdbd52757"}], "score": 0.86577, "id": 
"8178ed55-16f3-4f67-a612-7fcdd2aad41e"}, {"score": 0.428863, "id": "c0524b5d-7ab5-42da-9bcc-0031412d2351"}]}
+{"status": "ok", "results": [{"recordings": [{"artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", 
"name": "Radiohead"}], "duration": 385, "releasegroups": [{"releases": [{"track_count": 20, "releaseevents": 
[{"date": {"year": 2001}, "country": "XE"}], "country": "XE", "title": "Rock Da Place", "date": {"year": 
2001}, "medium_count": 1, "mediums": [{"position": 1, "tracks": [{"position": 16, "artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "id": 
"fbf8a01e-b806-3287-82f9-651b711c76d4"}], "track_count": 20, "format": "CD"}], "id": 
"f9f6ab9e-65da-4e90-853f-23960b04736a"}], "title": "ROCK DA PLACE", "secondarytypes": ["Compilation"], 
"artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "type": "Album", 
"id": "5156ef3b-6d06-46d9-874d-4e7e41ef3be0"}], "title": "Paranoid Android", "id": 
"5188ac5f-6000-483a-b689-b4773d0b1afa"}, {"artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": 
"Radiohead"}], 
 "duratio
 n": 358, "releasegroups": [{"releases": [{"track_count": 64, "medium_count": 4, "mediums": [{"position": 4, 
"tracks": [{"position": 16, "artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], 
"id": "a3ab3877-71c5-3ad8-bf9f-f78a448a51db"}], "track_count": 16, "format": "CD"}], "id": 
"7c095f83-fbf8-4d88-9228-8af138ab6f12"}], "title": "Superhits of the 90's", "secondarytypes": 
["Compilation"], "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], 
"type": "Album", "id": "aaf960f9-bfe9-3130-9f14-af412880c360"}], "title": "Paranoid Android", "id": 
"7a7c3a58-288b-4725-93af-3b0b4fcd3870"}, {"artists": [{"id": "6ba7dd48-a5fe-46a3-947a-057919dbe989", "name": 
"Stanley Jordan"}], "duration": 387, "releasegroups": [{"releases": [{"track_count": 16, "releaseevents": 
[{"date": {"month": 6, "day": 21, "year": 2001}, "country": "CH"}], "country": "CH", "title": "Jazz on Cinema 
(disc 1)", "date": {"month": 6, "day": 21, "year": 2001}
 , "mediu
 m_count": 1, "mediums": [{"position": 1, "tracks": [{"position": 14, "artists": [{"id": 
"6ba7dd48-a5fe-46a3-947a-057919dbe989", "name": "Stanley Jordan"}], "id": 
"4f442785-d345-39fe-8592-cf552e20de22"}], "track_count": 16}], "id": 
"ce55d3a7-70e1-4298-971b-6080025736a8"}], "title": "Jazz on Cinema", "secondarytypes": ["Compilation"], 
"artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "type": "Album", 
"id": "b0e17d95-2aa8-33a1-85e6-1932f8fe627d"}, {"artists": [{"id": "6ba7dd48-a5fe-46a3-947a-057919dbe989", 
"name": "Stanley Jordan"}], "type": "Album", "id": "0c42f8a3-942a-3c30-b3b7-88e21e2373ad", "releases": 
[{"track_count": 7, "releaseevents": [{"date": {"month": 11, "day": 12, "year": 1991}, "country": "US"}], 
"country": "US", "date": {"month": 11, "day": 12, "year": 1991}, "medium_count": 1, "mediums": [{"position": 
1, "tracks": [{"position": 7, "id": "a1adace2-928e-3ff2-8a56-e053c6f5d77f"}], "track_count": 7, "format": 
"CD"}], "id": "e7f
 38bc1-ca
 38-448c-8c71-77426a415344"}], "title": "Stolen Moments"}, {"releases": [{"track_count": 11, "releaseevents": 
[{"date": {"year": 1995}, "country": "US"}], "country": "US", "date": {"year": 1995}, "medium_count": 1, 
"mediums": [{"position": 1, "tracks": [{"position": 11, "id": "6abf51fd-4900-382b-a4c0-08c77332052e"}], 
"track_count": 11, "format": "CD"}], "id": "2b58cb4a-71e8-479f-b500-ee828dbd20fe"}], "title": "The Best of 
Stanley Jordan", "secondarytypes": ["Compilation"], "type": "Album", "id": 
"ef521c3e-0f39-333a-b315-c40a664236b8"}], "title": "Over the Rainbow", "id": 
"9596c19e-550f-4190-9e1d-e3f32e02e3f2"}, {"artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": 
"Radiohead"}], "duration": 383, "releasegroups": [{"releases": [{"track_count": 18, "releaseevents": 
[{"date": {"year": 1997}, "country": "FR"}], "country": "FR", "date": {"year": 1997}, "medium_count": 1, 
"mediums": [{"position": 1, "tracks": [{"position": 4, "artists": [{"id": "a74b1b7f-71a5-4011-944
 1-d0b5e4
 122711", "name": "Radiohead"}], "id": "07bc8b1c-0743-337c-b610-a4dc0ca1084b"}], "track_count": 18, "format": 
"CD"}], "id": "67016a2b-118d-483d-9e36-49080ae43df4"}], "title": "3X plus de bruit!", "secondarytypes": 
["Compilation"], "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], 
"type": "Album", "id": "dd02a722-bb7f-4771-9a5b-681f5556ce71"}, {"releases": [{"track_count": 18, 
"releaseevents": [{"date": {"year": 1999}}], "date": {"year": 1999}, "medium_count": 1, "mediums": 
[{"position": 1, "tracks": [{"position": 5, "id": "0501ca69-820f-3198-aa34-492e0dda2328"}], "track_count": 
18, "format": "CD"}], "id": "327aa699-5256-4ea2-8d08-be96f3561d5d"}], "title": "World Ballads Collection", 
"secondarytypes": ["Compilation"], "artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": 
"Radiohead"}], "type": "Album", "id": "f720c4d7-a80d-4466-b92d-9d1de99ddba7"}, {"releases": [{"track_count": 
38, "releaseevents": [{"date": {"month": 11, "day
 ": 21, "
 year": 1997}, "country": "GB"}], "country": "GB", "date": {"month": 11, "day": 21, "year": 1997}, 
"medium_count": 2, "mediums": [{"position": 1, "tracks": [{"position": 18, "artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "id": 
"fca26010-1ccd-38c2-81ad-384dc0f79a53"}], "title": "Disc 1", "track_count": 18, "format": "CD"}], "id": 
"551aaf33-f02e-4117-b375-9e7d71c44825"}], "title": "Shine: Best of 97", "secondarytypes": ["Compilation"], 
"artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "type": "Album", 
"id": "b95cceaf-4108-3ecc-a037-b76e4c04300e"}, {"releases": [{"track_count": 17, "releaseevents": [{"date": 
{"month": 12, "day": 2, "year": 1997}, "country": "CA"}], "country": "CA", "date": {"month": 12, "day": 2, 
"year": 1997}, "medium_count": 1, "mediums": [{"position": 1, "tracks": [{"position": 15, "artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "id": "d1732008-5629-3160
 -8f42-bd
 34d0c11325"}], "track_count": 17, "format": "CD"}], "id": "0471350b-645a-4e37-967b-e973eec4a1c0"}], "title": 
"Big Shiny Tunes 2", "secondarytypes": ["Compilation"], "artists": [{"id": 
"89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "type": "Album", "id": 
"45acecb7-b1a9-3bc2-989e-ef2f9de4df4b"}, {"releases": [{"track_count": 36, "releaseevents": [{"date": 
{"month": 8, "day": 25, "year": 2009}, "country": "AU"}], "country": "AU", "date": {"month": 8, "day": 25, 
"year": 2009}, "medium_count": 2, "mediums": [{"position": 1, "tracks": [{"position": 2, "artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "id": 
"17e3d567-a818-3cd7-a50a-2d1cc1a83514"}], "track_count": 18, "format": "CD"}], "id": 
"75a5b34f-4f29-4b29-9424-7e9ab7e2057a"}], "title": "Triple J: Hottest 100 of All Time", "secondarytypes": 
["Compilation"], "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], 
"type": "Album", "id": "b7f2b48
 5-3a8f-4
 573-b23d-9873cbbb2f1a"}, {"releases": [{"track_count": 39, "releaseevents": [{"date": {"month": 9, "day": 1, 
"year": 1997}, "country": "GB"}], "country": "GB", "date": {"month": 9, "day": 1, "year": 1997}, 
"medium_count": 2, "mediums": [{"position": 1, "tracks": [{"position": 19, "artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "id": 
"9a4f28b4-4989-3994-b6a8-267e3af886fb"}], "track_count": 19, "format": "CD"}], "id": 
"c07290fb-649c-47a2-a77d-8d33e8836ddb"}], "title": "Shine 9", "secondarytypes": ["Compilation"], "artists": 
[{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "type": "Album", "id": 
"773be37f-d92f-380a-998a-c5e6e74f2baa"}, {"releases": [{"track_count": 19, "releaseevents": [{"date": 
{"year": 1997}, "country": "BE"}], "country": "BE", "date": {"year": 1997}, "medium_count": 1, "mediums": 
[{"position": 1, "tracks": [{"position": 1, "artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", 
"name": "Radiohe
 ad"}], "
 id": "b339f81a-2649-32e9-8cea-7aeef8e9ed7f"}], "track_count": 19, "format": "CD"}], "id": 
"22d44b30-e996-4f2c-af59-662b24f66a06"}], "title": "MTV Fresh 3", "secondarytypes": ["Compilation"], 
"artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "type": "Album", 
"id": "ce7f6a36-eb4d-3e46-b4bb-68c24b0f19f6"}, {"releases": [{"track_count": 38, "releaseevents": [{"date": 
{"month": 11, "day": 21, "year": 2000}, "country": "GB"}], "country": "GB", "date": {"month": 11, "day": 21, 
"year": 2000}, "medium_count": 2, "mediums": [{"position": 2, "tracks": [{"position": 6, "artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "id": 
"105ec5b4-ec40-30e4-b6c6-21944efdc8de"}], "track_count": 19, "format": "CD"}], "id": 
"f37af9da-28f0-4789-979e-17655f638d57"}], "title": "Music of the Millennium 2", "secondarytypes": 
["Compilation"], "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], 
"type": "Al
 bum", "i
 d": "65249aaa-d14a-306e-8b9e-05cab478bf67"}, {"releases": [{"track_count": 133, "releaseevents": [{"date": 
{"month": 4, "day": 14, "year": 2003}, "country": "AU"}], "country": "AU", "date": {"month": 4, "day": 14, 
"year": 2003}, "medium_count": 9, "mediums": [{"position": 5, "tracks": [{"position": 2, "artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "id": 
"570e7f28-d652-3fe8-8ef0-b46f41fb2448"}], "title": "1997", "track_count": 15, "format": "CD"}], "id": 
"7f06435a-2c36-4abd-b727-701c52792d6c"}], "title": "Triple J: Hottest Box", "secondarytypes": 
["Compilation"], "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], 
"type": "Album", "id": "c14707bf-0b73-3fa9-8efe-7a60d2d372ff"}, {"releases": [{"track_count": 34, 
"releaseevents": [{"date": {"month": 11, "day": 1, "year": 2001}, "country": "DE"}], "country": "DE", "date": 
{"month": 11, "day": 1, "year": 2001}, "medium_count": 2, "mediums": [{"position": 2, "tr
 acks": [
 {"position": 1, "artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "id": 
"5ba4884c-3969-325c-8dc0-761177cf9fe0"}], "track_count": 17, "format": "CD"}], "id": 
"1e3f02c0-20b2-49a5-ab8d-9983d3a66dda"}], "title": "Sounds Like Teen Spirit: Best of Alternative & Nu Rock", 
"secondarytypes": ["Compilation"], "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": 
"Various Artists"}], "type": "Album", "id": "1f3d9176-3e6f-3dec-b8dd-42c3c97acdfa"}, {"releases": 
[{"track_count": 17, "releaseevents": [{"date": {"year": 2008}, "country": "US"}], "country": "US", "date": 
{"year": 2008}, "medium_count": 1, "mediums": [{"position": 1, "tracks": [{"position": 2, "id": 
"7e756354-556f-4e64-9693-5688d82ccf1e"}], "track_count": 17, "format": "CD"}], "id": 
"4cf4ed93-2899-4069-a8b7-664bfe4d9781"}, {"track_count": 29, "releaseevents": [{"date": {"month": 6, "day": 
2, "year": 2008}, "country": "GB"}], "country": "GB", "date": {"month": 6, "day": 2, "year": 2
 008}, "m
 edium_count": 2, "mediums": [{"position": 1, "tracks": [{"position": 2, "id": 
"ce2ec354-9df3-3f0f-b154-f02305b0dd70"}], "track_count": 16, "format": "CD"}], "id": 
"336162c1-3320-3f80-a9d5-e437cc017bb7"}, {"track_count": 29, "releaseevents": [{"date": {"month": 10, "day": 
27, "year": 2008}, "country": "GB"}], "country": "GB", "date": {"month": 10, "day": 27, "year": 2008}, 
"medium_count": 2, "mediums": [{"position": 1, "tracks": [{"position": 2, "id": 
"2f29195f-9ed2-345d-a1f9-743a1db06d74"}], "track_count": 16, "format": "CD"}], "id": 
"de920ef4-d662-37be-9a73-1ef1b2071f45"}, {"track_count": 30, "releaseevents": [{"date": {"month": 6, "day": 
3, "year": 2008}, "country": "US"}], "country": "US", "date": {"month": 6, "day": 3, "year": 2008}, 
"medium_count": 2, "mediums": [{"position": 1, "tracks": [{"position": 2, "id": 
"e5bc531c-1ce8-36cc-a270-3a53a4a844cd"}], "track_count": 17, "format": "CD"}], "id": 
"5e94423b-ca48-3c25-9504-bec33c466f8c"}, {"track_count": 29, "releaseevents"
 : [{"dat
 e": {"year": 2008}, "country": "XE"}], "country": "XE", "date": {"year": 2008}, "medium_count": 2, 
"mediums": [{"position": 1, "tracks": [{"position": 2, "id": "3a6f0dc0-8d5e-438d-953b-e8edb43f7bd9"}], 
"track_count": 16, "format": "CD"}], "id": "054813d3-99cd-4c7e-aaa7-c63b8c3b5b48"}, {"track_count": 17, 
"releaseevents": [{"date": {"month": 6, "day": 3, "year": 2008}, "country": "US"}], "country": "US", "date": 
{"month": 6, "day": 3, "year": 2008}, "medium_count": 1, "mediums": [{"position": 1, "tracks": [{"position": 
2, "id": "e48a0a48-bf6d-3da8-84b1-77ba9ca18412"}], "track_count": 17, "format": "CD"}], "id": 
"af8722d8-6248-4b9c-9d30-2183eafa2ed9"}, {"track_count": 16, "releaseevents": [{"date": {"month": 6, "day": 
2, "year": 2008}, "country": "GB"}], "country": "GB", "date": {"month": 6, "day": 2, "year": 2008}, 
"medium_count": 1, "mediums": [{"position": 1, "tracks": [{"position": 2, "id": 
"6049d9c9-aa6d-34e8-a2dd-9f88e43c2e07"}], "track_count": 16, "format": "CD"}], "id"
 : "5f3f8
 f7a-8b96-48b1-808e-64bb2f13030c"}], "title": "The Best Of", "secondarytypes": ["Compilation"], "artists": 
[{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "type": "Album", "id": 
"80975c59-4094-30d5-bb58-365e8b061274"}, {"releases": [{"track_count": 34, "releaseevents": [{"country": 
"AU"}], "country": "AU", "medium_count": 2, "mediums": [{"position": 1, "tracks": [{"position": 5, "artists": 
[{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "id": 
"3fc551ab-7369-3842-b030-9a9d48a2644e"}], "track_count": 17, "format": "CD"}], "id": 
"107376df-2408-42aa-b19a-721e6ac9a5ec"}, {"track_count": 33, "releaseevents": [{"date": {"year": 1998}, 
"country": "AU"}], "country": "AU", "date": {"year": 1998}, "medium_count": 2, "mediums": [{"position": 1, 
"tracks": [{"position": 5, "artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], 
"id": "e0faad5c-895f-45af-9b9d-4feb0881a458"}], "track_count": 17, "format": "CD"}], "id": "
 69f4a295
 -907f-45b1-ada9-31730f32ab6f"}, {"track_count": 33, "releaseevents": [{"date": {"month": 7, "day": 17, 
"year": 1998}, "country": "AU"}], "country": "AU", "date": {"month": 7, "day": 17, "year": 1998}, 
"medium_count": 2, "mediums": [{"position": 1, "tracks": [{"position": 5, "artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "id": 
"44cf60e4-6a85-3020-afd6-865229f1ac3b"}], "track_count": 17, "format": "CD"}], "id": 
"c0d09141-c3a7-4d30-a17c-ddb497c7dd6b"}], "title": "Triple J: Hottest 100, Volume 5", "secondarytypes": 
["Compilation"], "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], 
"type": "Album", "id": "6edd1b32-d020-3f63-b340-16963b1f989e"}, {"releases": [{"track_count": 42, 
"medium_count": 2, "mediums": [{"position": 2, "tracks": [{"position": 20, "artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "id": 
"59301561-3b1a-3c5d-8f67-52902d0eeab4"}], "track_count": 20}], "id": "7
 52fe36e-
 a3b5-49e9-9fcf-8ca143a6d7f0"}], "title": "Festival 06", "secondarytypes": ["Compilation"], "artists": 
[{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "type": "Album", "id": 
"2d9231c1-2279-35f2-8697-7f29c1735113"}, {"releases": [{"track_count": 79, "releaseevents": [{"date": 
{"month": 12, "day": 10, "year": 2007}, "country": "XE"}], "country": "XE", "date": {"month": 12, "day": 10, 
"year": 2007}, "medium_count": 7, "mediums": [{"position": 3, "tracks": [{"position": 2, "id": 
"810edb72-2fb0-3d48-ac79-71b33ae5639b"}], "title": "Ok Computer", "track_count": 12, "format": "CD"}], "id": 
"5fdd4427-8604-4004-965b-d33c3a65f30c"}], "title": "Album Box Set", "secondarytypes": ["Compilation"], 
"artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "type": "Album", "id": 
"b7db08f4-835a-4a69-970b-5321e6305032"}, {"releases": [{"track_count": 40, "releaseevents": [{"date": 
{"month": 8, "day": 24, "year": 2012}, "country": "BE"}], "cou
 ntry": "
 BE", "date": {"month": 8, "day": 24, "year": 2012}, "medium_count": 2, "mediums": [{"position": 1, "tracks": 
[{"position": 18, "artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "id": 
"719a7c02-0a0a-4661-8ae0-d0c364e042d5"}], "track_count": 20, "format": "CD"}], "id": 
"7142c629-53fd-4dce-af16-79f30916f3f4"}], "title": "Alle 40 Goed: Alternative", "secondarytypes": 
["Compilation"], "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], 
"type": "Album", "id": "ade6c60b-53b1-46d8-96ff-43a1e632147a"}, {"releases": [{"track_count": 16, 
"releaseevents": [{"date": {"year": 1997}, "country": "CH"}], "country": "CH", "date": {"year": 1997}, 
"medium_count": 1, "mediums": [{"position": 1, "tracks": [{"position": 16, "artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "id": 
"a321e93d-0f1b-3fea-b915-763ed8bb4845"}], "track_count": 16, "format": "CD"}], "id": 
"8b42eaed-6078-49a4-b4d8-3db7c3413572
 "}], "ti
 tle": "Rep\u00e9rages, Volume 12", "secondarytypes": ["Compilation"], "artists": [{"id": 
"89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "type": "Album", "id": 
"a72f18dd-86d1-3208-bb2c-459a1189a728"}, {"artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": 
"Radiohead"}], "type": "EP", "id": "e418e013-c2a4-3d77-af37-2e92cd48ba5a", "releases": [{"track_count": 6, 
"releaseevents": [{"date": {"month": 1, "year": 1998}, "country": "US"}], "country": "US", "date": {"month": 
1, "year": 1998}, "medium_count": 1, "mediums": [{"position": 1, "tracks": [{"position": 6, "id": 
"4dfe3246-ad43-380d-a046-85364330115e"}], "track_count": 6, "format": "CD"}], "id": 
"15ebb9ac-0bd8-4f4d-a8cc-6b7f2686932e"}], "title": "College Karma EP"}, {"artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "type": "Single", "id": 
"1f4d4fe7-ddb0-36b8-8fd9-283d40190c3b", "releases": [{"track_count": 3, "releaseevents": [{"date": {"month": 
5, "day": 26,
  "year":
  1997}, "country": "GB"}], "country": "GB", "date": {"month": 5, "day": 26, "year": 1997}, "medium_count": 
1, "mediums": [{"position": 1, "tracks": [{"position": 1, "id": "98d237d3-4fda-3ec3-b14a-a90a927d0006"}], 
"track_count": 3, "format": "CD"}], "id": "e4933069-51f2-4b4e-a987-8d9de6802b77"}, {"track_count": 6, 
"releaseevents": [{"date": {"month": 5, "day": 13, "year": 2016}, "country": "XW"}], "country": "XW", "date": 
{"month": 5, "day": 13, "year": 2016}, "medium_count": 1, "mediums": [{"position": 1, "tracks": [{"position": 
1, "id": "b724f9e9-cd60-458c-a65f-135a24db370b"}], "track_count": 6, "format": "CD"}], "id": 
"4b1bc218-1de6-43ef-8705-b066a9efe456"}, {"track_count": 1, "releaseevents": [{"date": {"month": 5, "year": 
1997}, "country": "GB"}], "country": "GB", "date": {"month": 5, "year": 1997}, "medium_count": 1, "mediums": 
[{"position": 1, "tracks": [{"position": 1, "id": "54a8d710-06ba-3f97-91f0-e3badda3bf8c"}], "track_count": 1, 
"format": "CD"}], "id": "5c375e1c-
 9545-4b0
 b-9c87-96de58255bb4"}, {"track_count": 3, "releaseevents": [{"date": {"month": 4, "day": 18, "year": 2009}, 
"country": "US"}], "country": "US", "date": {"month": 4, "day": 18, "year": 2009}, "medium_count": 1, 
"mediums": [{"position": 1, "tracks": [{"position": 1, "id": "6ee90b87-b690-4f4d-bae6-10c4082bd1e1"}], 
"track_count": 3, "format": "12\" Vinyl"}], "id": "903e6934-c5d5-4c44-9fd8-548c2b463189"}, {"track_count": 3, 
"releaseevents": [{"date": {"month": 5, "day": 26, "year": 1997}, "country": "GB"}], "country": "GB", "date": 
{"month": 5, "day": 26, "year": 1997}, "medium_count": 1, "mediums": [{"position": 1, "tracks": [{"position": 
1, "id": "3474a898-0036-37e5-89f6-473aad184b0b"}], "track_count": 3, "format": "CD"}], "id": 
"3a6b3e7e-cfed-4c4a-b656-701fe3457cd1"}], "title": "Paranoid Android"}, {"releases": [{"track_count": 42, 
"releaseevents": [{"date": {"month": 11, "day": 3, "year": 1997}, "country": "GB"}], "country": "GB", "date": 
{"month": 11, "day": 3, "year": 1997}
 , "mediu
 m_count": 2, "mediums": [{"position": 2, "tracks": [{"position": 7, "artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "id": 
"c00ca1cc-dd9e-3c58-93be-8f49be8629c7"}], "track_count": 21, "format": "CD"}], "id": 
"92fcac49-895a-462d-95c4-f324cdaaddc9"}], "title": "The Greatest Hits of 1997", "secondarytypes": 
["Compilation"], "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], 
"type": "Album", "id": "67b2ff2a-38e9-32d0-84a0-85ac98cb16b4"}, {"releases": [{"track_count": 41, 
"releaseevents": [{"date": {"month": 7, "day": 14, "year": 1997}, "country": "GB"}], "country": "GB", "date": 
{"month": 7, "day": 14, "year": 1997}, "medium_count": 2, "mediums": [{"position": 2, "tracks": [{"position": 
10, "artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "id": 
"2f5d742e-f592-33fe-8f93-f95646d93013"}], "track_count": 20, "format": "CD"}], "id": 
"7f3b35e7-0b82-4c08-b8dc-ee53666ee8c7"}, {"track_c
 ount": 4
 1, "releaseevents": [{"date": {"month": 7, "day": 14, "year": 1997}, "country": "GB"}], "country": "GB", 
"date": {"month": 7, "day": 14, "year": 1997}, "medium_count": 2, "mediums": [{"position": 2, "tracks": 
[{"position": 10, "artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "id": 
"e9b2d2d3-b6dd-3630-a0e3-795060473adc"}], "track_count": 20, "format": "Cassette"}], "id": 
"0a737b0b-c885-3039-9c4f-ed3759c030dc"}], "title": "Now That\u2019s What I Call Music! 37", "secondarytypes": 
["Compilation"], "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], 
"type": "Album", "id": "ee62c493-eb1e-36f7-99db-5d3bc5b0faee"}, {"releases": [{"track_count": 38, 
"releaseevents": [{"date": {"year": 2008}, "country": "RU"}], "country": "RU", "date": {"year": 2008}, 
"medium_count": 2, "mediums": [{"position": 1, "tracks": [{"position": 4, "id": 
"7db9c29c-a440-3f2a-b337-1a6af9bf5b3b"}], "track_count": 19, "format": "CD"}], "id": "f
 2b0c9de-
 35ad-46ec-b44a-3051621b5a59"}], "title": "Greatest Hits", "secondarytypes": ["Compilation"], "artists": 
[{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "type": "Album", "id": 
"c4ae4ebb-2d68-4ba7-9c81-18ad7cb9022f"}, {"artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": 
"Radiohead"}], "type": "Album", "id": "b1392450-e666-3926-a536-22c65f834433", "releases": [{"track_count": 
23, "releaseevents": [{"date": {"month": 6, "day": 23, "year": 2017}, "country": "XE"}], "country": "XE", 
"title": "OK Computer: OKNOTOK 1997 2017", "date": {"month": 6, "day": 23, "year": 2017}, "medium_count": 2, 
"mediums": [{"position": 1, "tracks": [{"position": 2, "id": "da6e8303-d396-4393-aba0-fb7fedd06026"}], 
"title": "OK", "track_count": 12, "format": "CD"}], "id": "d6dc018d-5caa-4e6f-8e9d-d889fcd585f4"}, 
{"track_count": 12, "releaseevents": [{"date": {"month": 7, "day": 1, "year": 1997}, "country": "US"}], 
"country": "US", "date": {"month": 7, "day": 1, "year"
 : 1997},
  "medium_count": 1, "mediums": [{"position": 1, "tracks": [{"position": 2, "id": 
"ccadc32f-698e-302e-bc5c-a5b8e5ba223e"}], "track_count": 12, "format": "CD"}], "id": 
"6a09041b-0f79-3278-88d9-0552dd28d37f"}, {"track_count": 12, "releaseevents": [{"date": {"month": 6, "day": 
16, "year": 1997}, "country": "XE"}], "country": "XE", "date": {"month": 6, "day": 16, "year": 1997}, 
"medium_count": 1, "mediums": [{"position": 1, "tracks": [{"position": 2, "id": 
"3744d724-821e-3b0a-97c8-c156af4ca2cf"}], "track_count": 12, "format": "CD"}], "id": 
"52709206-8816-3c12-9ff6-f957f2f1eecf"}, {"track_count": 23, "releaseevents": [{"date": {"month": 6, "day": 
23, "year": 2017}, "country": "US"}], "country": "US", "title": "OK Computer: OKNOTOK 1997 2017", "date": 
{"month": 6, "day": 23, "year": 2017}, "medium_count": 2, "mediums": [{"position": 1, "tracks": [{"position": 
2, "id": "5abc8df9-fb67-4321-8927-6baab5b37f20"}], "track_count": 12, "format": "Digital Media"}], "id": 
"a1ed87aa-2079-4e42
 -bbeb-63
 09b3b68674"}, {"track_count": 12, "releaseevents": [{"date": {"month": 7, "day": 1, "year": 1997}, 
"country": "US"}], "country": "US", "date": {"month": 7, "day": 1, "year": 1997}, "medium_count": 1, 
"mediums": [{"position": 1, "tracks": [{"position": 2, "id": "5a5cfc4d-0475-3980-868c-152e0cef4b0a"}], 
"track_count": 12, "format": "CD"}], "id": "0b6b4ba0-d36f-47bd-b4ea-6a5b91842d29"}, {"track_count": 12, 
"releaseevents": [{"date": {"year": 1997}, "country": "PL"}], "country": "PL", "date": {"year": 1997}, 
"medium_count": 1, "mediums": [{"position": 1, "tracks": [{"position": 2, "id": 
"45cf077f-b3e1-4978-b176-2c5ed1e84217"}], "track_count": 12, "format": "Cassette"}], "id": 
"9c1e5e9e-9f40-4cd8-94a4-785fa5d0b613"}, {"track_count": 12, "releaseevents": [{"date": {"year": 1997}, 
"country": "AU"}], "country": "AU", "date": {"year": 1997}, "medium_count": 1, "mediums": [{"position": 1, 
"tracks": [{"position": 2, "id": "4b0c0e38-a6d3-3e20-b017-fb24caa0c9fc"}], "track_count": 12, "fo
 rmat": "
 CD"}], "id": "e16cda60-6e6d-4a32-8d7c-e12d9aeb72de"}, {"track_count": 12, "releaseevents": [{"date": 
{"month": 1, "day": 1, "year": 2008}, "country": "JP"}], "country": "JP", "date": {"month": 1, "day": 1, 
"year": 2008}, "medium_count": 1, "mediums": [{"position": 1, "tracks": [{"position": 2, "id": 
"80aac81a-fb00-38d5-8616-a341a5e8e303"}], "track_count": 12, "format": "CD"}], "id": 
"a822795e-feee-3547-ad81-84d878032f05"}, {"track_count": 33, "releaseevents": [{"date": {"month": 3, "day": 
24, "year": 2009}, "country": "CA"}], "country": "CA", "date": {"month": 3, "day": 24, "year": 2009}, 
"medium_count": 3, "mediums": [{"position": 1, "tracks": [{"position": 2, "id": 
"91b4bc17-e815-406b-a3c5-0f7291adfb29"}], "track_count": 12, "format": "CD"}], "id": 
"7169a92a-4dc1-42bb-9a21-c1c9223b68a8"}, {"track_count": 23, "releaseevents": [{"date": {"month": 6, "day": 
23, "year": 2017}, "country": "GB"}, {"date": {"month": 7, "day": 7, "year": 2017}, "country": "US"}], 
"country": "GB", 
 "title":
  "OK Computer: OKNOTOK 1997 2017", "date": {"month": 6, "day": 23, "year": 2017}, "medium_count": 3, 
"mediums": [{"position": 1, "tracks": [{"position": 2, "id": "99e61392-9b73-45b7-a2c4-4cf3aab152aa"}], 
"title": "ip / skip", "track_count": 6, "format": "12\" Vinyl"}], "id": 
"5048852c-1b89-4acf-989e-2df6598c4e1e"}, {"track_count": 33, "releaseevents": [{"date": {"month": 4, "day": 
1, "year": 2009}, "country": "JP"}], "country": "JP", "date": {"month": 4, "day": 1, "year": 2009}, 
"medium_count": 3, "mediums": [{"position": 1, "tracks": [{"position": 2, "id": 
"93b46164-22d0-3879-ba6a-e8c46e213590"}], "title": "OK Computer", "track_count": 12, "format": "CD"}], "id": 
"a736eb98-ba6b-3e42-ad80-a65f648910a3"}, {"track_count": 23, "releaseevents": [{"date": {"month": 7, "day": 
7, "year": 2017}, "country": "US"}], "country": "US", "title": "OK Computer: OKNOTOK 1997 2017", "date": 
{"month": 7, "day": 7, "year": 2017}, "medium_count": 2, "mediums": [{"position": 1, "tracks": [{"posit
 ion": 2,
  "id": "6c70ec62-3614-4984-a391-397657d1dcee"}], "title": "OK", "track_count": 12, "format": "CD"}], "id": 
"2629071c-1d8f-43f1-be99-712d931e3bf1"}, {"track_count": 12, "releaseevents": [{"date": {"month": 5, "day": 
21, "year": 1997}, "country": "JP"}], "country": "JP", "date": {"month": 5, "day": 21, "year": 1997}, 
"medium_count": 1, "mediums": [{"position": 1, "tracks": [{"position": 2, "id": 
"6a7cd9af-f665-3652-9aba-1e89a4236e9f"}], "track_count": 12, "format": "CD"}], "id": 
"1834eae1-741b-3c03-9ca5-0df3decb43ea"}, {"track_count": 27, "releaseevents": [{"date": {"month": 3, "day": 
23, "year": 2009}, "country": "GB"}], "country": "GB", "date": {"month": 3, "day": 23, "year": 2009}, 
"medium_count": 2, "mediums": [{"position": 1, "tracks": [{"position": 2, "id": 
"cf2b3db5-afd2-3eba-89f9-962de3585e3d"}], "track_count": 12, "format": "CD"}], "id": 
"bdf93ecb-85e8-3505-98f7-e2e8c5052723"}, {"track_count": 23, "releaseevents": [{"date": {"month": 6, "day": 
23, "year": 2017}, "coun
 try": "J
 P"}], "country": "JP", "title": "OK Computer: OKNOTOK 1997 2017", "date": {"month": 6, "day": 23, "year": 
2017}, "medium_count": 2, "mediums": [{"position": 1, "tracks": [{"position": 2, "id": 
"e10b1abe-2524-4573-ab53-5c48f44daf52"}], "title": "OK", "track_count": 12, "format": "CD"}], "id": 
"a95ea77a-e7b1-4116-b647-8210f472b3e8"}, {"track_count": 12, "releaseevents": [{"date": {"month": 4, "day": 
1, "year": 2016}, "country": "XW"}], "country": "XW", "date": {"month": 4, "day": 1, "year": 2016}, 
"medium_count": 1, "mediums": [{"position": 1, "tracks": [{"position": 2, "id": 
"fabff0ae-e56c-4b68-bf4b-714b81b2bd9d"}], "track_count": 12, "format": "CD"}], "id": 
"30702389-5c67-4438-9ea0-2351c8de0f1d"}, {"track_count": 23, "releaseevents": [{"date": {"month": 6, "day": 
22, "year": 2017}, "country": "XW"}], "country": "XW", "title": "OK Computer: OKNOTOK 1997 2017", "date": 
{"month": 6, "day": 22, "year": 2017}, "medium_count": 1, "mediums": [{"position": 1, "tracks": [{"position":
  2, "id"
 : "7f8c6ad6-0f5e-4e7b-9abb-62f9dfbc3c84"}], "track_count": 23, "format": "Digital Media"}], "id": 
"8e2b5322-f9a6-4ab7-b3f4-f65e7ddbc9e4"}, {"track_count": 27, "releaseevents": [{"date": {"month": 4, "day": 
1, "year": 2009}, "country": "JP"}], "country": "JP", "date": {"month": 4, "day": 1, "year": 2009}, 
"medium_count": 2, "mediums": [{"position": 1, "tracks": [{"position": 2, "id": 
"295f0863-727f-3836-9f57-bfd6b6cf63af"}], "track_count": 12, "format": "CD"}], "id": 
"e8c3ff98-75f0-383f-a7d1-35db67661d89"}, {"track_count": 12, "releaseevents": [{"date": {"month": 9, "day": 
6, "year": 2006}, "country": "JP"}], "country": "JP", "date": {"month": 9, "day": 6, "year": 2006}, 
"medium_count": 1, "mediums": [{"position": 1, "tracks": [{"position": 2, "id": 
"b3c7be60-8f73-3f33-b170-ad853005a0ef"}], "track_count": 12, "format": "CD"}], "id": 
"175d6ac9-7185-357c-af04-5887dc3ea788"}, {"track_count": 12, "releaseevents": [{"date": {"year": 1997}}], 
"date": {"year": 1997}, "medium_count":
  1, "med
 iums": [{"position": 1, "tracks": [{"position": 2, "id": "5d2317c8-4734-40a0-9fea-24cb401e9dd1"}], 
"track_count": 12, "format": "CD"}], "id": "16f227a1-fa4a-4d7e-bba2-6a8ca18c33a8"}, {"track_count": 15, 
"releaseevents": [{"date": {"year": 1997}, "country": "XE"}], "country": "XE", "date": {"year": 1997}, 
"medium_count": 2, "mediums": [{"position": 1, "tracks": [{"position": 2, "id": 
"4d01768c-412b-4a57-b136-f73dc6f559b9"}], "title": "OK Computer", "track_count": 12, "format": "CD"}], "id": 
"52e7fc61-fcf3-4b46-ac72-38e9644bf982"}, {"track_count": 12, "releaseevents": [{"date": {"year": 1997}, 
"country": "XE"}], "country": "XE", "date": {"year": 1997}, "medium_count": 1, "mediums": [{"position": 1, 
"tracks": [{"position": 2, "id": "b2048465-3f3a-47dd-a37c-c73d16f0a1dc"}], "track_count": 12, "format": 
"CD"}], "id": "0c324f3a-dcbb-4f09-b33a-c03c676b4044"}, {"track_count": 33, "releaseevents": [{"date": 
{"month": 3, "day": 23, "year": 2009}, "country": "XE"}], "country": "XE", "d
 ate": {"
 month": 3, "day": 23, "year": 2009}, "medium_count": 3, "mediums": [{"position": 1, "tracks": [{"position": 
2, "id": "105889c9-b852-343a-b6d4-5bb74fef1b3e"}], "track_count": 12, "format": "CD"}], "id": 
"9eff0482-170f-3e93-8c65-73ce18e10ee7"}, {"track_count": 12, "releaseevents": [{"date": {"year": 1997}, 
"country": "AR"}], "country": "AR", "date": {"year": 1997}, "medium_count": 1, "mediums": [{"position": 1, 
"tracks": [{"position": 2, "id": "61e2e7bc-8c8b-3dfd-8133-3287c737f750"}], "track_count": 12, "format": 
"CD"}], "id": "3c8cbdc8-555f-3987-8f03-6baf9488d1b0"}, {"track_count": 12, "releaseevents": [{"date": 
{"month": 6, "day": 16, "year": 1997}, "country": "GB"}, {"date": {"month": 6, "day": 16, "year": 1997}, 
"country": "XE"}], "country": "GB", "date": {"month": 6, "day": 16, "year": 1997}, "medium_count": 1, 
"mediums": [{"position": 1, "tracks": [{"position": 2, "id": "785bc614-ce53-36b4-b9b7-edea49487063"}], 
"track_count": 12, "format": "CD"}], "id": "425d8db9-88a3-31
 e2-bd23-
 b1a967626dd5"}, {"track_count": 12, "releaseevents": [{"date": {"month": 6, "day": 16, "year": 1997}, 
"country": "GB"}], "country": "GB", "date": {"month": 6, "day": 16, "year": 1997}, "medium_count": 1, 
"mediums": [{"position": 1, "tracks": [{"position": 2, "id": "26ca3f84-46d8-3627-b894-b1eb8599a110"}], 
"track_count": 12, "format": "Cassette"}], "id": "fba5f8fe-c6c8-4511-8562-c9febf482674"}, {"track_count": 12, 
"releaseevents": [{"date": {"month": 6, "day": 17, "year": 1997}, "country": "CA"}], "country": "CA", "date": 
{"month": 6, "day": 17, "year": 1997}, "medium_count": 1, "mediums": [{"position": 1, "tracks": [{"position": 
2, "id": "eaa3c03e-541e-3cfd-a580-569b723e9f66"}], "track_count": 12, "format": "CD"}], "id": 
"4b3d18cc-8937-36f4-8de0-481088be58e6"}, {"track_count": 27, "releaseevents": [{"date": {"month": 3, "day": 
24, "year": 2009}, "country": "US"}], "country": "US", "date": {"month": 3, "day": 24, "year": 2009}, 
"medium_count": 2, "mediums": [{"position": 1, "
 tracks":
  [{"position": 2, "id": "4f3f9731-3c0d-33b3-bb76-a72c30c5674e"}], "track_count": 12, "format": "CD"}], "id": 
"d4635a34-caf5-3b35-9a5b-d805f1126633"}, {"track_count": 12, "releaseevents": [{"date": {"month": 6, "day": 
16, "year": 1997}, "country": "GB"}], "country": "GB", "date": {"month": 6, "day": 16, "year": 1997}, 
"medium_count": 2, "mediums": [{"position": 1, "tracks": [{"position": 2, "id": 
"9c572b02-0874-3fdb-873e-a778ec4f88ff"}], "track_count": 6, "format": "12\" Vinyl"}], "id": 
"541a0976-ca45-3c0f-89e5-26bc376f58d1"}, {"track_count": 12, "releaseevents": [{"date": {"year": 2008}, 
"country": "US"}], "country": "US", "date": {"year": 2008}, "medium_count": 2, "mediums": [{"position": 1, 
"tracks": [{"position": 2, "id": "ff0e2256-0ed8-3c20-97db-df457a731678"}], "track_count": 6, "format": "12\" 
Vinyl"}], "id": "51df2038-5682-303e-9d87-7aeb99660433"}, {"track_count": 68, "releaseevents": [{"date": 
{"month": 6, "day": 23, "year": 2017}, "country": "GB"}, {"date": {"month"
 : 7, "da
 y": 7, "year": 2017}, "country": "US"}], "country": "GB", "title": "OK Computer: OKNOTOK 1997 2017", "date": 
{"month": 6, "day": 23, "year": 2017}, "medium_count": 5, "mediums": [{"position": 1, "tracks": [{"position": 
2, "id": "25624701-99db-4c26-abcb-7e3ee0f9876d"}], "title": "ip / skip", "track_count": 6, "format": "12\" 
Vinyl"}], "id": "839966ab-7612-447c-b805-2a36b3e18aa5"}], "title": "OK Computer"}, {"releases": 
[{"track_count": 57, "releaseevents": [{"date": {"month": 10, "day": 12, "year": 2012}, "country": "DE"}], 
"country": "DE", "date": {"month": 10, "day": 12, "year": 2012}, "medium_count": 5, "mediums": [{"position": 
3, "tracks": [{"position": 2, "id": "3de8f242-221a-3e8e-b294-ad7dda8d8b10"}], "title": "Ok Computer", 
"track_count": 12, "format": "CD"}], "id": "99726b5e-a17a-4d75-81dc-e09771e1bffd"}], "title": "5 Album Set", 
"secondarytypes": ["Compilation"], "artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": 
"Radiohead"}], "type": "Album", "id": 
 "30f765e
 f-d7f0-4cce-8a3b-d6e1069f1dda"}, {"releases": [{"track_count": 80, "releaseevents": [{"date": {"month": 11, 
"day": 20, "year": 2015}, "country": "AU"}], "country": "AU", "date": {"month": 11, "day": 20, "year": 2015}, 
"medium_count": 4, "mediums": [{"position": 3, "tracks": [{"position": 7, "artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "id": 
"7867ee8c-5c20-4064-a918-fbad632c5304"}], "track_count": 20, "format": "CD"}], "id": 
"79a0b733-918a-4061-b38d-e87763248d61"}], "title": "40 Years of Music", "secondarytypes": ["Compilation"], 
"artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "type": "Album", 
"id": "896d40c0-d34c-49db-88a4-7c3e1f8ff3ee"}, {"releases": [{"track_count": 19, "releaseevents": [{"date": 
{"month": 5, "day": 25, "year": 2006}, "country": "JP"}], "country": "JP", "date": {"month": 5, "day": 25, 
"year": 2006}, "medium_count": 1, "mediums": [{"position": 1, "tracks": [{"position": 19, "artist
 s": [{"i
 d": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "id": 
"48e38ed8-170a-3b82-8760-e40a5f2c20d5"}], "track_count": 19, "format": "CD"}], "id": 
"d28ed99f-b0d9-4f7c-88a8-ad6946d40188"}], "title": "Ergo Proxy Original Soundtrack opus 01", 
"secondarytypes": ["Soundtrack"], "artists": [{"id": "7e2b0679-002d-49ad-9748-b5d97ef123ea", "name": 
"\u6c60\u983c\u5e83"}], "type": "Album", "id": "ace5135c-1fde-33bd-bfd0-139c8c58212d"}], "title": "Paranoid 
Android", "id": "9f9cf187-d6f9-437f-9d98-d59cdbd52757"}, {"artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "duration": 383, "releasegroups": [{"type": 
"Album", "id": "b1392450-e666-3926-a536-22c65f834433", "releases": [{"track_count": 33, "releaseevents": 
[{"date": {"month": 3, "day": 23, "year": 2009}, "country": "XE"}], "country": "XE", "date": {"month": 3, 
"day": 23, "year": 2009}, "medium_count": 3, "mediums": [{"position": 3, "tracks": [{"position": 4, "id": 
"e9bc6fd7-0584-4bb5-86cc-2f9
 a78b7f98
 6", "title": "Paranoid Android (Later\u2026 with Jools Holland, 31/05/97)"}], "track_count": 6, "format": 
"DVD-Video"}], "id": "9eff0482-170f-3e93-8c65-73ce18e10ee7"}, {"track_count": 33, "releaseevents": [{"date": 
{"month": 3, "day": 24, "year": 2009}, "country": "CA"}], "country": "CA", "date": {"month": 3, "day": 24, 
"year": 2009}, "medium_count": 3, "mediums": [{"position": 3, "tracks": [{"position": 4, "id": 
"24c478fc-86d0-4fb4-bb02-edb07f2cf7ca"}], "track_count": 6, "format": "DVD-Video"}], "id": 
"7169a92a-4dc1-42bb-9a21-c1c9223b68a8"}, {"track_count": 33, "releaseevents": [{"date": {"month": 4, "day": 
1, "year": 2009}, "country": "JP"}], "country": "JP", "date": {"month": 4, "day": 1, "year": 2009}, 
"medium_count": 3, "mediums": [{"position": 3, "tracks": [{"position": 4, "id": 
"f94c3d48-2b55-4ae6-99e2-acff5497af30", "title": "Paranoid Android (Later\u2026 with Jools Holland, 
31/05/97)"}], "title": "Videos / Later... With Jools Holland 31.05.97", "track_count": 6, "fo
 rmat": "
 DVD-Video"}], "id": "a736eb98-ba6b-3e42-ad80-a65f648910a3"}], "title": "OK Computer"}], "title": "Paranoid 
Android", "id": "a53a283c-0288-4184-a59e-8e1d3e5f4b8b"}], "score": 0.977782, "id": 
"f2157413-dc2c-4990-a767-2aeb7bb926a2"}, {"recordings": [{"artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "duration": 382, "releasegroups": 
[{"releases": [{"track_count": 23, "releaseevents": [{"date": {"month": 6, "day": 23, "year": 2001}}], 
"date": {"month": 6, "day": 23, "year": 2001}, "medium_count": 2, "mediums": [{"position": 2, "tracks": 
[{"position": 1, "id": "d80a4901-8ff8-48f7-a144-d962b596063a"}], "track_count": 10, "format": "CD"}], "id": 
"01c0f247-49fe-4832-b4ce-c689e1890baa"}, {"track_count": 23, "medium_count": 2, "mediums": [{"position": 1, 
"tracks": [{"position": 14, "id": "7d4efc08-447a-3d2a-9a75-9467dafc4625"}], "track_count": 15}], "id": 
"9b88d66c-9768-4456-9566-9b036a125f79"}], "title": "2001-06-23: The Gorge Amphitheatre, George, WA,
  USA", "
 secondarytypes": ["Live"], "type": "Album", "id": "a7448d43-e69d-3c7b-94cb-e18b8b66dc29"}], "title": 
"Paranoid Android", "id": "02243a45-04c1-4784-8205-e4199fe75816"}, {"artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "duration": 384, "releasegroups": 
[{"releases": [{"track_count": 38, "releaseevents": [{"date": {"year": 1998}, "country": "AU"}], "country": 
"AU", "date": {"year": 1998}, "medium_count": 2, "mediums": [{"position": 1, "tracks": [{"position": 13, 
"artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "id": 
"2b32e026-891e-415f-a64d-7b24f80a1dc7"}], "track_count": 19, "format": "CD"}], "id": 
"648cab02-3384-4c9c-8582-ce0a544e6f3b"}], "title": "MTV Most Wanted", "secondarytypes": ["Compilation"], 
"artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "type": "Album", 
"id": "180bcd7f-8f8e-40a1-a8ed-94809c8b085d"}], "title": "Paranoid Android", "id": "08ca81a0-93c9-41d3-a5dc-
 9fc39db7
 ebfb"}, {"artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "duration": 383, 
"releasegroups": [{"releases": [{"track_count": 41, "releaseevents": [{"date": {"month": 3, "day": 14, 
"year": 2005}, "country": "GB"}], "country": "GB", "title": "The Album, Volume 5", "date": {"month": 3, 
"day": 14, "year": 2005}, "medium_count": 2, "mediums": [{"position": 2, "tracks": [{"position": 13, 
"artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "id": 
"d080f723-17e4-3ae1-917c-63b7eafaf823"}], "track_count": 20, "format": "CD"}], "id": 
"81b7d91f-f2a8-4811-92b2-e3423757fd8a"}], "title": "The Album", "secondarytypes": ["Compilation"], "artists": 
[{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "type": "Album", "id": 
"f2b380a8-b2d6-4474-a93c-a6a74b5c3df1"}], "title": "Paranoid Android", "id": 
"174be24a-a0a1-410e-bfc8-d2639c1fc461"}, {"artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": 
"Rad
 iohead"}
 ], "duration": 385, "releasegroups": [{"releases": [{"track_count": 39, "releaseevents": [{"date": {"month": 
11, "day": 8, "year": 2004}, "country": "GB"}], "country": "GB", "date": {"month": 11, "day": 8, "year": 
2004}, "medium_count": 2, "mediums": [{"position": 2, "tracks": [{"position": 5, "artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "id": 
"83c5c3f6-ca13-39de-ab60-ea818a50ee70"}], "track_count": 19, "format": "CD"}], "id": 
"b379c49b-d6ea-464b-98f4-e8853825e3a1"}], "title": "UK Music Hall of Fame", "secondarytypes": 
["Compilation"], "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], 
"type": "Album", "id": "6e31d56e-a101-3f63-8aa5-e74d4fb25c99"}], "title": "Paranoid Android", "id": 
"1bf0d11f-0e38-4702-be15-ae0b6dbe72ba"}, {"artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": 
"Radiohead"}], "duration": 394, "releasegroups": [{"type": "Album", "id": 
"b1392450-e666-3926-a536-22c65f834433",
  "releas
 es": [{"track_count": 33, "releaseevents": [{"date": {"month": 3, "day": 23, "year": 2009}, "country": 
"XE"}], "country": "XE", "date": {"month": 3, "day": 23, "year": 2009}, "medium_count": 3, "mediums": 
[{"position": 3, "tracks": [{"position": 1, "id": "6250c4ab-253b-4f3c-8ee9-db59952525c1", "title": "Paranoid 
Android (video)"}], "track_count": 6, "format": "DVD-Video"}], "id": "9eff0482-170f-3e93-8c65-73ce18e10ee7"}, 
{"track_count": 33, "releaseevents": [{"date": {"month": 3, "day": 24, "year": 2009}, "country": "CA"}], 
"country": "CA", "date": {"month": 3, "day": 24, "year": 2009}, "medium_count": 3, "mediums": [{"position": 
3, "tracks": [{"position": 1, "id": "3b34cb01-cd44-485d-9b5a-d8827754d088"}], "track_count": 6, "format": 
"DVD-Video"}], "id": "7169a92a-4dc1-42bb-9a21-c1c9223b68a8"}, {"track_count": 33, "releaseevents": [{"date": 
{"month": 4, "day": 1, "year": 2009}, "country": "JP"}], "country": "JP", "date": {"month": 4, "day": 1, 
"year": 2009}, "medium_count": 3
 , "mediu
 ms": [{"position": 3, "tracks": [{"position": 1, "id": "e00955f9-2504-422d-a535-4baf26699c93", "title": 
"Paranoid Android (video)"}], "title": "Videos / Later... With Jools Holland 31.05.97", "track_count": 6, 
"format": "DVD-Video"}], "id": "a736eb98-ba6b-3e42-ad80-a65f648910a3"}], "title": "OK Computer"}], "title": 
"Paranoid Android", "id": "2b3dae6c-a7f3-407a-a0a9-7325aeacfc75"}, {"artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "duration": 381, "releasegroups": 
[{"releases": [{"track_count": 29, "title": "2002-08-07: Salamanca, Spain", "medium_count": 1, "mediums": 
[{"position": 1, "tracks": [{"position": 21, "id": "4576a3bf-2e43-3da4-ba8d-365adf4da79b"}], "track_count": 
29}], "id": "5c9f3514-1ac7-4b6a-b61c-8133d396d5ba"}], "title": "2002-08-07: Palacio de Congresos, Salamanca, 
Spain", "secondarytypes": ["Live"], "type": "Album", "id": "9bea627f-15a9-3d91-9853-865d053a77f7"}], "title": 
"Paranoid Android", "id": "3f30434c-fc27-40ce-b17e-290
 639d6f0f
 4"}, {"artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "duration": 387, 
"releasegroups": [{"releases": [{"track_count": 83, "releaseevents": [{"date": {"month": 3, "day": 9, "year": 
2012}, "country": "NL"}], "country": "NL", "date": {"month": 3, "day": 9, "year": 2012}, "medium_count": 8, 
"mediums": [{"position": 1, "tracks": [{"position": 5, "artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "id": 
"522c4032-fc80-340f-9667-7fed9e8ce478"}], "track_count": 10, "format": "CD"}], "id": 
"497be62e-49de-4545-a8d5-5852d1466b32"}], "title": "Veronica Album Top 1000 - The Long Versions", 
"secondarytypes": ["Compilation"], "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": 
"Various Artists"}], "type": "Album", "id": "191147ab-b16d-48c2-9ea4-e6cc997ebf16"}, {"releases": 
[{"track_count": 17, "medium_count": 1, "mediums": [{"position": 1, "tracks": [{"position": 4, "id": 
"59edefb8-7d81-3439-aa93-8c4d3c025ff1"}
 ], "trac
 k_count": 17}], "id": "9207cdc8-0c68-4331-95fc-a46fe64eeea8"}], "title": "Greatest Hits 98", 
"secondarytypes": ["Compilation"], "type": "Album", "id": "e607d0d4-b520-37f9-b82b-8aec9e786c72"}], "title": 
"Paranoid Android", "id": "41888792-b019-4306-9429-07f6f0ddb4a5"}, {"artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "duration": 379, "releasegroups": 
[{"releases": [{"track_count": 29, "releaseevents": [{"country": "US"}], "country": "US", "medium_count": 1, 
"mediums": [{"position": 1, "tracks": [{"position": 11, "id": "4e493498-06ba-39d2-8e2d-cdab127ef37f"}], 
"track_count": 29, "format": "Digital Media"}], "id": "849e3409-db61-4207-ae49-3d8b5290bd04"}, 
{"track_count": 29, "releaseevents": [{"country": "XW"}], "country": "XW", "medium_count": 1, "mediums": 
[{"position": 1, "tracks": [{"position": 11, "id": "4495e417-d39f-452b-bb62-4dac508899a1"}], "track_count": 
29, "format": "Digital Media"}], "id": "bfb86539-8061-4e35-a6ae-b77eedbe942d"}], "
 title": 
 "2006-06-17: Bonnaroo Festival, Manchester, TN, USA", "secondarytypes": ["Live"], "type": "Album", "id": 
"6a7e474c-46ad-3e5c-a4cd-49834a3aa740"}], "title": "Paranoid Android", "id": 
"49dfa13e-15e2-4bbc-8409-f3774d70569e"}, {"id": "5e895228-26c2-44ac-990c-2cd2683fb550"}, {"artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "duration": 387, "releasegroups": 
[{"releases": [{"track_count": 187, "releaseevents": [{"date": {"year": 2004}, "country": "US"}], "country": 
"US", "date": {"year": 2004}, "medium_count": 10, "mediums": [{"position": 3, "tracks": [{"position": 4, 
"id": "70aa4ff2-d356-3435-9a61-604b02de8ace"}], "track_count": 16}], "id": 
"71989dd8-89af-45de-87dc-d3d0b798f972"}], "title": "Towering Above the Rest", "secondarytypes": 
["Compilation"], "type": "Album", "id": "e449d0a3-5661-338c-a51e-a9910f725fa5"}], "title": "Paranoid 
Android", "id": "7487331c-0aac-4a21-abef-ead335ae72f6"}, {"id": "8668d6c5-d7f0-4c95-9e82-d487e470d896"}, 
{"artists"
 : [{"id"
 : "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "duration": 384, "releasegroups": 
[{"releases": [{"track_count": 75, "releaseevents": [{"date": {"year": 2007}, "country": "AU"}], "country": 
"AU", "date": {"year": 2007}, "medium_count": 4, "mediums": [{"position": 3, "tracks": [{"position": 1, 
"artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "id": 
"415098de-bd34-38f9-9a85-e4d62141f2d8"}], "title": "1997-2001", "track_count": 16, "format": "CD"}], "id": 
"6ab5d430-bee5-465d-a6c6-fa7bf0dc4bad"}], "title": "20 Years of Rage", "secondarytypes": ["Compilation"], 
"artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "type": "Album", 
"id": "e21a40aa-9418-4273-bd68-1b3feaf39e23"}], "title": "Paranoid Android", "id": 
"8fd28255-4622-45c4-b8f4-36d3d5174299"}, {"artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": 
"Radiohead"}], "duration": 385, "releasegroups": [{"releases": [{"track_count": 
 19, "rel
 easeevents": [{"date": {"month": 9, "day": 30, "year": 1997}, "country": "ZA"}], "country": "ZA", "date": 
{"month": 9, "day": 30, "year": 1997}, "medium_count": 1, "mediums": [{"position": 1, "tracks": [{"position": 
3, "artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "id": 
"59e7eeb4-7400-4810-a9aa-d5383b35db03"}], "track_count": 19, "format": "CD"}], "id": 
"7089b9b0-802b-4816-9988-409a94666e48"}], "title": "Big Hits 97", "secondarytypes": ["Compilation"], 
"artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "type": "Album", 
"id": "a45ed7f2-2c6b-4446-a491-84414e01db5e"}], "title": "Paranoid Android", "id": 
"9ed8d43d-634a-4ae0-8411-291906801b09"}, {"artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": 
"Radiohead"}], "duration": 383, "releasegroups": [{"releases": [{"track_count": 18, "releaseevents": 
[{"date": {"year": 1997}, "country": "FR"}], "country": "FR", "date": {"year": 1997}, "medium_coun
 t": 1, "
 mediums": [{"position": 1, "tracks": [{"position": 4, "artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "id": 
"07bc8b1c-0743-337c-b610-a4dc0ca1084b"}], "track_count": 18, "format": "CD"}], "id": 
"67016a2b-118d-483d-9e36-49080ae43df4"}], "title": "3X plus de bruit!", "secondarytypes": ["Compilation"], 
"artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "type": "Album", 
"id": "dd02a722-bb7f-4771-9a5b-681f5556ce71"}, {"releases": [{"track_count": 18, "releaseevents": [{"date": 
{"year": 1999}}], "date": {"year": 1999}, "medium_count": 1, "mediums": [{"position": 1, "tracks": 
[{"position": 5, "id": "0501ca69-820f-3198-aa34-492e0dda2328"}], "track_count": 18, "format": "CD"}], "id": 
"327aa699-5256-4ea2-8d08-be96f3561d5d"}], "title": "World Ballads Collection", "secondarytypes": 
["Compilation"], "artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "type": 
"Album", "id": "f720c4d7-a80d-4
 466-b92d
 -9d1de99ddba7"}, {"releases": [{"track_count": 38, "releaseevents": [{"date": {"month": 11, "day": 21, 
"year": 1997}, "country": "GB"}], "country": "GB", "date": {"month": 11, "day": 21, "year": 1997}, 
"medium_count": 2, "mediums": [{"position": 1, "tracks": [{"position": 18, "artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "id": 
"fca26010-1ccd-38c2-81ad-384dc0f79a53"}], "title": "Disc 1", "track_count": 18, "format": "CD"}], "id": 
"551aaf33-f02e-4117-b375-9e7d71c44825"}], "title": "Shine: Best of 97", "secondarytypes": ["Compilation"], 
"artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "type": "Album", 
"id": "b95cceaf-4108-3ecc-a037-b76e4c04300e"}, {"releases": [{"track_count": 17, "releaseevents": [{"date": 
{"month": 12, "day": 2, "year": 1997}, "country": "CA"}], "country": "CA", "date": {"month": 12, "day": 2, 
"year": 1997}, "medium_count": 1, "mediums": [{"position": 1, "tracks": [{"position": 15, "ar
 tists": 
 [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "id": 
"d1732008-5629-3160-8f42-bd34d0c11325"}], "track_count": 17, "format": "CD"}], "id": 
"0471350b-645a-4e37-967b-e973eec4a1c0"}], "title": "Big Shiny Tunes 2", "secondarytypes": ["Compilation"], 
"artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "type": "Album", 
"id": "45acecb7-b1a9-3bc2-989e-ef2f9de4df4b"}, {"releases": [{"track_count": 36, "releaseevents": [{"date": 
{"month": 8, "day": 25, "year": 2009}, "country": "AU"}], "country": "AU", "date": {"month": 8, "day": 25, 
"year": 2009}, "medium_count": 2, "mediums": [{"position": 1, "tracks": [{"position": 2, "artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "id": 
"17e3d567-a818-3cd7-a50a-2d1cc1a83514"}], "track_count": 18, "format": "CD"}], "id": 
"75a5b34f-4f29-4b29-9424-7e9ab7e2057a"}], "title": "Triple J: Hottest 100 of All Time", "secondarytypes": 
["Compilation"], "artists": [{"i
 d": "89a
 d4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "type": "Album", "id": 
"b7f2b485-3a8f-4573-b23d-9873cbbb2f1a"}, {"releases": [{"track_count": 39, "releaseevents": [{"date": 
{"month": 9, "day": 1, "year": 1997}, "country": "GB"}], "country": "GB", "date": {"month": 9, "day": 1, 
"year": 1997}, "medium_count": 2, "mediums": [{"position": 1, "tracks": [{"position": 19, "artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "id": 
"9a4f28b4-4989-3994-b6a8-267e3af886fb"}], "track_count": 19, "format": "CD"}], "id": 
"c07290fb-649c-47a2-a77d-8d33e8836ddb"}], "title": "Shine 9", "secondarytypes": ["Compilation"], "artists": 
[{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "type": "Album", "id": 
"773be37f-d92f-380a-998a-c5e6e74f2baa"}, {"releases": [{"track_count": 19, "releaseevents": [{"date": 
{"year": 1997}, "country": "BE"}], "country": "BE", "date": {"year": 1997}, "medium_count": 1, "mediums": 
[{"position": 1
 , "track
 s": [{"position": 1, "artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "id": 
"b339f81a-2649-32e9-8cea-7aeef8e9ed7f"}], "track_count": 19, "format": "CD"}], "id": 
"22d44b30-e996-4f2c-af59-662b24f66a06"}], "title": "MTV Fresh 3", "secondarytypes": ["Compilation"], 
"artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "type": "Album", 
"id": "ce7f6a36-eb4d-3e46-b4bb-68c24b0f19f6"}, {"releases": [{"track_count": 38, "releaseevents": [{"date": 
{"month": 11, "day": 21, "year": 2000}, "country": "GB"}], "country": "GB", "date": {"month": 11, "day": 21, 
"year": 2000}, "medium_count": 2, "mediums": [{"position": 2, "tracks": [{"position": 6, "artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "id": 
"105ec5b4-ec40-30e4-b6c6-21944efdc8de"}], "track_count": 19, "format": "CD"}], "id": 
"f37af9da-28f0-4789-979e-17655f638d57"}], "title": "Music of the Millennium 2", "secondarytypes": ["Compilatio
 n"], "ar
 tists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "type": "Album", "id": 
"65249aaa-d14a-306e-8b9e-05cab478bf67"}, {"releases": [{"track_count": 133, "releaseevents": [{"date": 
{"month": 4, "day": 14, "year": 2003}, "country": "AU"}], "country": "AU", "date": {"month": 4, "day": 14, 
"year": 2003}, "medium_count": 9, "mediums": [{"position": 5, "tracks": [{"position": 2, "artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "id": 
"570e7f28-d652-3fe8-8ef0-b46f41fb2448"}], "title": "1997", "track_count": 15, "format": "CD"}], "id": 
"7f06435a-2c36-4abd-b727-701c52792d6c"}], "title": "Triple J: Hottest Box", "secondarytypes": 
["Compilation"], "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], 
"type": "Album", "id": "c14707bf-0b73-3fa9-8efe-7a60d2d372ff"}, {"releases": [{"track_count": 34, 
"releaseevents": [{"date": {"month": 11, "day": 1, "year": 2001}, "country": "DE"}], "country":
  "DE", "
 date": {"month": 11, "day": 1, "year": 2001}, "medium_count": 2, "mediums": [{"position": 2, "tracks": 
[{"position": 1, "artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "id": 
"5ba4884c-3969-325c-8dc0-761177cf9fe0"}], "track_count": 17, "format": "CD"}], "id": 
"1e3f02c0-20b2-49a5-ab8d-9983d3a66dda"}], "title": "Sounds Like Teen Spirit: Best of Alternative & Nu Rock", 
"secondarytypes": ["Compilation"], "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": 
"Various Artists"}], "type": "Album", "id": "1f3d9176-3e6f-3dec-b8dd-42c3c97acdfa"}, {"releases": 
[{"track_count": 17, "releaseevents": [{"date": {"year": 2008}, "country": "US"}], "country": "US", "date": 
{"year": 2008}, "medium_count": 1, "mediums": [{"position": 1, "tracks": [{"position": 2, "id": 
"7e756354-556f-4e64-9693-5688d82ccf1e"}], "track_count": 17, "format": "CD"}], "id": 
"4cf4ed93-2899-4069-a8b7-664bfe4d9781"}, {"track_count": 29, "releaseevents": [{"date": {"month": 
 6, "day"
 : 2, "year": 2008}, "country": "GB"}], "country": "GB", "date": {"month": 6, "day": 2, "year": 2008}, 
"medium_count": 2, "mediums": [{"position": 1, "tracks": [{"position": 2, "id": 
"ce2ec354-9df3-3f0f-b154-f02305b0dd70"}], "track_count": 16, "format": "CD"}], "id": 
"336162c1-3320-3f80-a9d5-e437cc017bb7"}, {"track_count": 29, "releaseevents": [{"date": {"month": 10, "day": 
27, "year": 2008}, "country": "GB"}], "country": "GB", "date": {"month": 10, "day": 27, "year": 2008}, 
"medium_count": 2, "mediums": [{"position": 1, "tracks": [{"position": 2, "id": 
"2f29195f-9ed2-345d-a1f9-743a1db06d74"}], "track_count": 16, "format": "CD"}], "id": 
"de920ef4-d662-37be-9a73-1ef1b2071f45"}, {"track_count": 30, "releaseevents": [{"date": {"month": 6, "day": 
3, "year": 2008}, "country": "US"}], "country": "US", "date": {"month": 6, "day": 3, "year": 2008}, 
"medium_count": 2, "mediums": [{"position": 1, "tracks": [{"position": 2, "id": 
"e5bc531c-1ce8-36cc-a270-3a53a4a844cd"}], "track_count": 
 17, "for
 mat": "CD"}], "id": "5e94423b-ca48-3c25-9504-bec33c466f8c"}, {"track_count": 29, "releaseevents": [{"date": 
{"year": 2008}, "country": "XE"}], "country": "XE", "date": {"year": 2008}, "medium_count": 2, "mediums": 
[{"position": 1, "tracks": [{"position": 2, "id": "3a6f0dc0-8d5e-438d-953b-e8edb43f7bd9"}], "track_count": 
16, "format": "CD"}], "id": "054813d3-99cd-4c7e-aaa7-c63b8c3b5b48"}, {"track_count": 17, "releaseevents": 
[{"date": {"month": 6, "day": 3, "year": 2008}, "country": "US"}], "country": "US", "date": {"month": 6, 
"day": 3, "year": 2008}, "medium_count": 1, "mediums": [{"position": 1, "tracks": [{"position": 2, "id": 
"e48a0a48-bf6d-3da8-84b1-77ba9ca18412"}], "track_count": 17, "format": "CD"}], "id": 
"af8722d8-6248-4b9c-9d30-2183eafa2ed9"}, {"track_count": 16, "releaseevents": [{"date": {"month": 6, "day": 
2, "year": 2008}, "country": "GB"}], "country": "GB", "date": {"month": 6, "day": 2, "year": 2008}, 
"medium_count": 1, "mediums": [{"position": 1, "tracks": [{
 "positio
 n": 2, "id": "6049d9c9-aa6d-34e8-a2dd-9f88e43c2e07"}], "track_count": 16, "format": "CD"}], "id": 
"5f3f8f7a-8b96-48b1-808e-64bb2f13030c"}], "title": "The Best Of", "secondarytypes": ["Compilation"], 
"artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "type": "Album", "id": 
"80975c59-4094-30d5-bb58-365e8b061274"}, {"releases": [{"track_count": 34, "releaseevents": [{"country": 
"AU"}], "country": "AU", "medium_count": 2, "mediums": [{"position": 1, "tracks": [{"position": 5, "artists": 
[{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "id": 
"3fc551ab-7369-3842-b030-9a9d48a2644e"}], "track_count": 17, "format": "CD"}], "id": 
"107376df-2408-42aa-b19a-721e6ac9a5ec"}, {"track_count": 33, "releaseevents": [{"date": {"year": 1998}, 
"country": "AU"}], "country": "AU", "date": {"year": 1998}, "medium_count": 2, "mediums": [{"position": 1, 
"tracks": [{"position": 5, "artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Ra
 diohead"
 }], "id": "e0faad5c-895f-45af-9b9d-4feb0881a458"}], "track_count": 17, "format": "CD"}], "id": 
"69f4a295-907f-45b1-ada9-31730f32ab6f"}, {"track_count": 33, "releaseevents": [{"date": {"month": 7, "day": 
17, "year": 1998}, "country": "AU"}], "country": "AU", "date": {"month": 7, "day": 17, "year": 1998}, 
"medium_count": 2, "mediums": [{"position": 1, "tracks": [{"position": 5, "artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "id": 
"44cf60e4-6a85-3020-afd6-865229f1ac3b"}], "track_count": 17, "format": "CD"}], "id": 
"c0d09141-c3a7-4d30-a17c-ddb497c7dd6b"}], "title": "Triple J: Hottest 100, Volume 5", "secondarytypes": 
["Compilation"], "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], 
"type": "Album", "id": "6edd1b32-d020-3f63-b340-16963b1f989e"}, {"releases": [{"track_count": 42, 
"medium_count": 2, "mediums": [{"position": 2, "tracks": [{"position": 20, "artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e412271
 1", "nam
 e": "Radiohead"}], "id": "59301561-3b1a-3c5d-8f67-52902d0eeab4"}], "track_count": 20}], "id": 
"752fe36e-a3b5-49e9-9fcf-8ca143a6d7f0"}], "title": "Festival 06", "secondarytypes": ["Compilation"], 
"artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "type": "Album", 
"id": "2d9231c1-2279-35f2-8697-7f29c1735113"}, {"releases": [{"track_count": 79, "releaseevents": [{"date": 
{"month": 12, "day": 10, "year": 2007}, "country": "XE"}], "country": "XE", "date": {"month": 12, "day": 10, 
"year": 2007}, "medium_count": 7, "mediums": [{"position": 3, "tracks": [{"position": 2, "id": 
"810edb72-2fb0-3d48-ac79-71b33ae5639b"}], "title": "Ok Computer", "track_count": 12, "format": "CD"}], "id": 
"5fdd4427-8604-4004-965b-d33c3a65f30c"}], "title": "Album Box Set", "secondarytypes": ["Compilation"], 
"artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "type": "Album", "id": 
"b7db08f4-835a-4a69-970b-5321e6305032"}, {"releases": [{"tra
 ck_count
 ": 40, "releaseevents": [{"date": {"month": 8, "day": 24, "year": 2012}, "country": "BE"}], "country": "BE", 
"date": {"month": 8, "day": 24, "year": 2012}, "medium_count": 2, "mediums": [{"position": 1, "tracks": 
[{"position": 18, "artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "id": 
"719a7c02-0a0a-4661-8ae0-d0c364e042d5"}], "track_count": 20, "format": "CD"}], "id": 
"7142c629-53fd-4dce-af16-79f30916f3f4"}], "title": "Alle 40 Goed: Alternative", "secondarytypes": 
["Compilation"], "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], 
"type": "Album", "id": "ade6c60b-53b1-46d8-96ff-43a1e632147a"}, {"releases": [{"track_count": 16, 
"releaseevents": [{"date": {"year": 1997}, "country": "CH"}], "country": "CH", "date": {"year": 1997}, 
"medium_count": 1, "mediums": [{"position": 1, "tracks": [{"position": 16, "artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "id": "a321e93d-0f1b-3fe
 a-b915-7
 63ed8bb4845"}], "track_count": 16, "format": "CD"}], "id": "8b42eaed-6078-49a4-b4d8-3db7c3413572"}], 
"title": "Rep\u00e9rages, Volume 12", "secondarytypes": ["Compilation"], "artists": [{"id": 
"89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "type": "Album", "id": 
"a72f18dd-86d1-3208-bb2c-459a1189a728"}, {"artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": 
"Radiohead"}], "type": "EP", "id": "e418e013-c2a4-3d77-af37-2e92cd48ba5a", "releases": [{"track_count": 6, 
"releaseevents": [{"date": {"month": 1, "year": 1998}, "country": "US"}], "country": "US", "date": {"month": 
1, "year": 1998}, "medium_count": 1, "mediums": [{"position": 1, "tracks": [{"position": 6, "id": 
"4dfe3246-ad43-380d-a046-85364330115e"}], "track_count": 6, "format": "CD"}], "id": 
"15ebb9ac-0bd8-4f4d-a8cc-6b7f2686932e"}], "title": "College Karma EP"}, {"artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "type": "Single", "id": "1f4d4fe7-ddb0-36b
 8-8fd9-2
 83d40190c3b", "releases": [{"track_count": 3, "releaseevents": [{"date": {"month": 5, "day": 26, "year": 
1997}, "country": "GB"}], "country": "GB", "date": {"month": 5, "day": 26, "year": 1997}, "medium_count": 1, 
"mediums": [{"position": 1, "tracks": [{"position": 1, "id": "98d237d3-4fda-3ec3-b14a-a90a927d0006"}], 
"track_count": 3, "format": "CD"}], "id": "e4933069-51f2-4b4e-a987-8d9de6802b77"}, {"track_count": 6, 
"releaseevents": [{"date": {"month": 5, "day": 13, "year": 2016}, "country": "XW"}], "country": "XW", "date": 
{"month": 5, "day": 13, "year": 2016}, "medium_count": 1, "mediums": [{"position": 1, "tracks": [{"position": 
1, "id": "b724f9e9-cd60-458c-a65f-135a24db370b"}], "track_count": 6, "format": "CD"}], "id": 
"4b1bc218-1de6-43ef-8705-b066a9efe456"}, {"track_count": 1, "releaseevents": [{"date": {"month": 5, "year": 
1997}, "country": "GB"}], "country": "GB", "date": {"month": 5, "year": 1997}, "medium_count": 1, "mediums": 
[{"position": 1, "tracks": [{"position":
  1, "id"
 : "54a8d710-06ba-3f97-91f0-e3badda3bf8c"}], "track_count": 1, "format": "CD"}], "id": 
"5c375e1c-9545-4b0b-9c87-96de58255bb4"}, {"track_count": 3, "releaseevents": [{"date": {"month": 4, "day": 
18, "year": 2009}, "country": "US"}], "country": "US", "date": {"month": 4, "day": 18, "year": 2009}, 
"medium_count": 1, "mediums": [{"position": 1, "tracks": [{"position": 1, "id": 
"6ee90b87-b690-4f4d-bae6-10c4082bd1e1"}], "track_count": 3, "format": "12\" Vinyl"}], "id": 
"903e6934-c5d5-4c44-9fd8-548c2b463189"}, {"track_count": 3, "releaseevents": [{"date": {"month": 5, "day": 
26, "year": 1997}, "country": "GB"}], "country": "GB", "date": {"month": 5, "day": 26, "year": 1997}, 
"medium_count": 1, "mediums": [{"position": 1, "tracks": [{"position": 1, "id": 
"3474a898-0036-37e5-89f6-473aad184b0b"}], "track_count": 3, "format": "CD"}], "id": 
"3a6b3e7e-cfed-4c4a-b656-701fe3457cd1"}], "title": "Paranoid Android"}, {"releases": [{"track_count": 42, 
"releaseevents": [{"date": {"month": 11, "d
 ay": 3, 
 "year": 1997}, "country": "GB"}], "country": "GB", "date": {"month": 11, "day": 3, "year": 1997}, 
"medium_count": 2, "mediums": [{"position": 2, "tracks": [{"position": 7, "artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "id": 
"c00ca1cc-dd9e-3c58-93be-8f49be8629c7"}], "track_count": 21, "format": "CD"}], "id": 
"92fcac49-895a-462d-95c4-f324cdaaddc9"}], "title": "The Greatest Hits of 1997", "secondarytypes": 
["Compilation"], "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], 
"type": "Album", "id": "67b2ff2a-38e9-32d0-84a0-85ac98cb16b4"}, {"releases": [{"track_count": 41, 
"releaseevents": [{"date": {"month": 7, "day": 14, "year": 1997}, "country": "GB"}], "country": "GB", "date": 
{"month": 7, "day": 14, "year": 1997}, "medium_count": 2, "mediums": [{"position": 2, "tracks": [{"position": 
10, "artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "id": 
"2f5d742e-f592-33fe-8f93-f95646
 d93013"}
 ], "track_count": 20, "format": "CD"}], "id": "7f3b35e7-0b82-4c08-b8dc-ee53666ee8c7"}, {"track_count": 41, 
"releaseevents": [{"date": {"month": 7, "day": 14, "year": 1997}, "country": "GB"}], "country": "GB", "date": 
{"month": 7, "day": 14, "year": 1997}, "medium_count": 2, "mediums": [{"position": 2, "tracks": [{"position": 
10, "artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "id": 
"e9b2d2d3-b6dd-3630-a0e3-795060473adc"}], "track_count": 20, "format": "Cassette"}], "id": 
"0a737b0b-c885-3039-9c4f-ed3759c030dc"}], "title": "Now That\u2019s What I Call Music! 37", "secondarytypes": 
["Compilation"], "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], 
"type": "Album", "id": "ee62c493-eb1e-36f7-99db-5d3bc5b0faee"}, {"releases": [{"track_count": 38, 
"releaseevents": [{"date": {"year": 2008}, "country": "RU"}], "country": "RU", "date": {"year": 2008}, 
"medium_count": 2, "mediums": [{"position": 1, "tracks": [{"pos
 ition": 
 4, "id": "7db9c29c-a440-3f2a-b337-1a6af9bf5b3b"}], "track_count": 19, "format": "CD"}], "id": 
"f2b0c9de-35ad-46ec-b44a-3051621b5a59"}], "title": "Greatest Hits", "secondarytypes": ["Compilation"], 
"artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "type": "Album", "id": 
"c4ae4ebb-2d68-4ba7-9c81-18ad7cb9022f"}, {"artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": 
"Radiohead"}], "type": "Album", "id": "b1392450-e666-3926-a536-22c65f834433", "releases": [{"track_count": 
23, "releaseevents": [{"date": {"month": 6, "day": 23, "year": 2017}, "country": "XE"}], "country": "XE", 
"title": "OK Computer: OKNOTOK 1997 2017", "date": {"month": 6, "day": 23, "year": 2017}, "medium_count": 2, 
"mediums": [{"position": 1, "tracks": [{"position": 2, "id": "da6e8303-d396-4393-aba0-fb7fedd06026"}], 
"title": "OK", "track_count": 12, "format": "CD"}], "id": "d6dc018d-5caa-4e6f-8e9d-d889fcd585f4"}, 
{"track_count": 12, "releaseevents": [{"date": {"month
 ": 7, "d
 ay": 1, "year": 1997}, "country": "US"}], "country": "US", "date": {"month": 7, "day": 1, "year": 1997}, 
"medium_count": 1, "mediums": [{"position": 1, "tracks": [{"position": 2, "id": 
"ccadc32f-698e-302e-bc5c-a5b8e5ba223e"}], "track_count": 12, "format": "CD"}], "id": 
"6a09041b-0f79-3278-88d9-0552dd28d37f"}, {"track_count": 12, "releaseevents": [{"date": {"month": 6, "day": 
16, "year": 1997}, "country": "XE"}], "country": "XE", "date": {"month": 6, "day": 16, "year": 1997}, 
"medium_count": 1, "mediums": [{"position": 1, "tracks": [{"position": 2, "id": 
"3744d724-821e-3b0a-97c8-c156af4ca2cf"}], "track_count": 12, "format": "CD"}], "id": 
"52709206-8816-3c12-9ff6-f957f2f1eecf"}, {"track_count": 23, "releaseevents": [{"date": {"month": 6, "day": 
23, "year": 2017}, "country": "US"}], "country": "US", "title": "OK Computer: OKNOTOK 1997 2017", "date": 
{"month": 6, "day": 23, "year": 2017}, "medium_count": 2, "mediums": [{"position": 1, "tracks": [{"position": 
2, "id": "5abc8df9-f
 b67-4321
 -8927-6baab5b37f20"}], "track_count": 12, "format": "Digital Media"}], "id": 
"a1ed87aa-2079-4e42-bbeb-6309b3b68674"}, {"track_count": 12, "releaseevents": [{"date": {"month": 7, "day": 
1, "year": 1997}, "country": "US"}], "country": "US", "date": {"month": 7, "day": 1, "year": 1997}, 
"medium_count": 1, "mediums": [{"position": 1, "tracks": [{"position": 2, "id": 
"5a5cfc4d-0475-3980-868c-152e0cef4b0a"}], "track_count": 12, "format": "CD"}], "id": 
"0b6b4ba0-d36f-47bd-b4ea-6a5b91842d29"}, {"track_count": 12, "releaseevents": [{"date": {"year": 1997}, 
"country": "PL"}], "country": "PL", "date": {"year": 1997}, "medium_count": 1, "mediums": [{"position": 1, 
"tracks": [{"position": 2, "id": "45cf077f-b3e1-4978-b176-2c5ed1e84217"}], "track_count": 12, "format": 
"Cassette"}], "id": "9c1e5e9e-9f40-4cd8-94a4-785fa5d0b613"}, {"track_count": 12, "releaseevents": [{"date": 
{"year": 1997}, "country": "AU"}], "country": "AU", "date": {"year": 1997}, "medium_count": 1, "mediums": 
[{"positio
 n": 1, "
 tracks": [{"position": 2, "id": "4b0c0e38-a6d3-3e20-b017-fb24caa0c9fc"}], "track_count": 12, "format": 
"CD"}], "id": "e16cda60-6e6d-4a32-8d7c-e12d9aeb72de"}, {"track_count": 12, "releaseevents": [{"date": 
{"month": 1, "day": 1, "year": 2008}, "country": "JP"}], "country": "JP", "date": {"month": 1, "day": 1, 
"year": 2008}, "medium_count": 1, "mediums": [{"position": 1, "tracks": [{"position": 2, "id": 
"80aac81a-fb00-38d5-8616-a341a5e8e303"}], "track_count": 12, "format": "CD"}], "id": 
"a822795e-feee-3547-ad81-84d878032f05"}, {"track_count": 33, "releaseevents": [{"date": {"month": 3, "day": 
24, "year": 2009}, "country": "CA"}], "country": "CA", "date": {"month": 3, "day": 24, "year": 2009}, 
"medium_count": 3, "mediums": [{"position": 1, "tracks": [{"position": 2, "id": 
"91b4bc17-e815-406b-a3c5-0f7291adfb29"}], "track_count": 12, "format": "CD"}], "id": 
"7169a92a-4dc1-42bb-9a21-c1c9223b68a8"}, {"track_count": 23, "releaseevents": [{"date": {"month": 6, "day": 
23, "year": 2017
 }, "coun
 try": "GB"}, {"date": {"month": 7, "day": 7, "year": 2017}, "country": "US"}], "country": "GB", "title": "OK 
Computer: OKNOTOK 1997 2017", "date": {"month": 6, "day": 23, "year": 2017}, "medium_count": 3, "mediums": 
[{"position": 1, "tracks": [{"position": 2, "id": "99e61392-9b73-45b7-a2c4-4cf3aab152aa"}], "title": "ip / 
skip", "track_count": 6, "format": "12\" Vinyl"}], "id": "5048852c-1b89-4acf-989e-2df6598c4e1e"}, 
{"track_count": 33, "releaseevents": [{"date": {"month": 4, "day": 1, "year": 2009}, "country": "JP"}], 
"country": "JP", "date": {"month": 4, "day": 1, "year": 2009}, "medium_count": 3, "mediums": [{"position": 1, 
"tracks": [{"position": 2, "id": "93b46164-22d0-3879-ba6a-e8c46e213590"}], "title": "OK Computer", 
"track_count": 12, "format": "CD"}], "id": "a736eb98-ba6b-3e42-ad80-a65f648910a3"}, {"track_count": 23, 
"releaseevents": [{"date": {"month": 7, "day": 7, "year": 2017}, "country": "US"}], "country": "US", "title": 
"OK Computer: OKNOTOK 1997 2017", "date":
  {"month
 ": 7, "day": 7, "year": 2017}, "medium_count": 2, "mediums": [{"position": 1, "tracks": [{"position": 2, 
"id": "6c70ec62-3614-4984-a391-397657d1dcee"}], "title": "OK", "track_count": 12, "format": "CD"}], "id": 
"2629071c-1d8f-43f1-be99-712d931e3bf1"}, {"track_count": 12, "releaseevents": [{"date": {"month": 5, "day": 
21, "year": 1997}, "country": "JP"}], "country": "JP", "date": {"month": 5, "day": 21, "year": 1997}, 
"medium_count": 1, "mediums": [{"position": 1, "tracks": [{"position": 2, "id": 
"6a7cd9af-f665-3652-9aba-1e89a4236e9f"}], "track_count": 12, "format": "CD"}], "id": 
"1834eae1-741b-3c03-9ca5-0df3decb43ea"}, {"track_count": 27, "releaseevents": [{"date": {"month": 3, "day": 
23, "year": 2009}, "country": "GB"}], "country": "GB", "date": {"month": 3, "day": 23, "year": 2009}, 
"medium_count": 2, "mediums": [{"position": 1, "tracks": [{"position": 2, "id": 
"cf2b3db5-afd2-3eba-89f9-962de3585e3d"}], "track_count": 12, "format": "CD"}], "id": 
"bdf93ecb-85e8-3505-98f7-e2e
 8c505272
 3"}, {"track_count": 23, "releaseevents": [{"date": {"month": 6, "day": 23, "year": 2017}, "country": 
"JP"}], "country": "JP", "title": "OK Computer: OKNOTOK 1997 2017", "date": {"month": 6, "day": 23, "year": 
2017}, "medium_count": 2, "mediums": [{"position": 1, "tracks": [{"position": 2, "id": 
"e10b1abe-2524-4573-ab53-5c48f44daf52"}], "title": "OK", "track_count": 12, "format": "CD"}], "id": 
"a95ea77a-e7b1-4116-b647-8210f472b3e8"}, {"track_count": 12, "releaseevents": [{"date": {"month": 4, "day": 
1, "year": 2016}, "country": "XW"}], "country": "XW", "date": {"month": 4, "day": 1, "year": 2016}, 
"medium_count": 1, "mediums": [{"position": 1, "tracks": [{"position": 2, "id": 
"fabff0ae-e56c-4b68-bf4b-714b81b2bd9d"}], "track_count": 12, "format": "CD"}], "id": 
"30702389-5c67-4438-9ea0-2351c8de0f1d"}, {"track_count": 23, "releaseevents": [{"date": {"month": 6, "day": 
22, "year": 2017}, "country": "XW"}], "country": "XW", "title": "OK Computer: OKNOTOK 1997 2017", "date": 
{"mon
 th": 6, 
 "day": 22, "year": 2017}, "medium_count": 1, "mediums": [{"position": 1, "tracks": [{"position": 2, "id": 
"7f8c6ad6-0f5e-4e7b-9abb-62f9dfbc3c84"}], "track_count": 23, "format": "Digital Media"}], "id": 
"8e2b5322-f9a6-4ab7-b3f4-f65e7ddbc9e4"}, {"track_count": 27, "releaseevents": [{"date": {"month": 4, "day": 
1, "year": 2009}, "country": "JP"}], "country": "JP", "date": {"month": 4, "day": 1, "year": 2009}, 
"medium_count": 2, "mediums": [{"position": 1, "tracks": [{"position": 2, "id": 
"295f0863-727f-3836-9f57-bfd6b6cf63af"}], "track_count": 12, "format": "CD"}], "id": 
"e8c3ff98-75f0-383f-a7d1-35db67661d89"}, {"track_count": 12, "releaseevents": [{"date": {"month": 9, "day": 
6, "year": 2006}, "country": "JP"}], "country": "JP", "date": {"month": 9, "day": 6, "year": 2006}, 
"medium_count": 1, "mediums": [{"position": 1, "tracks": [{"position": 2, "id": 
"b3c7be60-8f73-3f33-b170-ad853005a0ef"}], "track_count": 12, "format": "CD"}], "id": 
"175d6ac9-7185-357c-af04-5887dc3ea788"}, 
 {"track_
 count": 12, "releaseevents": [{"date": {"year": 1997}}], "date": {"year": 1997}, "medium_count": 1, 
"mediums": [{"position": 1, "tracks": [{"position": 2, "id": "5d2317c8-4734-40a0-9fea-24cb401e9dd1"}], 
"track_count": 12, "format": "CD"}], "id": "16f227a1-fa4a-4d7e-bba2-6a8ca18c33a8"}, {"track_count": 15, 
"releaseevents": [{"date": {"year": 1997}, "country": "XE"}], "country": "XE", "date": {"year": 1997}, 
"medium_count": 2, "mediums": [{"position": 1, "tracks": [{"position": 2, "id": 
"4d01768c-412b-4a57-b136-f73dc6f559b9"}], "title": "OK Computer", "track_count": 12, "format": "CD"}], "id": 
"52e7fc61-fcf3-4b46-ac72-38e9644bf982"}, {"track_count": 12, "releaseevents": [{"date": {"year": 1997}, 
"country": "XE"}], "country": "XE", "date": {"year": 1997}, "medium_count": 1, "mediums": [{"position": 1, 
"tracks": [{"position": 2, "id": "b2048465-3f3a-47dd-a37c-c73d16f0a1dc"}], "track_count": 12, "format": 
"CD"}], "id": "0c324f3a-dcbb-4f09-b33a-c03c676b4044"}, {"track_count": 33, 
 "release
 events": [{"date": {"month": 3, "day": 23, "year": 2009}, "country": "XE"}], "country": "XE", "date": 
{"month": 3, "day": 23, "year": 2009}, "medium_count": 3, "mediums": [{"position": 1, "tracks": [{"position": 
2, "id": "105889c9-b852-343a-b6d4-5bb74fef1b3e"}], "track_count": 12, "format": "CD"}], "id": 
"9eff0482-170f-3e93-8c65-73ce18e10ee7"}, {"track_count": 12, "releaseevents": [{"date": {"year": 1997}, 
"country": "AR"}], "country": "AR", "date": {"year": 1997}, "medium_count": 1, "mediums": [{"position": 1, 
"tracks": [{"position": 2, "id": "61e2e7bc-8c8b-3dfd-8133-3287c737f750"}], "track_count": 12, "format": 
"CD"}], "id": "3c8cbdc8-555f-3987-8f03-6baf9488d1b0"}, {"track_count": 12, "releaseevents": [{"date": 
{"month": 6, "day": 16, "year": 1997}, "country": "GB"}, {"date": {"month": 6, "day": 16, "year": 1997}, 
"country": "XE"}], "country": "GB", "date": {"month": 6, "day": 16, "year": 1997}, "medium_count": 1, 
"mediums": [{"position": 1, "tracks": [{"position": 2, "id"
 : "785bc
 614-ce53-36b4-b9b7-edea49487063"}], "track_count": 12, "format": "CD"}], "id": 
"425d8db9-88a3-31e2-bd23-b1a967626dd5"}, {"track_count": 12, "releaseevents": [{"date": {"month": 6, "day": 
16, "year": 1997}, "country": "GB"}], "country": "GB", "date": {"month": 6, "day": 16, "year": 1997}, 
"medium_count": 1, "mediums": [{"position": 1, "tracks": [{"position": 2, "id": 
"26ca3f84-46d8-3627-b894-b1eb8599a110"}], "track_count": 12, "format": "Cassette"}], "id": 
"fba5f8fe-c6c8-4511-8562-c9febf482674"}, {"track_count": 12, "releaseevents": [{"date": {"month": 6, "day": 
17, "year": 1997}, "country": "CA"}], "country": "CA", "date": {"month": 6, "day": 17, "year": 1997}, 
"medium_count": 1, "mediums": [{"position": 1, "tracks": [{"position": 2, "id": 
"eaa3c03e-541e-3cfd-a580-569b723e9f66"}], "track_count": 12, "format": "CD"}], "id": 
"4b3d18cc-8937-36f4-8de0-481088be58e6"}, {"track_count": 27, "releaseevents": [{"date": {"month": 3, "day": 
24, "year": 2009}, "country": "US"}], "country
 ": "US",
  "date": {"month": 3, "day": 24, "year": 2009}, "medium_count": 2, "mediums": [{"position": 1, "tracks": 
[{"position": 2, "id": "4f3f9731-3c0d-33b3-bb76-a72c30c5674e"}], "track_count": 12, "format": "CD"}], "id": 
"d4635a34-caf5-3b35-9a5b-d805f1126633"}, {"track_count": 12, "releaseevents": [{"date": {"month": 6, "day": 
16, "year": 1997}, "country": "GB"}], "country": "GB", "date": {"month": 6, "day": 16, "year": 1997}, 
"medium_count": 2, "mediums": [{"position": 1, "tracks": [{"position": 2, "id": 
"9c572b02-0874-3fdb-873e-a778ec4f88ff"}], "track_count": 6, "format": "12\" Vinyl"}], "id": 
"541a0976-ca45-3c0f-89e5-26bc376f58d1"}, {"track_count": 12, "releaseevents": [{"date": {"year": 2008}, 
"country": "US"}], "country": "US", "date": {"year": 2008}, "medium_count": 2, "mediums": [{"position": 1, 
"tracks": [{"position": 2, "id": "ff0e2256-0ed8-3c20-97db-df457a731678"}], "track_count": 6, "format": "12\" 
Vinyl"}], "id": "51df2038-5682-303e-9d87-7aeb99660433"}, {"track_count": 6
 8, "rele
 aseevents": [{"date": {"month": 6, "day": 23, "year": 2017}, "country": "GB"}, {"date": {"month": 7, "day": 
7, "year": 2017}, "country": "US"}], "country": "GB", "title": "OK Computer: OKNOTOK 1997 2017", "date": 
{"month": 6, "day": 23, "year": 2017}, "medium_count": 5, "mediums": [{"position": 1, "tracks": [{"position": 
2, "id": "25624701-99db-4c26-abcb-7e3ee0f9876d"}], "title": "ip / skip", "track_count": 6, "format": "12\" 
Vinyl"}], "id": "839966ab-7612-447c-b805-2a36b3e18aa5"}], "title": "OK Computer"}, {"releases": 
[{"track_count": 57, "releaseevents": [{"date": {"month": 10, "day": 12, "year": 2012}, "country": "DE"}], 
"country": "DE", "date": {"month": 10, "day": 12, "year": 2012}, "medium_count": 5, "mediums": [{"position": 
3, "tracks": [{"position": 2, "id": "3de8f242-221a-3e8e-b294-ad7dda8d8b10"}], "title": "Ok Computer", 
"track_count": 12, "format": "CD"}], "id": "99726b5e-a17a-4d75-81dc-e09771e1bffd"}], "title": "5 Album Set", 
"secondarytypes": ["Compilation"], "
 artists"
 : [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "type": "Album", "id": 
"30f765ef-d7f0-4cce-8a3b-d6e1069f1dda"}, {"releases": [{"track_count": 80, "releaseevents": [{"date": 
{"month": 11, "day": 20, "year": 2015}, "country": "AU"}], "country": "AU", "date": {"month": 11, "day": 20, 
"year": 2015}, "medium_count": 4, "mediums": [{"position": 3, "tracks": [{"position": 7, "artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "id": 
"7867ee8c-5c20-4064-a918-fbad632c5304"}], "track_count": 20, "format": "CD"}], "id": 
"79a0b733-918a-4061-b38d-e87763248d61"}], "title": "40 Years of Music", "secondarytypes": ["Compilation"], 
"artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "type": "Album", 
"id": "896d40c0-d34c-49db-88a4-7c3e1f8ff3ee"}, {"releases": [{"track_count": 19, "releaseevents": [{"date": 
{"month": 5, "day": 25, "year": 2006}, "country": "JP"}], "country": "JP", "date": {"month": 5, "day
 ": 25, "
 year": 2006}, "medium_count": 1, "mediums": [{"position": 1, "tracks": [{"position": 19, "artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "id": 
"48e38ed8-170a-3b82-8760-e40a5f2c20d5"}], "track_count": 19, "format": "CD"}], "id": 
"d28ed99f-b0d9-4f7c-88a8-ad6946d40188"}], "title": "Ergo Proxy Original Soundtrack opus 01", 
"secondarytypes": ["Soundtrack"], "artists": [{"id": "7e2b0679-002d-49ad-9748-b5d97ef123ea", "name": 
"\u6c60\u983c\u5e83"}], "type": "Album", "id": "ace5135c-1fde-33bd-bfd0-139c8c58212d"}], "title": "Paranoid 
Android", "id": "9f9cf187-d6f9-437f-9d98-d59cdbd52757"}, {"artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "duration": 386, "releasegroups": 
[{"releases": [{"track_count": 40, "releaseevents": [{"date": {"year": 1997}, "country": "GB"}], "country": 
"GB", "date": {"year": 1997}, "medium_count": 2, "mediums": [{"position": 1, "tracks": [{"position": 1, 
"artists": [{"id": "a74b1b7f-71a5-4011-
 9441-d0b
 5e4122711", "name": "Radiohead"}], "id": "a6793b91-d7e0-3206-9780-1108c2a39c67"}], "track_count": 19, 
"format": "CD"}], "id": "126b4942-52b4-4880-9692-3228e2685745"}], "title": "The Best\u2026 Album in the 
World\u2026 Ever!", "secondarytypes": ["Compilation"], "artists": [{"id": 
"89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "type": "Album", "id": 
"a87c0938-2a56-31dc-a816-e9f78fc255e6"}], "title": "Paranoid Android", "id": 
"a15baa69-91c0-4d86-b59c-454ab441d658"}, {"artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": 
"Radiohead"}], "duration": 382, "releasegroups": [{"releases": [{"track_count": 13, "releaseevents": 
[{"date": {"year": 1997}}], "date": {"year": 1997}, "medium_count": 1, "mediums": [{"position": 1, "tracks": 
[{"position": 11, "id": "fa57891b-d727-33f0-9eae-e84bfc834fd0"}], "track_count": 13, "format": "CD"}], "id": 
"4047e52a-25f3-4f05-bb64-5519421581f1"}, {"track_count": 14, "releaseevents": [{"date": {"year": 1997}, 
"country
 ": "GB"}
 ], "country": "GB", "date": {"year": 1997}, "medium_count": 1, "mediums": [{"position": 1, "tracks": 
[{"position": 11, "id": "61a4fd53-7d83-3429-a998-714ea6d09bd4"}], "track_count": 14, "format": "CD"}], "id": 
"df0219ba-5f29-4f85-8d10-d5c83e2cbab4"}], "title": "OK MTV", "secondarytypes": ["Live"], "type": "Album", 
"id": "afe72a58-1de1-4ebf-a671-97a7b5069003"}], "title": "Paranoid Android", "id": 
"a15ea3c3-190f-424b-8bbc-3cb3d3a1791f"}, {"artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": 
"Radiohead"}], "duration": 383, "releasegroups": [{"type": "Album", "id": 
"b1392450-e666-3926-a536-22c65f834433", "releases": [{"track_count": 33, "releaseevents": [{"date": {"month": 
3, "day": 23, "year": 2009}, "country": "XE"}], "country": "XE", "date": {"month": 3, "day": 23, "year": 
2009}, "medium_count": 3, "mediums": [{"position": 3, "tracks": [{"position": 4, "id": 
"e9bc6fd7-0584-4bb5-86cc-2f9a78b7f986", "title": "Paranoid Android (Later\u2026 with Jools Holland, 31/05
 /97)"}],
  "track_count": 6, "format": "DVD-Video"}], "id": "9eff0482-170f-3e93-8c65-73ce18e10ee7"}, {"track_count": 
33, "releaseevents": [{"date": {"month": 3, "day": 24, "year": 2009}, "country": "CA"}], "country": "CA", 
"date": {"month": 3, "day": 24, "year": 2009}, "medium_count": 3, "mediums": [{"position": 3, "tracks": 
[{"position": 4, "id": "24c478fc-86d0-4fb4-bb02-edb07f2cf7ca"}], "track_count": 6, "format": "DVD-Video"}], 
"id": "7169a92a-4dc1-42bb-9a21-c1c9223b68a8"}, {"track_count": 33, "releaseevents": [{"date": {"month": 4, 
"day": 1, "year": 2009}, "country": "JP"}], "country": "JP", "date": {"month": 4, "day": 1, "year": 2009}, 
"medium_count": 3, "mediums": [{"position": 3, "tracks": [{"position": 4, "id": 
"f94c3d48-2b55-4ae6-99e2-acff5497af30", "title": "Paranoid Android (Later\u2026 with Jools Holland, 
31/05/97)"}], "title": "Videos / Later... With Jools Holland 31.05.97", "track_count": 6, "format": 
"DVD-Video"}], "id": "a736eb98-ba6b-3e42-ad80-a65f648910a3"}], "title"
 : "OK Co
 mputer"}], "title": "Paranoid Android", "id": "a53a283c-0288-4184-a59e-8e1d3e5f4b8b"}, {"artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "duration": 382, "releasegroups": 
[{"releases": [{"track_count": 22, "releaseevents": [{"country": "US"}], "country": "US", "medium_count": 2, 
"mediums": [{"position": 2, "tracks": [{"position": 5, "id": "09d384c0-8097-3b8c-bee2-eb5df26d2505"}], 
"track_count": 10, "format": "CD"}], "id": "0aafdfcc-2974-40be-b5ae-3721c687463a"}], "title": "1997-10-18: Le 
Z\u00e9nith, Paris, France", "secondarytypes": ["Live"], "artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "type": "Album", "id": 
"99dc2e64-2a50-40a9-a425-41c4ffb8f033"}, {"releases": [{"track_count": 39, "releaseevents": [{"date": 
{"month": 7, "day": 19, "year": 2013}, "country": "AU"}], "country": "AU", "title": "Triple J: Hottest 100, 
20 Years of Triple J's Hottest 100", "date": {"month": 7, "day": 19, "year": 2013}, "medium
 _count":
  2, "mediums": [{"position": 2, "tracks": [{"position": 2, "artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "id": 
"cd4d7a4f-02c3-44df-a10a-e8589125f298"}], "track_count": 20, "format": "CD"}], "id": 
"5f7035c6-dbb1-4de6-acbe-23e27de6026f"}], "title": "Triple J: Hottest 100", "secondarytypes": 
["Compilation"], "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], 
"type": "Album", "id": "8cd3ea59-8d45-4ca5-a436-4ddfd1abcd0e"}], "title": "Paranoid Android", "id": 
"be4a59c7-d4e3-45e1-8bfc-09e28fc8d5aa"}, {"id": "c6745e59-f95f-4d46-ad1a-5f63739abb37"}, {"artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "duration": 384, "releasegroups": 
[{"releases": [{"track_count": 40, "releaseevents": [{"date": {"month": 5, "day": 9, "year": 2005}, 
"country": "GB"}], "country": "GB", "date": {"month": 5, "day": 9, "year": 2005}, "medium_count": 3, 
"mediums": [{"position": 3, "tracks": [{"position":
  3, "art
 ists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "id": 
"9d660f80-3045-368e-bf4f-336d6db3269b"}], "track_count": 12}], "id": 
"1e730a75-15dc-46b3-bc8e-f11d88439313"}], "title": "The Best Album Tracks... Ever!", "secondarytypes": 
["Compilation"], "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], 
"type": "Album", "id": "15ea7f45-f522-3c37-9c44-b3e67d6d92e1"}], "title": "Paranoid Android", "id": 
"c83abbc7-9329-476e-a00f-cf9324a4c152"}, {"artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": 
"Radiohead"}], "duration": 376, "releasegroups": [{"releases": [{"track_count": 412, "releaseevents": 
[{"date": {"year": 2004}, "country": "XW"}], "country": "XW", "title": "Towering Above the Rest Complete", 
"date": {"year": 2004}, "medium_count": 24, "mediums": [{"position": 18, "tracks": [{"position": 1, "id": 
"1c0586ae-7a75-386d-9b83-8364f90920d9"}], "track_count": 16, "title": "Pre-Kid A"}], "id": "aa1e6810-906
 c-4d4d-b
 40b-01f277f6fbd2"}], "title": "Towering Above the Rest", "secondarytypes": ["Compilation"], "type": "Album", 
"id": "e449d0a3-5661-338c-a51e-a9910f725fa5"}], "title": "Paranoid Android", "id": 
"cb9a5ed5-66d5-4e97-ae3b-b5710de0283d"}, {"artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": 
"Radiohead"}], "duration": 399, "releasegroups": [{"releases": [{"track_count": 17, "title": "Interactive", 
"medium_count": 1, "mediums": [{"position": 1, "tracks": [{"position": 8, "id": 
"4819f06a-74b3-347a-b31e-769aac4465a1"}], "track_count": 17}], "id": 
"7af96cd2-250a-4bbf-b0f8-3ba634126a33"}], "title": "1997-06-24: Interactive: Muziekcentrum Vredenburg, 
Utrecht, The Netherlands", "secondarytypes": ["Live"], "type": "Album", "id": 
"f279ac4f-7ea9-3b25-8ec4-94bd7d2b7316"}], "title": "Paranoid Android", "id": 
"cc89cb42-d142-43d6-9b57-aad923d04e73"}, {"artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": 
"Radiohead"}], "duration": 380, "releasegroups": [{"releases": [
 {"track_
 count": 412, "releaseevents": [{"date": {"year": 2004}, "country": "XW"}], "country": "XW", "title": 
"Towering Above the Rest Complete", "date": {"year": 2004}, "medium_count": 24, "mediums": [{"position": 22, 
"tracks": [{"position": 12, "id": "f26477cd-78cd-31d2-ab28-fd64968b45c5"}], "track_count": 21, "title": 
"Extra Material"}], "id": "aa1e6810-906c-4d4d-b40b-01f277f6fbd2"}], "title": "Towering Above the Rest", 
"secondarytypes": ["Compilation"], "type": "Album", "id": "e449d0a3-5661-338c-a51e-a9910f725fa5"}], "title": 
"Paranoid Android", "id": "ce45956e-5d4a-4f2e-9c67-ed65d2b1828a"}, {"artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "duration": 382, "releasegroups": [{"artists": 
[{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "type": "Album", "id": 
"eb90062d-8d01-425c-a9cb-f26dd3ca602d", "releases": [{"track_count": 36, "releaseevents": [{"date": {"month": 
4, "day": 10, "year": 2015}, "country": "BE"}], "countr
 y": "BE"
 , "date": {"month": 4, "day": 10, "year": 2015}, "medium_count": 2, "mediums": [{"position": 1, "tracks": 
[{"position": 10, "artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "id": 
"ba64431f-8769-4bcc-b7e6-6417898944ce"}], "track_count": 18, "format": "CD"}], "id": 
"84730d8e-efad-4afe-87c6-c3f7ee27e042"}], "title": "Het beste uit radio1 classics 100 volume 2"}], "title": 
"Paranoid Android", "id": "ddba4621-9ea6-4dfc-88f0-297cd12ecb99"}, {"id": 
"f707b712-a175-4e4b-a232-a3c82b69744a"}], "score": 0.942115, "id": "d7cbae5f-283c-48f5-8442-a3a48e655ed4"}, 
{"recordings": [{"artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], 
"duration": 383, "releasegroups": [{"releases": [{"track_count": 41, "releaseevents": [{"date": {"month": 3, 
"day": 14, "year": 2005}, "country": "GB"}], "country": "GB", "title": "The Album, Volume 5", "date": 
{"month": 3, "day": 14, "year": 2005}, "medium_count": 2, "mediums": [{"position": 2, "track
 s": [{"p
 osition": 13, "artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "id": 
"d080f723-17e4-3ae1-917c-63b7eafaf823"}], "track_count": 20, "format": "CD"}], "id": 
"81b7d91f-f2a8-4811-92b2-e3423757fd8a"}], "title": "The Album", "secondarytypes": ["Compilation"], "artists": 
[{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "type": "Album", "id": 
"f2b380a8-b2d6-4474-a93c-a6a74b5c3df1"}], "title": "Paranoid Android", "id": 
"174be24a-a0a1-410e-bfc8-d2639c1fc461"}, {"artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": 
"Radiohead"}], "duration": 383, "releasegroups": [{"releases": [{"track_count": 18, "releaseevents": 
[{"date": {"year": 1997}, "country": "FR"}], "country": "FR", "date": {"year": 1997}, "medium_count": 1, 
"mediums": [{"position": 1, "tracks": [{"position": 4, "artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "id": 
"07bc8b1c-0743-337c-b610-a4dc0ca1084b"}], "track_count": 
 18, "for
 mat": "CD"}], "id": "67016a2b-118d-483d-9e36-49080ae43df4"}], "title": "3X plus de bruit!", 
"secondarytypes": ["Compilation"], "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": 
"Various Artists"}], "type": "Album", "id": "dd02a722-bb7f-4771-9a5b-681f5556ce71"}, {"releases": 
[{"track_count": 18, "releaseevents": [{"date": {"year": 1999}}], "date": {"year": 1999}, "medium_count": 1, 
"mediums": [{"position": 1, "tracks": [{"position": 5, "id": "0501ca69-820f-3198-aa34-492e0dda2328"}], 
"track_count": 18, "format": "CD"}], "id": "327aa699-5256-4ea2-8d08-be96f3561d5d"}], "title": "World Ballads 
Collection", "secondarytypes": ["Compilation"], "artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", 
"name": "Radiohead"}], "type": "Album", "id": "f720c4d7-a80d-4466-b92d-9d1de99ddba7"}, {"releases": 
[{"track_count": 38, "releaseevents": [{"date": {"month": 11, "day": 21, "year": 1997}, "country": "GB"}], 
"country": "GB", "date": {"month": 11, "day": 21, "year": 1997
 }, "medi
 um_count": 2, "mediums": [{"position": 1, "tracks": [{"position": 18, "artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "id": 
"fca26010-1ccd-38c2-81ad-384dc0f79a53"}], "title": "Disc 1", "track_count": 18, "format": "CD"}], "id": 
"551aaf33-f02e-4117-b375-9e7d71c44825"}], "title": "Shine: Best of 97", "secondarytypes": ["Compilation"], 
"artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "type": "Album", 
"id": "b95cceaf-4108-3ecc-a037-b76e4c04300e"}, {"releases": [{"track_count": 17, "releaseevents": [{"date": 
{"month": 12, "day": 2, "year": 1997}, "country": "CA"}], "country": "CA", "date": {"month": 12, "day": 2, 
"year": 1997}, "medium_count": 1, "mediums": [{"position": 1, "tracks": [{"position": 15, "artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "id": 
"d1732008-5629-3160-8f42-bd34d0c11325"}], "track_count": 17, "format": "CD"}], "id": 
"0471350b-645a-4e37-967b-e973eec4a1c0
 "}], "ti
 tle": "Big Shiny Tunes 2", "secondarytypes": ["Compilation"], "artists": [{"id": 
"89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "type": "Album", "id": 
"45acecb7-b1a9-3bc2-989e-ef2f9de4df4b"}, {"releases": [{"track_count": 36, "releaseevents": [{"date": 
{"month": 8, "day": 25, "year": 2009}, "country": "AU"}], "country": "AU", "date": {"month": 8, "day": 25, 
"year": 2009}, "medium_count": 2, "mediums": [{"position": 1, "tracks": [{"position": 2, "artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "id": 
"17e3d567-a818-3cd7-a50a-2d1cc1a83514"}], "track_count": 18, "format": "CD"}], "id": 
"75a5b34f-4f29-4b29-9424-7e9ab7e2057a"}], "title": "Triple J: Hottest 100 of All Time", "secondarytypes": 
["Compilation"], "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], 
"type": "Album", "id": "b7f2b485-3a8f-4573-b23d-9873cbbb2f1a"}, {"releases": [{"track_count": 39, 
"releaseevents": [{"date": {"month":
  9, "day
 ": 1, "year": 1997}, "country": "GB"}], "country": "GB", "date": {"month": 9, "day": 1, "year": 1997}, 
"medium_count": 2, "mediums": [{"position": 1, "tracks": [{"position": 19, "artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "id": 
"9a4f28b4-4989-3994-b6a8-267e3af886fb"}], "track_count": 19, "format": "CD"}], "id": 
"c07290fb-649c-47a2-a77d-8d33e8836ddb"}], "title": "Shine 9", "secondarytypes": ["Compilation"], "artists": 
[{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "type": "Album", "id": 
"773be37f-d92f-380a-998a-c5e6e74f2baa"}, {"releases": [{"track_count": 19, "releaseevents": [{"date": 
{"year": 1997}, "country": "BE"}], "country": "BE", "date": {"year": 1997}, "medium_count": 1, "mediums": 
[{"position": 1, "tracks": [{"position": 1, "artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", 
"name": "Radiohead"}], "id": "b339f81a-2649-32e9-8cea-7aeef8e9ed7f"}], "track_count": 19, "format": "CD"}], 
"id": "22d4
 4b30-e99
 6-4f2c-af59-662b24f66a06"}], "title": "MTV Fresh 3", "secondarytypes": ["Compilation"], "artists": [{"id": 
"89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "type": "Album", "id": 
"ce7f6a36-eb4d-3e46-b4bb-68c24b0f19f6"}, {"releases": [{"track_count": 38, "releaseevents": [{"date": 
{"month": 11, "day": 21, "year": 2000}, "country": "GB"}], "country": "GB", "date": {"month": 11, "day": 21, 
"year": 2000}, "medium_count": 2, "mediums": [{"position": 2, "tracks": [{"position": 6, "artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "id": 
"105ec5b4-ec40-30e4-b6c6-21944efdc8de"}], "track_count": 19, "format": "CD"}], "id": 
"f37af9da-28f0-4789-979e-17655f638d57"}], "title": "Music of the Millennium 2", "secondarytypes": 
["Compilation"], "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], 
"type": "Album", "id": "65249aaa-d14a-306e-8b9e-05cab478bf67"}, {"releases": [{"track_count": 133, 
"releaseevents"
 : [{"dat
 e": {"month": 4, "day": 14, "year": 2003}, "country": "AU"}], "country": "AU", "date": {"month": 4, "day": 
14, "year": 2003}, "medium_count": 9, "mediums": [{"position": 5, "tracks": [{"position": 2, "artists": 
[{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "id": 
"570e7f28-d652-3fe8-8ef0-b46f41fb2448"}], "title": "1997", "track_count": 15, "format": "CD"}], "id": 
"7f06435a-2c36-4abd-b727-701c52792d6c"}], "title": "Triple J: Hottest Box", "secondarytypes": 
["Compilation"], "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], 
"type": "Album", "id": "c14707bf-0b73-3fa9-8efe-7a60d2d372ff"}, {"releases": [{"track_count": 34, 
"releaseevents": [{"date": {"month": 11, "day": 1, "year": 2001}, "country": "DE"}], "country": "DE", "date": 
{"month": 11, "day": 1, "year": 2001}, "medium_count": 2, "mediums": [{"position": 2, "tracks": [{"position": 
1, "artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}
 ], "id":
  "5ba4884c-3969-325c-8dc0-761177cf9fe0"}], "track_count": 17, "format": "CD"}], "id": 
"1e3f02c0-20b2-49a5-ab8d-9983d3a66dda"}], "title": "Sounds Like Teen Spirit: Best of Alternative & Nu Rock", 
"secondarytypes": ["Compilation"], "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": 
"Various Artists"}], "type": "Album", "id": "1f3d9176-3e6f-3dec-b8dd-42c3c97acdfa"}, {"releases": 
[{"track_count": 17, "releaseevents": [{"date": {"year": 2008}, "country": "US"}], "country": "US", "date": 
{"year": 2008}, "medium_count": 1, "mediums": [{"position": 1, "tracks": [{"position": 2, "id": 
"7e756354-556f-4e64-9693-5688d82ccf1e"}], "track_count": 17, "format": "CD"}], "id": 
"4cf4ed93-2899-4069-a8b7-664bfe4d9781"}, {"track_count": 29, "releaseevents": [{"date": {"month": 6, "day": 
2, "year": 2008}, "country": "GB"}], "country": "GB", "date": {"month": 6, "day": 2, "year": 2008}, 
"medium_count": 2, "mediums": [{"position": 1, "tracks": [{"position": 2, "id": "ce2ec354-9df3-3f
 0f-b154-
 f02305b0dd70"}], "track_count": 16, "format": "CD"}], "id": "336162c1-3320-3f80-a9d5-e437cc017bb7"}, 
{"track_count": 29, "releaseevents": [{"date": {"month": 10, "day": 27, "year": 2008}, "country": "GB"}], 
"country": "GB", "date": {"month": 10, "day": 27, "year": 2008}, "medium_count": 2, "mediums": [{"position": 
1, "tracks": [{"position": 2, "id": "2f29195f-9ed2-345d-a1f9-743a1db06d74"}], "track_count": 16, "format": 
"CD"}], "id": "de920ef4-d662-37be-9a73-1ef1b2071f45"}, {"track_count": 30, "releaseevents": [{"date": 
{"month": 6, "day": 3, "year": 2008}, "country": "US"}], "country": "US", "date": {"month": 6, "day": 3, 
"year": 2008}, "medium_count": 2, "mediums": [{"position": 1, "tracks": [{"position": 2, "id": 
"e5bc531c-1ce8-36cc-a270-3a53a4a844cd"}], "track_count": 17, "format": "CD"}], "id": 
"5e94423b-ca48-3c25-9504-bec33c466f8c"}, {"track_count": 29, "releaseevents": [{"date": {"year": 2008}, 
"country": "XE"}], "country": "XE", "date": {"year": 2008}, "medium_count":
  2, "med
 iums": [{"position": 1, "tracks": [{"position": 2, "id": "3a6f0dc0-8d5e-438d-953b-e8edb43f7bd9"}], 
"track_count": 16, "format": "CD"}], "id": "054813d3-99cd-4c7e-aaa7-c63b8c3b5b48"}, {"track_count": 17, 
"releaseevents": [{"date": {"month": 6, "day": 3, "year": 2008}, "country": "US"}], "country": "US", "date": 
{"month": 6, "day": 3, "year": 2008}, "medium_count": 1, "mediums": [{"position": 1, "tracks": [{"position": 
2, "id": "e48a0a48-bf6d-3da8-84b1-77ba9ca18412"}], "track_count": 17, "format": "CD"}], "id": 
"af8722d8-6248-4b9c-9d30-2183eafa2ed9"}, {"track_count": 16, "releaseevents": [{"date": {"month": 6, "day": 
2, "year": 2008}, "country": "GB"}], "country": "GB", "date": {"month": 6, "day": 2, "year": 2008}, 
"medium_count": 1, "mediums": [{"position": 1, "tracks": [{"position": 2, "id": 
"6049d9c9-aa6d-34e8-a2dd-9f88e43c2e07"}], "track_count": 16, "format": "CD"}], "id": 
"5f3f8f7a-8b96-48b1-808e-64bb2f13030c"}], "title": "The Best Of", "secondarytypes": ["Compilation"], 
 "artists
 ": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "type": "Album", "id": 
"80975c59-4094-30d5-bb58-365e8b061274"}, {"releases": [{"track_count": 34, "releaseevents": [{"country": 
"AU"}], "country": "AU", "medium_count": 2, "mediums": [{"position": 1, "tracks": [{"position": 5, "artists": 
[{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "id": 
"3fc551ab-7369-3842-b030-9a9d48a2644e"}], "track_count": 17, "format": "CD"}], "id": 
"107376df-2408-42aa-b19a-721e6ac9a5ec"}, {"track_count": 33, "releaseevents": [{"date": {"year": 1998}, 
"country": "AU"}], "country": "AU", "date": {"year": 1998}, "medium_count": 2, "mediums": [{"position": 1, 
"tracks": [{"position": 5, "artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], 
"id": "e0faad5c-895f-45af-9b9d-4feb0881a458"}], "track_count": 17, "format": "CD"}], "id": 
"69f4a295-907f-45b1-ada9-31730f32ab6f"}, {"track_count": 33, "releaseevents": [{"date": {"month": 7, "da
 y": 17, 
 "year": 1998}, "country": "AU"}], "country": "AU", "date": {"month": 7, "day": 17, "year": 1998}, 
"medium_count": 2, "mediums": [{"position": 1, "tracks": [{"position": 5, "artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "id": 
"44cf60e4-6a85-3020-afd6-865229f1ac3b"}], "track_count": 17, "format": "CD"}], "id": 
"c0d09141-c3a7-4d30-a17c-ddb497c7dd6b"}], "title": "Triple J: Hottest 100, Volume 5", "secondarytypes": 
["Compilation"], "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], 
"type": "Album", "id": "6edd1b32-d020-3f63-b340-16963b1f989e"}, {"releases": [{"track_count": 42, 
"medium_count": 2, "mediums": [{"position": 2, "tracks": [{"position": 20, "artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "id": 
"59301561-3b1a-3c5d-8f67-52902d0eeab4"}], "track_count": 20}], "id": 
"752fe36e-a3b5-49e9-9fcf-8ca143a6d7f0"}], "title": "Festival 06", "secondarytypes": ["Compilation"], "art
 ists": [
 {"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "type": "Album", "id": 
"2d9231c1-2279-35f2-8697-7f29c1735113"}, {"releases": [{"track_count": 79, "releaseevents": [{"date": 
{"month": 12, "day": 10, "year": 2007}, "country": "XE"}], "country": "XE", "date": {"month": 12, "day": 10, 
"year": 2007}, "medium_count": 7, "mediums": [{"position": 3, "tracks": [{"position": 2, "id": 
"810edb72-2fb0-3d48-ac79-71b33ae5639b"}], "title": "Ok Computer", "track_count": 12, "format": "CD"}], "id": 
"5fdd4427-8604-4004-965b-d33c3a65f30c"}], "title": "Album Box Set", "secondarytypes": ["Compilation"], 
"artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "type": "Album", "id": 
"b7db08f4-835a-4a69-970b-5321e6305032"}, {"releases": [{"track_count": 40, "releaseevents": [{"date": 
{"month": 8, "day": 24, "year": 2012}, "country": "BE"}], "country": "BE", "date": {"month": 8, "day": 24, 
"year": 2012}, "medium_count": 2, "mediums": [{"position":
  1, "tra
 cks": [{"position": 18, "artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], 
"id": "719a7c02-0a0a-4661-8ae0-d0c364e042d5"}], "track_count": 20, "format": "CD"}], "id": 
"7142c629-53fd-4dce-af16-79f30916f3f4"}], "title": "Alle 40 Goed: Alternative", "secondarytypes": 
["Compilation"], "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], 
"type": "Album", "id": "ade6c60b-53b1-46d8-96ff-43a1e632147a"}, {"releases": [{"track_count": 16, 
"releaseevents": [{"date": {"year": 1997}, "country": "CH"}], "country": "CH", "date": {"year": 1997}, 
"medium_count": 1, "mediums": [{"position": 1, "tracks": [{"position": 16, "artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "id": 
"a321e93d-0f1b-3fea-b915-763ed8bb4845"}], "track_count": 16, "format": "CD"}], "id": 
"8b42eaed-6078-49a4-b4d8-3db7c3413572"}], "title": "Rep\u00e9rages, Volume 12", "secondarytypes": 
["Compilation"], "artists": [{"id": "89ad4
 ac3-39f7
 -470e-963a-56509c546377", "name": "Various Artists"}], "type": "Album", "id": 
"a72f18dd-86d1-3208-bb2c-459a1189a728"}, {"artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": 
"Radiohead"}], "type": "EP", "id": "e418e013-c2a4-3d77-af37-2e92cd48ba5a", "releases": [{"track_count": 6, 
"releaseevents": [{"date": {"month": 1, "year": 1998}, "country": "US"}], "country": "US", "date": {"month": 
1, "year": 1998}, "medium_count": 1, "mediums": [{"position": 1, "tracks": [{"position": 6, "id": 
"4dfe3246-ad43-380d-a046-85364330115e"}], "track_count": 6, "format": "CD"}], "id": 
"15ebb9ac-0bd8-4f4d-a8cc-6b7f2686932e"}], "title": "College Karma EP"}, {"artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "type": "Single", "id": 
"1f4d4fe7-ddb0-36b8-8fd9-283d40190c3b", "releases": [{"track_count": 3, "releaseevents": [{"date": {"month": 
5, "day": 26, "year": 1997}, "country": "GB"}], "country": "GB", "date": {"month": 5, "day": 26, "year": 
1997}, "med
 ium_coun
 t": 1, "mediums": [{"position": 1, "tracks": [{"position": 1, "id": 
"98d237d3-4fda-3ec3-b14a-a90a927d0006"}], "track_count": 3, "format": "CD"}], "id": 
"e4933069-51f2-4b4e-a987-8d9de6802b77"}, {"track_count": 6, "releaseevents": [{"date": {"month": 5, "day": 
13, "year": 2016}, "country": "XW"}], "country": "XW", "date": {"month": 5, "day": 13, "year": 2016}, 
"medium_count": 1, "mediums": [{"position": 1, "tracks": [{"position": 1, "id": 
"b724f9e9-cd60-458c-a65f-135a24db370b"}], "track_count": 6, "format": "CD"}], "id": 
"4b1bc218-1de6-43ef-8705-b066a9efe456"}, {"track_count": 1, "releaseevents": [{"date": {"month": 5, "year": 
1997}, "country": "GB"}], "country": "GB", "date": {"month": 5, "year": 1997}, "medium_count": 1, "mediums": 
[{"position": 1, "tracks": [{"position": 1, "id": "54a8d710-06ba-3f97-91f0-e3badda3bf8c"}], "track_count": 1, 
"format": "CD"}], "id": "5c375e1c-9545-4b0b-9c87-96de58255bb4"}, {"track_count": 3, "releaseevents": 
[{"date": {"month": 4, "day": 18, "y
 ear": 20
 09}, "country": "US"}], "country": "US", "date": {"month": 4, "day": 18, "year": 2009}, "medium_count": 1, 
"mediums": [{"position": 1, "tracks": [{"position": 1, "id": "6ee90b87-b690-4f4d-bae6-10c4082bd1e1"}], 
"track_count": 3, "format": "12\" Vinyl"}], "id": "903e6934-c5d5-4c44-9fd8-548c2b463189"}, {"track_count": 3, 
"releaseevents": [{"date": {"month": 5, "day": 26, "year": 1997}, "country": "GB"}], "country": "GB", "date": 
{"month": 5, "day": 26, "year": 1997}, "medium_count": 1, "mediums": [{"position": 1, "tracks": [{"position": 
1, "id": "3474a898-0036-37e5-89f6-473aad184b0b"}], "track_count": 3, "format": "CD"}], "id": 
"3a6b3e7e-cfed-4c4a-b656-701fe3457cd1"}], "title": "Paranoid Android"}, {"releases": [{"track_count": 42, 
"releaseevents": [{"date": {"month": 11, "day": 3, "year": 1997}, "country": "GB"}], "country": "GB", "date": 
{"month": 11, "day": 3, "year": 1997}, "medium_count": 2, "mediums": [{"position": 2, "tracks": [{"position": 
7, "artists": [{"id": "a74b1b7
 f-71a5-4
 011-9441-d0b5e4122711", "name": "Radiohead"}], "id": "c00ca1cc-dd9e-3c58-93be-8f49be8629c7"}], 
"track_count": 21, "format": "CD"}], "id": "92fcac49-895a-462d-95c4-f324cdaaddc9"}], "title": "The Greatest 
Hits of 1997", "secondarytypes": ["Compilation"], "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", 
"name": "Various Artists"}], "type": "Album", "id": "67b2ff2a-38e9-32d0-84a0-85ac98cb16b4"}, {"releases": 
[{"track_count": 41, "releaseevents": [{"date": {"month": 7, "day": 14, "year": 1997}, "country": "GB"}], 
"country": "GB", "date": {"month": 7, "day": 14, "year": 1997}, "medium_count": 2, "mediums": [{"position": 
2, "tracks": [{"position": 10, "artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": 
"Radiohead"}], "id": "2f5d742e-f592-33fe-8f93-f95646d93013"}], "track_count": 20, "format": "CD"}], "id": 
"7f3b35e7-0b82-4c08-b8dc-ee53666ee8c7"}, {"track_count": 41, "releaseevents": [{"date": {"month": 7, "day": 
14, "year": 1997}, "country": "GB"}], "countr
 y": "GB"
 , "date": {"month": 7, "day": 14, "year": 1997}, "medium_count": 2, "mediums": [{"position": 2, "tracks": 
[{"position": 10, "artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "id": 
"e9b2d2d3-b6dd-3630-a0e3-795060473adc"}], "track_count": 20, "format": "Cassette"}], "id": 
"0a737b0b-c885-3039-9c4f-ed3759c030dc"}], "title": "Now That\u2019s What I Call Music! 37", "secondarytypes": 
["Compilation"], "artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], 
"type": "Album", "id": "ee62c493-eb1e-36f7-99db-5d3bc5b0faee"}, {"releases": [{"track_count": 38, 
"releaseevents": [{"date": {"year": 2008}, "country": "RU"}], "country": "RU", "date": {"year": 2008}, 
"medium_count": 2, "mediums": [{"position": 1, "tracks": [{"position": 4, "id": 
"7db9c29c-a440-3f2a-b337-1a6af9bf5b3b"}], "track_count": 19, "format": "CD"}], "id": 
"f2b0c9de-35ad-46ec-b44a-3051621b5a59"}], "title": "Greatest Hits", "secondarytypes": ["Compilation"], "a
 rtists":
  [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "type": "Album", "id": 
"c4ae4ebb-2d68-4ba7-9c81-18ad7cb9022f"}, {"artists": [{"id": "a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": 
"Radiohead"}], "type": "Album", "id": "b1392450-e666-3926-a536-22c65f834433", "releases": [{"track_count": 
23, "releaseevents": [{"date": {"month": 6, "day": 23, "year": 2017}, "country": "XE"}], "country": "XE", 
"title": "OK Computer: OKNOTOK 1997 2017", "date": {"month": 6, "day": 23, "year": 2017}, "medium_count": 2, 
"mediums": [{"position": 1, "tracks": [{"position": 2, "id": "da6e8303-d396-4393-aba0-fb7fedd06026"}], 
"title": "OK", "track_count": 12, "format": "CD"}], "id": "d6dc018d-5caa-4e6f-8e9d-d889fcd585f4"}, 
{"track_count": 12, "releaseevents": [{"date": {"month": 7, "day": 1, "year": 1997}, "country": "US"}], 
"country": "US", "date": {"month": 7, "day": 1, "year": 1997}, "medium_count": 1, "mediums": [{"position": 1, 
"tracks": [{"position": 2, "id": "ccadc32f-698e
 -302e-bc
 5c-a5b8e5ba223e"}], "track_count": 12, "format": "CD"}], "id": "6a09041b-0f79-3278-88d9-0552dd28d37f"}, 
{"track_count": 12, "releaseevents": [{"date": {"month": 6, "day": 16, "year": 1997}, "country": "XE"}], 
"country": "XE", "date": {"month": 6, "day": 16, "year": 1997}, "medium_count": 1, "mediums": [{"position": 
1, "tracks": [{"position": 2, "id": "3744d724-821e-3b0a-97c8-c156af4ca2cf"}], "track_count": 12, "format": 
"CD"}], "id": "52709206-8816-3c12-9ff6-f957f2f1eecf"}, {"track_count": 23, "releaseevents": [{"date": 
{"month": 6, "day": 23, "year": 2017}, "country": "US"}], "country": "US", "title": "OK Computer: OKNOTOK 
1997 2017", "date": {"month": 6, "day": 23, "year": 2017}, "medium_count": 2, "mediums": [{"position": 1, 
"tracks": [{"position": 2, "id": "5abc8df9-fb67-4321-8927-6baab5b37f20"}], "track_count": 12, "format": 
"Digital Media"}], "id": "a1ed87aa-2079-4e42-bbeb-6309b3b68674"}, {"track_count": 12, "releaseevents": 
[{"date": {"month": 7, "day": 1, "year": 199
 7}, "cou
 ntry": "US"}], "country": "US", "date": {"month": 7, "day": 1, "year": 1997}, "medium_count": 1, "mediums": 
[{"position": 1, "tracks": [{"position": 2, "id": "5a5cfc4d-0475-3980-868c-152e0cef4b0a"}], "track_count": 
12, "format": "CD"}], "id": "0b6b4ba0-d36f-47bd-b4ea-6a5b91842d29"}, {"track_count": 12, "releaseevents": 
[{"date": {"year": 1997}, "country": "PL"}], "country": "PL", "date": {"year": 1997}, "medium_count": 1, 
"mediums": [{"position": 1, "tracks": [{"position": 2, "id": "45cf077f-b3e1-4978-b176-2c5ed1e84217"}], 
"track_count": 12, "format": "Cassette"}], "id": "9c1e5e9e-9f40-4cd8-94a4-785fa5d0b613"}, {"track_count": 12, 
"releaseevents": [{"date": {"year": 1997}, "country": "AU"}], "country": "AU", "date": {"year": 1997}, 
"medium_count": 1, "mediums": [{"position": 1, "tracks": [{"position": 2, "id": 
"4b0c0e38-a6d3-3e20-b017-fb24caa0c9fc"}], "track_count": 12, "format": "CD"}], "id": 
"e16cda60-6e6d-4a32-8d7c-e12d9aeb72de"}, {"track_count": 12, "releaseevents": [{"d
 ate": {"
 month": 1, "day": 1, "year": 2008}, "country": "JP"}], "country": "JP", "date": {"month": 1, "day": 1, 
"year": 2008}, "medium_count": 1, "mediums": [{"position": 1, "tracks": [{"position": 2, "id": 
"80aac81a-fb00-38d5-8616-a341a5e8e303"}], "track_count": 12, "format": "CD"}], "id": 
"a822795e-feee-3547-ad81-84d878032f05"}, {"track_count": 33, "releaseevents": [{"date": {"month": 3, "day": 
24, "year": 2009}, "country": "CA"}], "country": "CA", "date": {"month": 3, "day": 24, "year": 2009}, 
"medium_count": 3, "mediums": [{"position": 1, "tracks": [{"position": 2, "id": 
"91b4bc17-e815-406b-a3c5-0f7291adfb29"}], "track_count": 12, "format": "CD"}], "id": 
"7169a92a-4dc1-42bb-9a21-c1c9223b68a8"}, {"track_count": 23, "releaseevents": [{"date": {"month": 6, "day": 
23, "year": 2017}, "country": "GB"}, {"date": {"month": 7, "day": 7, "year": 2017}, "country": "US"}], 
"country": "GB", "title": "OK Computer: OKNOTOK 1997 2017", "date": {"month": 6, "day": 23, "year": 2017}, 
"medium_count
 ": 3, "m
 ediums": [{"position": 1, "tracks": [{"position": 2, "id": "99e61392-9b73-45b7-a2c4-4cf3aab152aa"}], 
"title": "ip / skip", "track_count": 6, "format": "12\" Vinyl"}], "id": 
"5048852c-1b89-4acf-989e-2df6598c4e1e"}, {"track_count": 33, "releaseevents": [{"date": {"month": 4, "day": 
1, "year": 2009}, "country": "JP"}], "country": "JP", "date": {"month": 4, "day": 1, "year": 2009}, 
"medium_count": 3, "mediums": [{"position": 1, "tracks": [{"position": 2, "id": 
"93b46164-22d0-3879-ba6a-e8c46e213590"}], "title": "OK Computer", "track_count": 12, "format": "CD"}], "id": 
"a736eb98-ba6b-3e42-ad80-a65f648910a3"}, {"track_count": 23, "releaseevents": [{"date": {"month": 7, "day": 
7, "year": 2017}, "country": "US"}], "country": "US", "title": "OK Computer: OKNOTOK 1997 2017", "date": 
{"month": 7, "day": 7, "year": 2017}, "medium_count": 2, "mediums": [{"position": 1, "tracks": [{"position": 
2, "id": "6c70ec62-3614-4984-a391-397657d1dcee"}], "title": "OK", "track_count": 12, "format": "C
 D"}], "i
 d": "2629071c-1d8f-43f1-be99-712d931e3bf1"}, {"track_count": 12, "releaseevents": [{"date": {"month": 5, 
"day": 21, "year": 1997}, "country": "JP"}], "country": "JP", "date": {"month": 5, "day": 21, "year": 1997}, 
"medium_count": 1, "mediums": [{"position": 1, "tracks": [{"position": 2, "id": 
"6a7cd9af-f665-3652-9aba-1e89a4236e9f"}], "track_count": 12, "format": "CD"}], "id": 
"1834eae1-741b-3c03-9ca5-0df3decb43ea"}, {"track_count": 27, "releaseevents": [{"date": {"month": 3, "day": 
23, "year": 2009}, "country": "GB"}], "country": "GB", "date": {"month": 3, "day": 23, "year": 2009}, 
"medium_count": 2, "mediums": [{"position": 1, "tracks": [{"position": 2, "id": 
"cf2b3db5-afd2-3eba-89f9-962de3585e3d"}], "track_count": 12, "format": "CD"}], "id": 
"bdf93ecb-85e8-3505-98f7-e2e8c5052723"}, {"track_count": 23, "releaseevents": [{"date": {"month": 6, "day": 
23, "year": 2017}, "country": "JP"}], "country": "JP", "title": "OK Computer: OKNOTOK 1997 2017", "date": 
{"month": 6, "day": 2
 3, "year
 ": 2017}, "medium_count": 2, "mediums": [{"position": 1, "tracks": [{"position": 2, "id": 
"e10b1abe-2524-4573-ab53-5c48f44daf52"}], "title": "OK", "track_count": 12, "format": "CD"}], "id": 
"a95ea77a-e7b1-4116-b647-8210f472b3e8"}, {"track_count": 12, "releaseevents": [{"date": {"month": 4, "day": 
1, "year": 2016}, "country": "XW"}], "country": "XW", "date": {"month": 4, "day": 1, "year": 2016}, 
"medium_count": 1, "mediums": [{"position": 1, "tracks": [{"position": 2, "id": 
"fabff0ae-e56c-4b68-bf4b-714b81b2bd9d"}], "track_count": 12, "format": "CD"}], "id": 
"30702389-5c67-4438-9ea0-2351c8de0f1d"}, {"track_count": 23, "releaseevents": [{"date": {"month": 6, "day": 
22, "year": 2017}, "country": "XW"}], "country": "XW", "title": "OK Computer: OKNOTOK 1997 2017", "date": 
{"month": 6, "day": 22, "year": 2017}, "medium_count": 1, "mediums": [{"position": 1, "tracks": [{"position": 
2, "id": "7f8c6ad6-0f5e-4e7b-9abb-62f9dfbc3c84"}], "track_count": 23, "format": "Digital Media"}], "id
 ": "8e2b
 5322-f9a6-4ab7-b3f4-f65e7ddbc9e4"}, {"track_count": 27, "releaseevents": [{"date": {"month": 4, "day": 1, 
"year": 2009}, "country": "JP"}], "country": "JP", "date": {"month": 4, "day": 1, "year": 2009}, 
"medium_count": 2, "mediums": [{"position": 1, "tracks": [{"position": 2, "id": 
"295f0863-727f-3836-9f57-bfd6b6cf63af"}], "track_count": 12, "format": "CD"}], "id": 
"e8c3ff98-75f0-383f-a7d1-35db67661d89"}, {"track_count": 12, "releaseevents": [{"date": {"month": 9, "day": 
6, "year": 2006}, "country": "JP"}], "country": "JP", "date": {"month": 9, "day": 6, "year": 2006}, 
"medium_count": 1, "mediums": [{"position": 1, "tracks": [{"position": 2, "id": 
"b3c7be60-8f73-3f33-b170-ad853005a0ef"}], "track_count": 12, "format": "CD"}], "id": 
"175d6ac9-7185-357c-af04-5887dc3ea788"}, {"track_count": 12, "releaseevents": [{"date": {"year": 1997}}], 
"date": {"year": 1997}, "medium_count": 1, "mediums": [{"position": 1, "tracks": [{"position": 2, "id": 
"5d2317c8-4734-40a0-9fea-24cb401e9dd1"
 }], "tra
 ck_count": 12, "format": "CD"}], "id": "16f227a1-fa4a-4d7e-bba2-6a8ca18c33a8"}, {"track_count": 15, 
"releaseevents": [{"date": {"year": 1997}, "country": "XE"}], "country": "XE", "date": {"year": 1997}, 
"medium_count": 2, "mediums": [{"position": 1, "tracks": [{"position": 2, "id": 
"4d01768c-412b-4a57-b136-f73dc6f559b9"}], "title": "OK Computer", "track_count": 12, "format": "CD"}], "id": 
"52e7fc61-fcf3-4b46-ac72-38e9644bf982"}, {"track_count": 12, "releaseevents": [{"date": {"year": 1997}, 
"country": "XE"}], "country": "XE", "date": {"year": 1997}, "medium_count": 1, "mediums": [{"position": 1, 
"tracks": [{"position": 2, "id": "b2048465-3f3a-47dd-a37c-c73d16f0a1dc"}], "track_count": 12, "format": 
"CD"}], "id": "0c324f3a-dcbb-4f09-b33a-c03c676b4044"}, {"track_count": 33, "releaseevents": [{"date": 
{"month": 3, "day": 23, "year": 2009}, "country": "XE"}], "country": "XE", "date": {"month": 3, "day": 23, 
"year": 2009}, "medium_count": 3, "mediums": [{"position": 1, "tracks": [
 {"positi
 on": 2, "id": "105889c9-b852-343a-b6d4-5bb74fef1b3e"}], "track_count": 12, "format": "CD"}], "id": 
"9eff0482-170f-3e93-8c65-73ce18e10ee7"}, {"track_count": 12, "releaseevents": [{"date": {"year": 1997}, 
"country": "AR"}], "country": "AR", "date": {"year": 1997}, "medium_count": 1, "mediums": [{"position": 1, 
"tracks": [{"position": 2, "id": "61e2e7bc-8c8b-3dfd-8133-3287c737f750"}], "track_count": 12, "format": 
"CD"}], "id": "3c8cbdc8-555f-3987-8f03-6baf9488d1b0"}, {"track_count": 12, "releaseevents": [{"date": 
{"month": 6, "day": 16, "year": 1997}, "country": "GB"}, {"date": {"month": 6, "day": 16, "year": 1997}, 
"country": "XE"}], "country": "GB", "date": {"month": 6, "day": 16, "year": 1997}, "medium_count": 1, 
"mediums": [{"position": 1, "tracks": [{"position": 2, "id": "785bc614-ce53-36b4-b9b7-edea49487063"}], 
"track_count": 12, "format": "CD"}], "id": "425d8db9-88a3-31e2-bd23-b1a967626dd5"}, {"track_count": 12, 
"releaseevents": [{"date": {"month": 6, "day": 16, "year": 
 1997}, "
 country": "GB"}], "country": "GB", "date": {"month": 6, "day": 16, "year": 1997}, "medium_count": 1, 
"mediums": [{"position": 1, "tracks": [{"position": 2, "id": "26ca3f84-46d8-3627-b894-b1eb8599a110"}], 
"track_count": 12, "format": "Cassette"}], "id": "fba5f8fe-c6c8-4511-8562-c9febf482674"}, {"track_count": 12, 
"releaseevents": [{"date": {"month": 6, "day": 17, "year": 1997}, "country": "CA"}], "country": "CA", "date": 
{"month": 6, "day": 17, "year": 1997}, "medium_count": 1, "mediums": [{"position": 1, "tracks": [{"position": 
2, "id": "eaa3c03e-541e-3cfd-a580-569b723e9f66"}], "track_count": 12, "format": "CD"}], "id": 
"4b3d18cc-8937-36f4-8de0-481088be58e6"}, {"track_count": 27, "releaseevents": [{"date": {"month": 3, "day": 
24, "year": 2009}, "country": "US"}], "country": "US", "date": {"month": 3, "day": 24, "year": 2009}, 
"medium_count": 2, "mediums": [{"position": 1, "tracks": [{"position": 2, "id": 
"4f3f9731-3c0d-33b3-bb76-a72c30c5674e"}], "track_count": 12, "format": 
 "CD"}], 
 "id": "d4635a34-caf5-3b35-9a5b-d805f1126633"}, {"track_count": 12, "releaseevents": [{"date": {"month": 6, 
"day": 16, "year": 1997}, "country": "GB"}], "country": "GB", "date": {"month": 6, "day": 16, "year": 1997}, 
"medium_count": 2, "mediums": [{"position": 1, "tracks": [{"position": 2, "id": 
"9c572b02-0874-3fdb-873e-a778ec4f88ff"}], "track_count": 6, "format": "12\" Vinyl"}], "id": 
"541a0976-ca45-3c0f-89e5-26bc376f58d1"}, {"track_count": 12, "releaseevents": [{"date": {"year": 2008}, 
"country": "US"}], "country": "US", "date": {"year": 2008}, "medium_count": 2, "mediums": [{"position": 1, 
"tracks": [{"position": 2, "id": "ff0e2256-0ed8-3c20-97db-df457a731678"}], "track_count": 6, "format": "12\" 
Vinyl"}], "id": "51df2038-5682-303e-9d87-7aeb99660433"}, {"track_count": 68, "releaseevents": [{"date": 
{"month": 6, "day": 23, "year": 2017}, "country": "GB"}, {"date": {"month": 7, "day": 7, "year": 2017}, 
"country": "US"}], "country": "GB", "title": "OK Computer: OKNOTOK 1997 2
 017", "d
 ate": {"month": 6, "day": 23, "year": 2017}, "medium_count": 5, "mediums": [{"position": 1, "tracks": 
[{"position": 2, "id": "25624701-99db-4c26-abcb-7e3ee0f9876d"}], "title": "ip / skip", "track_count": 6, 
"format": "12\" Vinyl"}], "id": "839966ab-7612-447c-b805-2a36b3e18aa5"}], "title": "OK Computer"}, 
{"releases": [{"track_count": 57, "releaseevents": [{"date": {"month": 10, "day": 12, "year": 2012}, 
"country": "DE"}], "country": "DE", "date": {"month": 10, "day": 12, "year": 2012}, "medium_count": 5, 
"mediums": [{"position": 3, "tracks": [{"position": 2, "id": "3de8f242-221a-3e8e-b294-ad7dda8d8b10"}], 
"title": "Ok Computer", "track_count": 12, "format": "CD"}], "id": "99726b5e-a17a-4d75-81dc-e09771e1bffd"}], 
"title": "5 Album Set", "secondarytypes": ["Compilation"], "artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "type": "Album", "id": 
"30f765ef-d7f0-4cce-8a3b-d6e1069f1dda"}, {"releases": [{"track_count": 80, "releaseevents": [{"date": {
 "month":
  11, "day": 20, "year": 2015}, "country": "AU"}], "country": "AU", "date": {"month": 11, "day": 20, "year": 
2015}, "medium_count": 4, "mediums": [{"position": 3, "tracks": [{"position": 7, "artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "id": 
"7867ee8c-5c20-4064-a918-fbad632c5304"}], "track_count": 20, "format": "CD"}], "id": 
"79a0b733-918a-4061-b38d-e87763248d61"}], "title": "40 Years of Music", "secondarytypes": ["Compilation"], 
"artists": [{"id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists"}], "type": "Album", 
"id": "896d40c0-d34c-49db-88a4-7c3e1f8ff3ee"}, {"releases": [{"track_count": 19, "releaseevents": [{"date": 
{"month": 5, "day": 25, "year": 2006}, "country": "JP"}], "country": "JP", "date": {"month": 5, "day": 25, 
"year": 2006}, "medium_count": 1, "mediums": [{"position": 1, "tracks": [{"position": 19, "artists": [{"id": 
"a74b1b7f-71a5-4011-9441-d0b5e4122711", "name": "Radiohead"}], "id": "48e38ed8-170a-3b82-87
 60-e40a5
 f2c20d5"}], "track_count": 19, "format": "CD"}], "id": "d28ed99f-b0d9-4f7c-88a8-ad6946d40188"}], "title": 
"Ergo Proxy Original Soundtrack opus 01", "secondarytypes": ["Soundtrack"], "artists": [{"id": 
"7e2b0679-002d-49ad-9748-b5d97ef123ea", "name": "\u6c60\u983c\u5e83"}], "type": "Album", "id": 
"ace5135c-1fde-33bd-bfd0-139c8c58212d"}], "title": "Paranoid Android", "id": 
"9f9cf187-d6f9-437f-9d98-d59cdbd52757"}], "score": 0.86577, "id": "8178ed55-16f3-4f67-a612-7fcdd2aad41e"}, 
{"score": 0.428863, "id": "c0524b5d-7ab5-42da-9bcc-0031412d2351"}]}
diff --git a/tests/lua-factory/sources/data/acoustid_trombone_shorty_buckjump.txt 
b/tests/lua-factory/sources/data/acoustid_trombone_shorty_buckjump.txt
index 64984e7..49b34ff 100644
--- a/tests/lua-factory/sources/data/acoustid_trombone_shorty_buckjump.txt
+++ b/tests/lua-factory/sources/data/acoustid_trombone_shorty_buckjump.txt
@@ -1 +1 @@
-{"status": "ok", "results": [{"recordings": [{"artists": [{"id": "cae4fd51-4d58-4d48-92c1-6198cc2e45ed", 
"name": "Trombone Shorty"}], "duration": 245, "releasegroups": [{"artists": [{"id": 
"cae4fd51-4d58-4d48-92c1-6198cc2e45ed", "name": "Trombone Shorty"}], "type": "Album", "id": 
"c3418122-387b-4477-90cf-e5e6d110e054", "releases": [{"track_count": 14, "releaseevents": [{"date": {"year": 
2011}, "country": "US"}], "country": "US", "title": "For True", "artists": [{"id": 
"cae4fd51-4d58-4d48-92c1-6198cc2e45ed", "name": "Trombone Shorty"}], "date": {"year": 2011}, "medium_count": 
1, "id": "567621e3-b80f-4c30-af5f-2ecf0882e94a"}, {"track_count": 14, "releaseevents": [{"date": {"month": 9, 
"day": 19, "year": 2011}, "country": "GB"}], "country": "GB", "title": "For True", "artists": [{"id": 
"cae4fd51-4d58-4d48-92c1-6198cc2e45ed", "name": "Trombone Shorty"}], "date": {"month": 9, "day": 19, "year": 
2011}, "medium_count": 1, "id": "2af487be-ef25-4076-a729-911a8ee0c590"}, {"track_count
 ": 14, "
 releaseevents": [{"date": {"month": 9, "day": 16, "year": 2011}, "country": "XE"}], "country": "XE", 
"title": "For True", "artists": [{"id": "cae4fd51-4d58-4d48-92c1-6198cc2e45ed", "name": "Trombone Shorty"}], 
"date": {"month": 9, "day": 16, "year": 2011}, "medium_count": 1, "id": 
"f32ccfd7-bb10-489a-979b-85929fcccf42"}], "title": "For True"}], "title": "Buckjump", "id": 
"96483bdd-f219-4ae3-a94e-04feeeef22a4"}], "score": 1.0, "id": "b13c6dd3-9e27-4740-8da7-ee766917a8d9"}]}
+{"status": "ok", "results": [{"recordings": [{"artists": [{"id": "cae4fd51-4d58-4d48-92c1-6198cc2e45ed", 
"name": "Trombone Shorty"}], "duration": 245, "releasegroups": [{"type": "Album", "id": 
"c3418122-387b-4477-90cf-e5e6d110e054", "releases": [{"track_count": 14, "releaseevents": [{"date": {"year": 
2011}, "country": "US"}], "country": "US", "date": {"year": 2011}, "medium_count": 1, "mediums": 
[{"position": 1, "tracks": [{"position": 1, "id": "19e865c0-be5a-4b4d-bafd-e894fc934545"}], "track_count": 
14, "format": "12\" Vinyl"}], "id": "567621e3-b80f-4c30-af5f-2ecf0882e94a"}, {"track_count": 14, 
"releaseevents": [{"date": {"month": 9, "day": 19, "year": 2011}, "country": "GB"}], "country": "GB", "date": 
{"month": 9, "day": 19, "year": 2011}, "medium_count": 1, "mediums": [{"position": 1, "tracks": [{"position": 
1, "id": "e423904b-3720-312c-8021-d04f29231778"}], "track_count": 14, "format": "CD"}], "id": 
"2af487be-ef25-4076-a729-911a8ee0c590"}, {"track_count": 14, "releaseeve
 nts": [{
 "date": {"month": 9, "day": 16, "year": 2011}, "country": "XE"}], "country": "XE", "date": {"month": 9, 
"day": 16, "year": 2011}, "medium_count": 1, "mediums": [{"position": 1, "tracks": [{"position": 1, "id": 
"7cb643b6-9b6a-4960-8601-3a42dfed82fd"}], "track_count": 14, "format": "CD"}], "id": 
"f32ccfd7-bb10-489a-979b-85929fcccf42"}], "title": "For True"}], "title": "Buckjump", "id": 
"96483bdd-f219-4ae3-a94e-04feeeef22a4"}], "score": 1.0, "id": "b13c6dd3-9e27-4740-8da7-ee766917a8d9"}]}
diff --git a/tests/lua-factory/sources/data/config.ini b/tests/lua-factory/sources/data/config.ini
index d62728e..6abbf75 100644
--- a/tests/lua-factory/sources/data/config.ini
+++ b/tests/lua-factory/sources/data/config.ini
@@ -3,13 +3,13 @@ version=1
 ignored-parameters=fingerprint
 
 # test_lua_acoustid
-[https://api.acoustid.org/v2/lookup?client=ACOUSTID_TEST_MOCK_API_KEY&meta=recordings+releasegroups+releases&duration=445]
+[https://api.acoustid.org/v2/lookup?client=ACOUSTID_TEST_MOCK_API_KEY&meta=recordings+releasegroups+releases+tracks+compress&duration=445]
 data = acoustid_ludovico_einaudi_primavera.txt
-[https://api.acoustid.org/v2/lookup?client=ACOUSTID_TEST_MOCK_API_KEY&meta=recordings+releasegroups+releases&duration=160]
+[https://api.acoustid.org/v2/lookup?client=ACOUSTID_TEST_MOCK_API_KEY&meta=recordings+releasegroups+releases+tracks+compress&duration=160]
 data = acoustid_norah_jones_chasing_pirates.txt
-[https://api.acoustid.org/v2/lookup?client=ACOUSTID_TEST_MOCK_API_KEY&meta=recordings+releasegroups+releases&duration=243]
+[https://api.acoustid.org/v2/lookup?client=ACOUSTID_TEST_MOCK_API_KEY&meta=recordings+releasegroups+releases+tracks+compress&duration=243]
 data = acoustid_trombone_shorty_buckjump.txt
-[https://api.acoustid.org/v2/lookup?client=ACOUSTID_TEST_MOCK_API_KEY&meta=recordings+releasegroups+releases&duration=601]
+[https://api.acoustid.org/v2/lookup?client=ACOUSTID_TEST_MOCK_API_KEY&meta=recordings+releasegroups+releases+tracks+compress&duration=601]
 data = acoustid_philip_glass_the_passion_of.txt
-[https://api.acoustid.org/v2/lookup?client=ACOUSTID_TEST_MOCK_API_KEY&meta=recordings+releasegroups+releases&duration=385]
+[https://api.acoustid.org/v2/lookup?client=ACOUSTID_TEST_MOCK_API_KEY&meta=recordings+releasegroups+releases+tracks+compress&duration=385]
 data = acoustid_radiohead_paranoid_android.txt
diff --git a/tests/lua-factory/sources/test_lua_acoustid.c b/tests/lua-factory/sources/test_lua_acoustid.c
index f0961ca..a7a4916 100644
--- a/tests/lua-factory/sources/test_lua_acoustid.c
+++ b/tests/lua-factory/sources/test_lua_acoustid.c
@@ -49,13 +49,17 @@ resolve (GrlSource   *source,
          gchar      **out_mb_recording_id,
          gchar      **out_title,
          gchar      **out_mb_release_id,
-         gchar      **out_mb_release_group_id)
+         gchar      **out_mb_release_group_id,
+        gint        *out_album_disc_number,
+        gchar      **out_publication_date,
+        gint        *out_track_number)
 {
   GList *keys;
   GrlMedia *audio;
   GrlOperationOptions *options;
   GrlRegistry *registry;
   GrlKeyID chromaprint_key, mb_release_id_key, mb_release_group_id_key;
+  GDateTime *date;
   GError *error = NULL;
 
   registry = grl_registry_get_default ();
@@ -72,6 +76,9 @@ resolve (GrlSource   *source,
                                     GRL_METADATA_KEY_ALBUM,
                                     GRL_METADATA_KEY_MB_RECORDING_ID,
                                     GRL_METADATA_KEY_TITLE,
+                                   GRL_METADATA_KEY_ALBUM_DISC_NUMBER,
+                                   GRL_METADATA_KEY_PUBLICATION_DATE,
+                                   GRL_METADATA_KEY_TRACK_NUMBER,
                                     NULL);
   options = grl_operation_options_new (NULL);
   grl_operation_options_set_resolution_flags (options, GRL_RESOLVE_NORMAL);
@@ -97,6 +104,10 @@ resolve (GrlSource   *source,
   *out_mb_release_id = g_strdup (grl_data_get_string (GRL_DATA (audio), mb_release_id_key));
   *out_mb_release_group_id = g_strdup (grl_data_get_string (GRL_DATA (audio),
                                                             mb_release_group_id_key));
+  *out_album_disc_number = grl_media_get_album_disc_number (audio);
+  date = grl_media_get_publication_date (audio);
+  *out_publication_date = g_date_time_format (date, "%Y-%m-%d");
+  *out_track_number = grl_media_get_track_number (audio);
 
   g_list_free (keys);
   g_object_unref (options);
@@ -120,32 +131,40 @@ test_resolve_fingerprint (void)
     gchar *mb_recording_id;
     gchar *title;
     gchar *mb_release_id;
+    gint album_disc_number;
+    gchar *publication_date;
+    gint track_number;
   } audios[] = {
    { FINGERPRINT_LUDOVICO_EI, 445,
      "e7d8aea3-9c1d-4fe0-b93a-481d545296fc", "Craig Ogden",
      "2cde60bc-829c-49af-a62c-e20283167c30", "Classic FM Summer Guitar",
      "5d72b7d4-d0c4-4d0d-ab7f-3a737075e1c9", "Primavera",
-     "5fd10cc8-30e0-48aa-9ba1-19d05b871a75" },
+     "5fd10cc8-30e0-48aa-9ba1-19d05b871a75",
+     1, "2009-01-01", 8 },
    { FINGERPRINT_NORAH_JONES, 160,
      "985c709c-7771-4de3-9024-7bda29ebe3f9", "Norah Jones",
      "f5cffa96-262c-49af-9747-3f04a1d42c78", "\u00d63 Greatest Hits 49",
      "6d8ba615-d8fe-4f99-b38f-0a17d657b1bb", "Chasing Pirates",
-     "1ee64f6c-560f-421f-83dc-7fd34e5b0674" },
+     "1ee64f6c-560f-421f-83dc-7fd34e5b0674",
+     1, "2010-03-12", 18 },
    { FINGERPRINT_TROMBONE_SH, 243,
      "cae4fd51-4d58-4d48-92c1-6198cc2e45ed", "Trombone Shorty",
      "c3418122-387b-4477-90cf-e5e6d110e054", "For True",
      "96483bdd-f219-4ae3-a94e-04feeeef22a4", "Buckjump",
-     "567621e3-b80f-4c30-af5f-2ecf0882e94a" },
+     "567621e3-b80f-4c30-af5f-2ecf0882e94a",
+     1, "2011-01-01", 1 },
    { FINGERPRINT_PHILIP_GLAS, 601,
      "5ae54dee-4dba-49c0-802a-a3b3b3adfe9b", "Philip Glass",
      "52f1f9d5-5166-4ceb-9289-6fb1a87f367c", "The Passion of Ramakrishna",
      "298e15a1-b29b-4947-9dca-ec3634f9ebde", "Part 2",
-     "2807def3-7873-4277-b079-c9a963d99993" },
+     "2807def3-7873-4277-b079-c9a963d99993",
+     1, "2012-01-01", 3 },
    { FINGERPRINT_RADIOHEAD_PA, 385,
      "a74b1b7f-71a5-4011-9441-d0b5e4122711", "Radiohead",
      "5156ef3b-6d06-46d9-874d-4e7e41ef3be0", "ROCK DA PLACE",
      "5188ac5f-6000-483a-b689-b4773d0b1afa", "Paranoid Android",
      "f9f6ab9e-65da-4e90-853f-23960b04736a",
+     1, "2001-01-01", 16,
    },
   };
 
@@ -156,7 +175,8 @@ test_resolve_fingerprint (void)
     gsize size;
     GError *error = NULL;
     gchar *mb_artist_id, *artist, *mb_album_id, *album, *mb_recording_id, *title,
-          *mb_release_id, *mb_release_group_id;
+          *mb_release_id, *mb_release_group_id, *publication_date;
+    gint album_disc_number, track_number;
 
     file = g_file_new_for_uri (audios[i].fingerprint_file);
     g_file_load_contents (file, NULL, &data, &size, NULL, &error);
@@ -165,7 +185,8 @@ test_resolve_fingerprint (void)
 
     resolve (source, data, audios[i].duration,
              &mb_artist_id, &artist, &mb_album_id, &album, &mb_recording_id, &title,
-             &mb_release_id, &mb_release_group_id);
+             &mb_release_id, &mb_release_group_id, &album_disc_number, &publication_date,
+            &track_number);
     g_free (data);
 
     g_assert_cmpstr (audios[i].title, ==, title);
@@ -184,6 +205,9 @@ test_resolve_fingerprint (void)
     g_free (mb_release_id);
     g_assert_cmpstr (audios[i].mb_album_id, ==, mb_release_group_id);
     g_free (mb_release_group_id);
+    g_assert_cmpint (audios[i].album_disc_number, ==, album_disc_number);
+    g_assert_cmpstr (audios[i].publication_date, ==, publication_date);
+    g_assert_cmpint (audios[i].track_number, ==, track_number);
   }
 }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]