# MusicBrainz — Zapi reference > Search music metadata. **Base URL:** `https://api.zpi.web.id` **Auth:** Send `x-api-key: YOUR_KEY` header on every request. Get a free key at https://zpi.web.id/dashboard/keys. **Response envelope:** `{ status, message, content }` **Rate limit:** 60 req/min on free tier. **Related:** - Detail page: https://zpi.web.id/api/music/musicbrainz - Endpoint catalog: https://zpi.web.id/category/music - Concise index: https://zpi.web.id/llms.txt - Full reference: https://zpi.web.id/llms-full.txt --- ## MusicBrainz **Category:** music · **Slug:** `musicbrainz` **Detail page:** https://zpi.web.id/api/music/musicbrainz Search music metadata. **Tags:** music, metadata ### Search Search music metadata. - **Method:** `GET` - **Endpoint:** `https://api.zpi.web.id/v1/music:musicbrainz/search` - **Cache TTL:** 300s **Parameters:** | Name | Type | Location | Required | Description | |------|------|----------|----------|-------------| | `query` | string | query | yes | Lucene query (title, artist, etc.) | | `entity` | enum(recording|artist|release) | query | no | Entity: recording\|artist\|release. Default recording | | `limit` | number | query | no | Items count (1-100). Default 25 | **cURL:** ```bash curl "https://api.zpi.web.id/v1/music:musicbrainz/search?query=blinding%20lights&entity=recording&limit=25" \ -H "x-api-key: YOUR_API_KEY" ``` **JavaScript / TypeScript:** ```javascript const res = await fetch("https://api.zpi.web.id/v1/music:musicbrainz/search?query=blinding%20lights&entity=recording&limit=25", { headers: { "x-api-key": process.env.ZAPI_KEY } }); const data = await res.json(); ``` **Python:** ```python import requests r = requests.get("https://api.zpi.web.id/v1/music:musicbrainz/search?query=blinding%20lights&entity=recording&limit=25", headers={"x-api-key": "YOUR_API_KEY"}) data = r.json() ``` **Example response:** ```json { "ok": true, "count": 72529, "entity": "recording", "offset": 0, "created": "2026-05-27T13:19:06.668Z", "recordings": [ { "id": "9a73ed57-8a52-438e-94da-1e019a8c2211", "score": 100, "title": "Blinding Lights", "video": null, "length": 240000, "releases": [ { "id": "90211794-84af-4673-9b9e-7c0f577b00b2", "count": 1, "media": [ { "id": "431f93b4-fa84-325e-9e89-f5db901483c3", "track": [ { "id": "e3be20b8-47d9-397e-8163-94a3ed883e71", "title": "Blinding Lights", "length": 240000, "number": "5" } ], "format": "CD", "position": 1, "track-count": 9, "track-offset": 4 } ], "title": "Mathematica", "status": "Official", "status-id": "4e304316-386d-3409-af2e-78857eec5cfe", "track-count": 9, "release-group": { "id": "d676856c-dd2b-4df8-90d4-59635ee0419c", "title": "Mathematica", "type-id": "f529b476-6e62-324f-b0aa-1f3e33d313fc", "primary-type": "Album", "primary-type-id": "f529b476-6e62-324f-b0aa-1f3e33d313fc" } } ], "artist-credit": [ { "name": "Makeshift Prodigy", "artist": { "id": "3859c8ab-ea0f-4182-b447-041dacb4155e", "name": "Makeshift Prodigy", "sort-name": "Makeshift Prodigy" } } ], "artist-credit-id": "5976c408-90df-371d-b5b3-ac3804d35af5", "first-release-date": "2010-04-06" }, { "id": "f8c7eed9-68c7-440e-a067-d1e8c35242d8", "isrcs": [ "NLK072000301" ], "score": 100, "title": "Blinding Lights", "video": null, "length": 152452, "releases": [ { "id": "723509b6-f787-4a78-bdd1-5c1069cc428a", "date": "2021-05-14", "count": 1, "media": [ { "id": "1bd8985d-0981-3206-98a5-261622958428", "track": [ { "id": "06db80d0-a0a5-4b92-8741-63d47672cdc3", "title": "Blinding Lights", "length": 152452, "number": "1" } ], "format": "Digital Media", "position": 1, "track-count": 1, "track-offset": 0 } ], "title": "Blinding Lights", "status": "Official", "country": "XW", "status-id": "4e304316-386d-3409-af2e-78857eec5cfe", "track-count": 1, "artist-credit": [ { "name": "Yori", "artist": { "id": "1d8a7caf-bcab-4f73-abc1-2448f0d0d547", "name": "Yori Swart", "sort-name": "Swart, Yori", "disambiguation": "Blues/Americana singer and guitar player" } } ], "release-group": { "id": "2edfa703-f2ad-4be2-81a4-d4fe2a313dd2", "title": "Blinding Lights", "type-id": "d6038452-8ee0-3f68-affc-2de9a1ede0b9", "primary-type": "Single", "primary-type-id": "d6038452-8ee0-3f68-affc-2de9a1ede0b9" }, "release-events": [ { "area": { "id": "525d4e18-3d00-31b9-a58b-a146a916de8f", "name": "[Worldwide]", "sort-name": "[Worldwide]", "iso-3166-1-codes": [ "XW" ] }, "date": "2021-05-14" } ], "artist-credit-id": "dd085fd9-a024-30e3-b189-5513ebf52693" } ], "artist-credit": [ { "name": "Yori", "artist": { "id": "1d8a7caf-bcab-4f73-abc1-2448f0d0d547", "name": "Yori Swart", "aliases": [ { "name": "Yori Devi Swart", "type": "Legal name", "locale": null, "primary": null, "type-id": "d4dcd0c0-b341-3612-a332-c0ce797b25cf", "end-date": null, "sort-name": "Swart, Yori Devi", "begin-date": null }, { "name": "YORI", "type": "Artist name", "locale": null, "primary": null, "type-id": "894afba6-2816-3c24-8072-eadb66bd04bc", "end-date": null, "sort-name": "YORI", "begin-date": "2017" } ], "sort-name": "Swart, Yori", "disambiguation": "Blues/Americana singer and guitar player" } } ], "artist-credit-id": "dd085fd9-a024-30e3-b189-5513ebf52693", "first-release-date": "2021-05-14" }, { "id": "116fdd78-b1c4-45a9-a6ea-950748a2f0f3", "score": 100, "title": "Blinding Lights", "video": null, "length": 61000, "releases": [ { "id": "06cc23b4-e6fe-485a-83ab-c1908f17c991", "date": "2016-10-28", "count": 1, "media": [ { "id": "1205a7b7-340d-3775-bd39-570df1c319e0", "track": [ { "id": "c0b63be1-6756-430c-9ede-084ade7b1b62", "title": "Blinding Lights", "length": 61000, "number": "5" } ], "format": "Digital Media", "position": 1, "track-count": 13, "track-offset": 4 } ], "title": "Heartbeats", "status": "Official", "country": "XW", "status-id": "4e304316-386d-3409-af2e-78857eec5cfe", "track-count": 13, "release-group": { "id": "43a468fc-cef9-4e4a-b3f6-bc7172176dbe", "title": "Heartbeats", "type-id": "f529b476-6e62-324f-b0aa-1f3e33d313fc", "primary-type": "Album", "primary-type-id": "f529b476-6e62-324f-b0aa-1f3e33d313fc" }, "release-events": [ { "area": { "id": "525d4e18-3d00-31b9-a58b-a146a916de8f", "name": "[Worldwide]", "sort-name": "[Worldwide]", "iso-3166-1-codes": [ "XW" ] }, "date": "2016-10-28" } ] } ], "artist-credit": [ { "name": "Vigo Thieves", "artist": { "id": "dec7ba06-15d1-4a78-a993-638ff0f8b954", "name": "Vigo Thieves", "sort-name": "Vigo Thieves" } } ], "artist-credit-id": "2e852c66-c3a1-33b8-949d-9817a0cce14d", "first-release-date": "2016-10-28" }, { "id": "7f3eb692-c64b-4b96-850d-cae93e757cab", "isrcs": [ "QM6N22249746" ], "score": 100, "title": "Blinding Lights", "video": null, "length": 138428, "releases": [ { "id": "6e09599a-f7ef-42e2-aa13-1bf8b52dfc1e", "date": "2022-07-08", "count": 1, "media": [ { "id": "3802e6c8-85d7-3305-bea1-7a1271ad740b", "track": [ { "id": "a4054406-578e-4703-8584-93ec99a78f9e", "title": "Blinding Lights", "length": 138428, "number": "1" } ], "format": "Digital Media", "position": 1, "track-count": 1, "track-offset": 0 } ], "title": "Blinding Lights", "status": "Official", "country": "XW", "status-id": "4e304316-386d-3409-af2e-78857eec5cfe", "track-count": 1, "release-group": { "id": "fa5e101d-a8f8-4340-af37-eeb21f4e376c", "title": "Blinding Lights", "type-id": "d6038452-8ee0-3f68-affc-2de9a1ede0b9", "primary-type": "Single", "primary-type-id": "d6038452-8ee0-3f68-affc-2de9a1ede0b9" }, "release-events": [ { "area": { "id": "525d4e18-3d00-31b9-a58b-a146a916de8f", "name": "[Worldwide]", "sort-name": "[Worldwide]", "iso-3166-1-codes": [ "XW" ] }, "date": "2022-07-08" } ] } ], "artist-credit": [ { "name": "Slowzy", "artist": { "id": "d3ef0d48-9948-4c33-9d49-96cb4d64cadf", "name": "Slowzy", "sort-name": "Slowzy" } } ], "artist-credit-id": "6e1ff1e4-fb8d-41fd-8e21-0c2ce017a7e8", "first-release-date": "2022-07-08" }, { "id": "20561a21-4868-4cf5-ac39-34acc36ef659", "isrcs": [ "GBDMT2000391" ], "score": 100, "title": "Blinding Lights", "video": null, "length": 185263, "releases": [ { "id": "0f36488e-1cbd-40e2-8b62-1c3acb343013", "date": "2020-05-13", "count": 1, "media": [ { "id": "b19e441a-9473-3fee-b358-22c1a8ef04d2", "track": [ { "id": "db7d2b69-bb8f-44e7-9645-ec02935610e0", "title": "Blinding Lights", "length": 185263, "number": "1" } ], "format": "Digital Media", "position": 1, "track-count": 1, "track-offset": 0 } ], "title": "Blinding Lights", "status": "Official", "country": "XW", "status-id": "4e304316-386d-3409-af2e-78857eec5cfe", "track-count": 1, "artist-credit": [ { "name": "Kurt Hugo Schneider", "artist": { "id": "93ba42f8-10c5-4865-9ca1-e7e7a5c9f389", "name": "Kurt Hugo Schneider", "sort-name": "Schneider, Kurt Hugo" }, "joinphrase": " & " }, { "name": "Sam Tsui", "artist": { "id": "74f2b04f-1c68-4811-816e-45f106f47a09", "name": "Sam Tsui", "sort-name": "Tsui, Sam" } } ], "release-group": { "id": "621a4d64-1f36-483e-b6a9-5ce471f468ac", "title": "Blinding Lights", "type-id": "d6038452-8ee0-3f68-affc-2de9a1ede0b9", "primary-type": "Single", "primary-type-id": "d6038452-8ee0-3f68-affc-2de9a1ede0b9" }, "release-events": [ { "area": { "id": "525d4e18-3d00-31b9-a58b-a146a916de8f", "name": "[Worldwide]", "sort-name": "[Worldwide]", "iso-3166-1-codes": [ "XW" ] }, "date": "2020-05-13" } ], "artist-credit-id": "50084cc3-c457-3591-be0b-ff6687f64758" } ], "artist-credit": [ { "name": "Kurt Hugo Schneider", "artist": { "id": "93ba42f8-10c5-4865-9ca1-e7e7a5c9f389", "name": "Kurt Hugo Schneider", "aliases": [ { "name": "Kurt Hugo Schneider", "type": null, "locale": null, "primary": null, "end-date": null, "sort-name": "Kurt Hugo Schneider", "begin-date": null }, { "name": "KHS", "type": "Artist name", "locale": null, "primary": null, "type-id": "894afba6-2816-3c24-8072-eadb66bd04bc", "end-date": null, "sort-name": "KHS", "begin-date": null } ], "sort-name": "Schneider, Kurt Hugo" }, "joinphrase": " & " }, { "name": "Sam Tsui", "artist": { "id": "74f2b04f-1c68-4811-816e-45f106f47a09", "name": "Sam Tsui", "aliases": [ { "name": "Samuel Tsui", "type": null, "locale": null, "primary": null, "end-date": null, "sort-name": "Samuel Tsui", "begin-date": null } ], "sort-name": "Tsui, Sam" } } ], "artist-credit-id": "50084cc3-c457-3591-be0b-ff6687f64758", "first-release-date": "2020-05-13" }, { "id": "2cd7dd3c-6825-4a3c-9743-9edba8767831", "score": 100, "title": "Blinding Lights", "video": null, "length": 203859, "releases": [ { "id": "fe785df3-efaa-4502-963f-d2da416a53c8", "date": "2020-04-17", "count": 1, "media": [ { "id": "08e0a9dc-10f5-3bc4-ab8a-ec607d4adcde", "track": [ { "id": "aed4f5a3-ebd4-4b9b-b44a-13e2d0dc9f21", "title": "Blinding Lights", "length": 203859, "number": "1" } ], "format": "Digital Media", "position": 1, "track-count": 1, "track-offset": 0 } ], "title": "Blinding Lights", "status": "Official", "country": "XW", "status-id": "4e304316-386d-3409-af2e-78857eec5cfe", "track-count": 1, "release-group": { "id": "ab276fbd-ea11-4366-b2ed-d6a921a30bb8", "title": "Blinding Lights", "type-id": "d6038452-8ee0-3f68-affc-2de9a1ede0b9", "primary-type": "Single", "primary-type-id": "d6038452-8ee0-3f68-affc-2de9a1ede0b9" }, "release-events": [ { "area": { "id": "525d4e18-3d00-31b9-a58b-a146a916de8f", "name": "[Worldwide]", "sort-name": "[Worldwide]", "iso-3166-1-codes": [ "XW" ] }, "date": "2020-04-17" } ] } ], "artist-credit": [ { "name": "Relic Hearts", "artist": { "id": "68b9d34e-7134-4a86-a2ae-bc9496f8198e", "name": "Relic Hearts", "sort-name": "Relic Hearts", "disambiguation": "Modern Rock/Alternative Rock Band from Pennsylvania, USA." } } ], "artist-credit-id": "000be8fd-646f-3092-8937-bfd452cf640b", "first-release-date": "2020-04-17" }, { "id": "621247f6-9f29-4dfd-b7e3-8be347e6ae8d", "score": 100, "title": "Blinding Lights", "video": null, "length": 229000, "releases": [ { "id": "d288983e-d83c-435a-999f-c48172ad8d0b", "date": "2013-02-21", "count": 1, "media": [ { "id": "5019cdd4-1e64-319a-9e5a-43bf4e2fdaeb", "track": [ { "id": "6371f37f-b1e8-4679-973e-f68c734533c4", "title": "Blinding Lights", "length": 229000, "number": "262" } ], "format": "Digital Media", "position": 1, "track-count": 1209, "track-offset": 261 } ], "title": "SXSW 2013 Showcasing Artists", "status": "Promotion", "country": "XW", "status-id": "518ffc83-5cde-34df-8627-81bff5093d92", "track-count": 1209, "artist-credit": [ { "name": "Various Artists", "artist": { "id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists", "sort-name": "Various Artists", "disambiguation": "add compilations to this artist" } } ], "release-group": { "id": "f20cbf48-bdd4-4b25-91db-4234dc48e881", "title": "SXSW 2013 Showcasing Artists", "type-id": "dd2a21e1-0c00-3729-a7a0-de60b84eb5d1", "primary-type": "Album", "primary-type-id": "f529b476-6e62-324f-b0aa-1f3e33d313fc", "secondary-types": [ "Compilation" ], "secondary-type-ids": [ "dd2a21e1-0c00-3729-a7a0-de60b84eb5d1" ] }, "release-events": [ { "area": { "id": "525d4e18-3d00-31b9-a58b-a146a916de8f", "name": "[Worldwide]", "sort-name": "[Worldwide]", "iso-3166-1-codes": [ "XW" ] }, "date": "2013-02-21" } ], "artist-credit-id": "949a7fd5-fe73-3e8f-922e-01ff4ca958f7" } ], "artist-credit": [ { "name": "Daltonians", "artist": { "id": "ecedb24b-4d41-45a1-a823-362f8324155a", "name": "Daltonians", "sort-name": "Daltonians", "disambiguation": "performed SXSW 2013" } } ], "artist-credit-id": "9399672a-b9d3-3966-a333-e81dba6a5ada", "first-release-date": "2013-02-21" }, { "id": "fb0442d9-87c3-4b23-adde-0d2c15c915c5", "score": 100, "title": "Blinding Lights", "video": null, "length": 179000, "releases": [ { "id": "befeab20-0755-4673-a7bc-2fe5a35d6961", "date": "2020", "count": 1, "media": [ { "id": "01bf123f-46fb-317f-a0b7-4bf3c6a4a776", "track": [ { "id": "854ea45d-4260-4dfd-9679-9e1155168b92", "title": "Blinding Lights", "length": 179000, "number": "1" } ], "format": "CD", "position": 1, "track-count": 22, "track-offset": 0 } ], "title": "Kidz Bop 2021", "status": "Official", "country": "GB", "status-id": "4e304316-386d-3409-af2e-78857eec5cfe", "track-count": 22, "release-group": { "id": "56a464f3-3a5b-4c34-8027-dec4eeb55450", "title": "Kidz Bop 2021", "type-id": "f529b476-6e62-324f-b0aa-1f3e33d313fc", "primary-type": "Album", "primary-type-id": "f529b476-6e62-324f-b0aa-1f3e33d313fc" }, "release-events": [ { "area": { "id": "8a754a16-0027-3a29-b6d7-2b40ea0481ed", "name": "United Kingdom", "sort-name": "United Kingdom", "iso-3166-1-codes": [ "GB" ] }, "date": "2020" } ] } ], "artist-credit": [ { "name": "Kidz Bop", "artist": { "id": "d07638ce-a872-43fa-a9e7-bfff2b06496c", "name": "Kidz Bop", "sort-name": "Kidz Bop", "disambiguation": "UK version of US brand" } } ], "artist-credit-id": "23c6ea29-e575-319a-9b1c-6458d8f295c5", "first-release-date": "2020" }, { "id": "5c831f84-4fe5-486f-b435-3899d9adc182", "isrcs": [ "QZHXT2038388" ], "score": 100, "title": "Blinding Lights", "video": null, "length": 127509, "releases": [ { "id": "043949f8-0567-43ac-826a-5cb56d6b1790", "date": "2020-03-09", "count": 1, "media": [ { "id": "96235830-0c79-3630-a673-dd0b825945bf", "track": [ { "id": "f72c1ba1-f64a-4f9f-9651-6d59ac5362a0", "title": "Blinding Lights", "length": 127509, "number": "3" } ], "format": "Digital Media", "position": 1, "track-count": 10, "track-offset": 2 } ], "title": "Retro Electronic Arpeggios", "status": "Official", "country": "AF", "status-id": "4e304316-386d-3409-af2e-78857eec5cfe", "track-count": 10, "artist-credit": [ { "name": "Alibi Music", "artist": { "id": "9d96fc11-c440-410b-90b4-6646bc14edb6", "name": "Alibi Music", "sort-name": "Alibi Music", "disambiguation": "production music library [ALIBI#]" } } ], "release-group": { "id": "ff2d63fe-20bb-407b-a0cb-95edba6ee85e", "title": "Retro Electronic Arpeggios", "type-id": "f529b476-6e62-324f-b0aa-1f3e33d313fc", "primary-type": "Album", "primary-type-id": "f529b476-6e62-324f-b0aa-1f3e33d313fc" }, "release-events": [ { "area": { "id": "aa95182f-df0a-3ad6-8bfb-4b63482cd276", "name": "Afghanistan", "sort-name": "Afghanistan", "iso-3166-1-codes": [ "AF" ] }, "date": "2020-03-09" }, { "area": { "id": "1c69b790-b46b-3e92-b6b4-93b4364badbc", "name": "Albania", "sort-name": "Albania", "iso-3166-1-codes": [ "AL" ] }, "date": "2020-03-09" }, { "area": { "id": "28242750-534a-326b-8ed6-1b03dfb88cd0", "name": "Algeria", "sort-name": "Algeria", "iso-3166-1-codes": [ "DZ" ] }, "date": "2020-03-09" }, { "area": { "id": "e01da61e-99a8-3c76-a27d-774c3f4982f0", "name": "Andorra", "sort-name": "Andorra", "iso-3166-1-codes": [ "AD" ] }, "date": "2020-03-09" }, { "area": { "id": "2afd5d6a-5fee-3836-8783-44d0ec9ac115", "name": "Angola", "sort-name": "Angola", "iso-3166-1-codes": [ "AO" ] }, "date": "2020-03-09" }, { "area": { "id": "eed9e8bb-b48f-30af-95f5-f178762ee515", "name": "Anguilla", "sort-name": "Anguilla", "iso-3166-1-codes": [ "AI" ] }, "date": "2020-03-09" }, { "area": { "id": "2a8cc14f-8d47-389b-b54d-e94312b23d27", "name": "Antigua and Barbuda", "sort-name": "Antigua and Barbuda", "iso-3166-1-codes": [ "AG" ] }, "date": "2020-03-09" }, { "area": { "id": "0df04709-c7d8-3b55-a6ea-f3e5069a947b", "name": "Argentina", "sort-name": "Argentina", "iso-3166-1-codes": [ "AR" ] }, "date": "2020-03-09" }, { "area": { "id": "6474fa20-e0d6-3ef2-95ce-a6f73408cd5e", "name": "Armenia", "sort-name": "Armenia", "iso-3166-1-codes": [ "AM" ] }, "date": "2020-03-09" }, { "area": { "id": "106e0bec-b638-3b37-b731-f53d507dc00e", "name": "Australia", "sort-name": "Australia", "iso-3166-1-codes": [ "AU" ] }, "date": "2020-03-09" }, { "area": { "id": "caac77d1-a5c8-3e6e-8e27-90b44dcc1446", "name": "Austria", "sort-name": "Austria", "iso-3166-1-codes": [ "AT" ] }, "date": "2020-03-09" }, { "area": { "id": "b211ad01-2f7d-32e9-80ed-cfd6c9eb6845", "name": "Azerbaijan", "sort-name": "Azerbaijan", "iso-3166-1-codes": [ "AZ" ] }, "date": "2020-03-09" }, { "area": { "id": "f8b33963-7364-33be-8c6c-5ab2e1075ae1", "name": "Bahamas", "sort-name": "Bahamas", "iso-3166-1-codes": [ "BS" ] }, "date": "2020-03-09" }, { "area": { "id": "65f4f7a6-d3c1-3a6b-a726-85e147d555b7", "name": "Bahrain", "sort-name": "Bahrain", "iso-3166-1-codes": [ "BH" ] }, "date": "2020-03-09" }, { "area": { "id": "20395c3e-610c-34fd-9995-6b6f299121f2", "name": "Bangladesh", "sort-name": "Bangladesh", "iso-3166-1-codes": [ "BD" ] }, "date": "2020-03-09" }, { "area": { "id": "e5d8d205-81d3-3cd3-8956-d5aaa0c0173f", "name": "Barbados", "sort-name": "Barbados", "iso-3166-1-codes": [ "BB" ] }, "date": "2020-03-09" }, { "area": { "id": "660e3c48-b301-3c8c-9708-0f71d5d094d6", "name": "Belarus", "sort-name": "Belarus", "iso-3166-1-codes": [ "BY" ] }, "date": "2020-03-09" }, { "area": { "id": "5b8a5ee5-0bb3-34cf-9a75-c27c44e341fc", "name": "Belgium", "sort-name": "Belgium", "iso-3166-1-codes": [ "BE" ] }, "date": "2020-03-09" }, { "area": { "id": "6bf45af6-f1bf-357c-91b5-9593a9c32cb0", "name": "Belize", "sort-name": "Belize", "iso-3166-1-codes": [ "BZ" ] }, "date": "2020-03-09" }, { "area": { "id": "1f72ee74-2d3f-3a40-846b-e3d780b73dd2", "name": "Benin", "sort-name": "Benin", "iso-3166-1-codes": [ "BJ" ] }, "date": "2020-03-09" }, { "area": { "id": "2cbd5484-647d-3752-8acd-933ced4f9a24", "name": "Bhutan", "sort-name": "Bhutan", "iso-3166-1-codes": [ "BT" ] }, "date": "2020-03-09" }, { "area": { "id": "a5aed4a3-8ce1-3ab3-bfee-b008cff6b857", "name": "Bolivia", "sort-name": "Bolivia", "iso-3166-1-codes": [ "BO" ] }, "date": "2020-03-09" }, { "area": { "id": "f2b64f81-6d36-35b3-94b9-5ba53d693914", "name": "Bosnia and Herzegovina", "sort-name": "Bosnia and Herzegovina", "iso-3166-1-codes": [ "BA" ] }, "date": "2020-03-09" }, { "area": { "id": "e5e11b08-d26d-341c-af28-69d3c26607f7", "name": "Botswana", "sort-name": "Botswana", "iso-3166-1-codes": [ "BW" ] }, "date": "2020-03-09" }, { "area": { "id": "f45b47f8-5796-386e-b172-6c31b009a5d8", "name": "Brazil", "sort-name": "Brazil", "iso-3166-1-codes": [ "BR" ] }, "date": "2020-03-09" }, { "area": { "id": "41c97db3-0719-363f-ad0b-79451e0f381b", "name": "British Indian Ocean Territory", "sort-name": "British Indian Ocean Territory", "iso-3166-1-codes": [ "IO" ] }, "date": "2020-03-09" }, { "area": { "id": "5d1fe672-9c9a-3d58-a221-4b23e9274709", "name": "Brunei", "sort-name": "Brunei", "iso-3166-1-codes": [ "BN" ] }, "date": "2020-03-09" }, { "area": { "id": "114c14ad-9776-34e9-81b0-6299507f3771", "name": "Bulgaria", "sort-name": "Bulgaria", "iso-3166-1-codes": [ "BG" ] }, "date": "2020-03-09" }, { "area": { "id": "5f886d01-5c12-3abb-b8be-d758b282ab05", "name": "Burkina Faso", "sort-name": "Burkina Faso", "iso-3166-1-codes": [ "BF" ] }, "date": "2020-03-09" }, { "area": { "id": "bd96f09c-c2a8-3996-b52f-291521b688c0", "name": "Burundi", "sort-name": "Burundi", "iso-3166-1-codes": [ "BI" ] }, "date": "2020-03-09" }, { "area": { "id": "ee26e886-87f5-33a2-8e8e-f9591490426d", "name": "Cambodia", "sort-name": "Cambodia", "iso-3166-1-codes": [ "KH" ] }, "date": "2020-03-09" }, { "area": { "id": "bf132644-e3ee-3bfc-9323-7f82824e4945", "name": "Cameroon", "sort-name": "Cameroon", "iso-3166-1-codes": [ "CM" ] }, "date": "2020-03-09" }, { "area": { "id": "71bbafaa-e825-3e15-8ca9-017dcad1748b", "name": "Canada", "sort-name": "Canada", "iso-3166-1-codes": [ "CA" ] }, "date": "2020-03-09" }, { "area": { "id": "41d328a3-01da-35c2-b26e-69c56d7121d1", "name": "Cape Verde", "sort-name": "Cape Verde", "iso-3166-1-codes": [ "CV" ] }, "date": "2020-03-09" }, { "area": { "id": "5dd25184-711c-3e6a-b089-572cd095f287", "name": "Cayman Islands", "sort-name": "Cayman Islands", "iso-3166-1-codes": [ "KY" ] }, "date": "2020-03-09" }, { "area": { "id": "863f49fc-16d0-3fa8-beae-242fc8ab114b", "name": "Central African Republic", "sort-name": "Central African Republic", "iso-3166-1-codes": [ "CF" ] }, "date": "2020-03-09" }, { "area": { "id": "6ce82d72-8123-3365-ab34-7b20581a34cf", "name": "Chad", "sort-name": "Chad", "iso-3166-1-codes": [ "TD" ] }, "date": "2020-03-09" }, { "area": { "id": "82d5f4d6-aed4-3ff5-81d1-5363ac6e97a7", "name": "Chile", "sort-name": "Chile", "iso-3166-1-codes": [ "CL" ] }, "date": "2020-03-09" }, { "area": { "id": "5bc803ff-c3f9-3c36-a7d6-80bc1ab4a34e", "name": "Christmas Island", "sort-name": "Christmas Island", "iso-3166-1-codes": [ "CX" ] }, "date": "2020-03-09" }, { "area": { "id": "3df32a28-e4b2-3c27-a85e-328e3f978bc5", "name": "Cocos (Keeling) Islands", "sort-name": "Cocos (Keeling) Islands", "iso-3166-1-codes": [ "CC" ] }, "date": "2020-03-09" }, { "area": { "id": "02b60d8d-7164-339d-868d-22d147d9f74a", "name": "Colombia", "sort-name": "Colombia", "iso-3166-1-codes": [ "CO" ] }, "date": "2020-03-09" }, { "area": { "id": "f8002d93-3b43-3bb7-84dd-4766ff7e5b3b", "name": "Comoros", "sort-name": "Comoros", "iso-3166-1-codes": [ "KM" ] }, "date": "2020-03-09" }, { "area": { "id": "185bc3c4-4c5a-3f69-9384-7c280dfdf072", "name": "Congo", "sort-name": "Congo", "iso-3166-1-codes": [ "CG" ] }, "date": "2020-03-09" }, { "area": { "id": "ef1ab25c-717b-30a8-8943-f9937aad8d1f", "name": "Cook Islands", "sort-name": "Cook Islands", "iso-3166-1-codes": [ "CK" ] }, "date": "2020-03-09" }, { "area": { "id": "ba544658-8266-36cb-ac0e-3bdfbf52cb00", "name": "Costa Rica", "sort-name": "Costa Rica", "iso-3166-1-codes": [ "CR" ] }, "date": "2020-03-09" }, { "area": { "id": "e56e3d7a-4b90-3546-8450-49548050924a", "name": "Côte d'Ivoire", "sort-name": "Côte d'Ivoire", "iso-3166-1-codes": [ "CI" ] }, "date": "2020-03-09" }, { "area": { "id": "7d30afff-e425-356a-873e-17ae9745b31d", "name": "Croatia", "sort-name": "Croatia", "iso-3166-1-codes": [ "HR" ] }, "date": "2020-03-09" }, { "area": { "id": "a75b525f-8c01-31f6-975e-4a32a2b001d5", "name": "Cyprus", "sort-name": "Cyprus", "iso-3166-1-codes": [ "CY" ] }, "date": "2020-03-09" }, { "area": { "id": "51d34c28-61bf-3d21-849f-7492672a9d44", "name": "Czechia", "sort-name": "Czechia", "iso-3166-1-codes": [ "CZ" ] }, "date": "2020-03-09" }, { "area": { "id": "4757b525-2a60-324a-b060-578765d2c993", "name": "Denmark", "sort-name": "Denmark", "iso-3166-1-codes": [ "DK" ] }, "date": "2020-03-09" }, { "area": { "id": "aa560de1-9e56-38ab-8d20-6133be7f3f2a", "name": "Djibouti", "sort-name": "Djibouti", "iso-3166-1-codes": [ "DJ" ] }, "date": "2020-03-09" }, { "area": { "id": "9898ec17-2174-3a61-9e3b-3f51b3ee4de1", "name": "Dominica", "sort-name": "Dominica", "iso-3166-1-codes": [ "DM" ] }, "date": "2020-03-09" }, { "area": { "id": "696cb3e0-5084-30ab-9916-65ece70adbf6", "name": "Dominican Republic", "sort-name": "Dominican Republic", "iso-3166-1-codes": [ "DO" ] }, "date": "2020-03-09" }, { "area": { "id": "738aed7d-cc30-3a90-af20-21477ba1e8cc", "name": "Timor-Leste", "sort-name": "Timor-Leste", "iso-3166-1-codes": [ "TL" ] }, "date": "2020-03-09" }, { "area": { "id": "967abc0e-f680-3cde-95d0-0b79b977d410", "name": "Ecuador", "sort-name": "Ecuador", "iso-3166-1-codes": [ "EC" ] }, "date": "2020-03-09" }, { "area": { "id": "8e0551f2-95c2-3cc0-a0a9-f2d344f10667", "name": "Egypt", "sort-name": "Egypt", "iso-3166-1-codes": [ "EG" ] }, "date": "2020-03-09" }, { "area": { "id": "f2fa4bfb-97aa-3db4-8d49-cc64969ce1a7", "name": "El Salvador", "sort-name": "El Salvador", "iso-3166-1-codes": [ "SV" ] }, "date": "2020-03-09" }, { "area": { "id": "218e28fc-7e19-3700-b4d5-5d9199a59418", "name": "Equatorial Guinea", "sort-name": "Equatorial Guinea", "iso-3166-1-codes": [ "GQ" ] }, "date": "2020-03-09" }, { "area": { "id": "2005d841-29df-3445-8b5c-c981de756bd3", "name": "Eritrea", "sort-name": "Eritrea", "iso-3166-1-codes": [ "ER" ] }, "date": "2020-03-09" }, { "area": { "id": "e1c1215f-dcc0-35b4-b840-d2ca2151593b", "name": "Estonia", "sort-name": "Estonia", "iso-3166-1-codes": [ "EE" ] }, "date": "2020-03-09" }, { "area": { "id": "96699ab4-4bbf-332e-b037-b0119821f792", "name": "Ethiopia", "sort-name": "Ethiopia", "iso-3166-1-codes": [ "ET" ] }, "date": "2020-03-09" }, { "area": { "id": "baa270d6-bb10-38d1-87bd-42a82b4efa9c", "name": "Falkland Islands", "sort-name": "Falkland Islands", "iso-3166-1-codes": [ "FK" ] }, "date": "2020-03-09" }, { "area": { "id": "031eba2b-79b5-3314-a14b-288407ad42ab", "name": "Fiji", "sort-name": "Fiji", "iso-3166-1-codes": [ "FJ" ] }, "date": "2020-03-09" }, { "area": { "id": "6a264f94-6ff1-30b1-9a81-41f7bfabd616", "name": "Finland", "sort-name": "Finland", "iso-3166-1-codes": [ "FI" ] }, "date": "2020-03-09" }, { "area": { "id": "08310658-51eb-3801-80de-5a0739207115", "name": "France", "sort-name": "France", "iso-3166-1-codes": [ "FR" ] }, "date": "2020-03-09" }, { "area": { "id": "d14441fe-3bce-34b5-aed5-dfbe987329c9", "name": "Gabon", "sort-name": "Gabon", "iso-3166-1-codes": [ "GA" ] }, "date": "2020-03-09" }, { "area": { "id": "52641fae-20e3-3698-9fa9-1849f2c79ab8", "name": "Gambia", "sort-name": "Gambia", "iso-3166-1-codes": [ "GM" ] }, "date": "2020-03-09" }, { "area": { "id": "7e081aa0-817b-3ae0-9fe2-4bb4e3b3cc95", "name": "Georgia", "sort-name": "Georgia", "iso-3166-1-codes": [ "GE" ] }, "date": "2020-03-09" }, { "area": { "id": "85752fda-13c4-31a3-bee5-0e5cb1f51dad", "name": "Germany", "sort-name": "Germany", "iso-3166-1-codes": [ "DE" ] }, "date": "2020-03-09" }, { "area": { "id": "cf48f4b4-28f0-39ab-9104-650324a1d1c8", "name": "Ghana", "sort-name": "Ghana", "iso-3166-1-codes": [ "GH" ] }, "date": "2020-03-09" }, { "area": { "id": "803db0ca-b6ed-3bbc-aeb8-f89efd0a2168", "name": "Greece", "sort-name": "Greece", "iso-3166-1-codes": [ "GR" ] }, "date": "2020-03-09" }, { "area": { "id": "217e2eb3-0a3a-3b59-9eaa-a7465c1417ff", "name": "Grenada", "sort-name": "Grenada", "iso-3166-1-codes": [ "GD" ] }, "date": "2020-03-09" }, { "area": { "id": "01448ddc-6ee3-3fa4-b136-507d984e31ee", "name": "Guatemala", "sort-name": "Guatemala", "iso-3166-1-codes": [ "GT" ] }, "date": "2020-03-09" }, { "area": { "id": "a58af0f8-b238-3da2-a57b-4aa0ff4ab574", "name": "Guinea", "sort-name": "Guinea", "iso-3166-1-codes": [ "GN" ] }, "date": "2020-03-09" }, { "area": { "id": "4f01a1af-02ca-3b28-a64f-f38c36c08879", "name": "Guinea-Bissau", "sort-name": "Guinea-Bissau", "iso-3166-1-codes": [ "GW" ] }, "date": "2020-03-09" }, { "area": { "id": "c4a33ce9-580e-3d57-9c32-f75daf2f75ef", "name": "Guyana", "sort-name": "Guyana", "iso-3166-1-codes": [ "GY" ] }, "date": "2020-03-09" }, { "area": { "id": "cf25d306-7da5-3878-a2b1-a0370f847308", "name": "Haiti", "sort-name": "Haiti", "iso-3166-1-codes": [ "HT" ] }, "date": "2020-03-09" }, { "area": { "id": "0c3ea915-4e49-34fc-b702-debb216fd7fa", "name": "Honduras", "sort-name": "Honduras", "iso-3166-1-codes": [ "HN" ] }, "date": "2020-03-09" }, { "area": { "id": "0373cdff-eac8-3fbc-92dc-36a607da06d1", "name": "Hong Kong", "sort-name": "Hong Kong", "iso-3166-1-codes": [ "HK" ] }, "date": "2020-03-09" }, { "area": { "id": "312bc5bb-7e43-3e63-81c6-b4d712b37b2c", "name": "Hungary", "sort-name": "Hungary", "iso-3166-1-codes": [ "HU" ] }, "date": "2020-03-09" }, { "area": { "id": "48802a32-075a-3805-a183-277c66047693", "name": "Iceland", "sort-name": "Iceland", "iso-3166-1-codes": [ "IS" ] }, "date": "2020-03-09" }, { "area": { "id": "d31a9a15-537f-3669-ad53-25753ddd2772", "name": "India", "sort-name": "India", "iso-3166-1-codes": [ "IN" ] }, "date": "2020-03-09" }, { "area": { "id": "d3a68bd0-7419-3f99-a5bd-204d6e057089", "name": "Indonesia", "sort-name": "Indonesia", "iso-3166-1-codes": [ "ID" ] }, "date": "2020-03-09" }, { "area": { "id": "b0525ccb-15e9-3c56-81fa-471db3b31cfa", "name": "Iraq", "sort-name": "Iraq", "iso-3166-1-codes": [ "IQ" ] }, "date": "2020-03-09" }, { "area": { "id": "390b05d4-11ec-3bce-a343-703a366b34a5", "name": "Ireland", "sort-name": "Ireland", "iso-3166-1-codes": [ "IE" ] }, "date": "2020-03-09" }, { "area": { "id": "03691455-bb46-37e3-91d2-cb064a35ffcc", "name": "Israel", "sort-name": "Israel", "iso-3166-1-codes": [ "IL" ] }, "date": "2020-03-09" }, { "area": { "id": "c6500277-9a3d-349b-bf30-41afdbf42add", "name": "Italy", "sort-name": "Italy", "iso-3166-1-codes": [ "IT" ] }, "date": "2020-03-09" }, { "area": { "id": "2dd47a64-91d5-3b13-bc94-80043ed063d7", "name": "Jamaica", "sort-name": "Jamaica", "iso-3166-1-codes": [ "JM" ] }, "date": "2020-03-09" }, { "area": { "id": "2db42837-c832-3c27-b4a3-08198f75693c", "name": "Japan", "sort-name": "Japan", "iso-3166-1-codes": [ "JP" ] }, "date": "2020-03-09" }, { "area": { "id": "2e40127e-0b8a-3a01-bfbc-58c7fcdba532", "name": "Jordan", "sort-name": "Jordan", "iso-3166-1-codes": [ "JO" ] }, "date": "2020-03-09" }, { "area": { "id": "92d52542-3363-351c-a8b6-d991e0bccb8f", "name": "Kazakhstan", "sort-name": "Kazakhstan", "iso-3166-1-codes": [ "KZ" ] }, "date": "2020-03-09" }, { "area": { "id": "023da4a0-acee-3fb1-b91e-5de74ccf787b", "name": "Kenya", "sort-name": "Kenya", "iso-3166-1-codes": [ "KE" ] }, "date": "2020-03-09" }, { "area": { "id": "2b425457-0a4f-3282-9d2f-0a0e0f7db2e5", "name": "Kiribati", "sort-name": "Kiribati", "iso-3166-1-codes": [ "KI" ] }, "date": "2020-03-09" }, { "area": { "id": "b9f7d640-46e8-313e-b158-ded6d18593b3", "name": "South Korea", "sort-name": "South Korea", "iso-3166-1-codes": [ "KR" ] }, "date": "2020-03-09" }, { "area": { "id": "f03f2625-dc7d-38b2-a058-4e9ca0e10424", "name": "Kuwait", "sort-name": "Kuwait", "iso-3166-1-codes": [ "KW" ] }, "date": "2020-03-09" }, { "area": { "id": "188b4a6b-a4d8-3864-ba46-8446c7b658b4", "name": "Kyrgyzstan", "sort-name": "Kyrgyzstan", "iso-3166-1-codes": [ "KG" ] }, "date": "2020-03-09" }, { "area": { "id": "c81cb1f4-0858-3f28-9082-c06e2ce24bea", "name": "Laos", "sort-name": "Laos", "iso-3166-1-codes": [ "LA" ] }, "date": "2020-03-09" }, { "area": { "id": "66eb3e73-d69e-3581-9a23-a73b4c64c8dd", "name": "Latvia", "sort-name": "Latvia", "iso-3166-1-codes": [ "LV" ] }, "date": "2020-03-09" }, { "area": { "id": "8138206e-5786-3f86-a53b-19a7303e7419", "name": "Lebanon", "sort-name": "Lebanon", "iso-3166-1-codes": [ "LB" ] }, "date": "2020-03-09" }, { "area": { "id": "c5011696-e744-3946-a2c1-e3fe7e6dde37", "name": "Lesotho", "sort-name": "Lesotho", "iso-3166-1-codes": [ "LS" ] }, "date": "2020-03-09" }, { "area": { "id": "d66e68e6-6410-3d34-a8aa-9242045ed593", "name": "Liberia", "sort-name": "Liberia", "iso-3166-1-codes": [ "LR" ] }, "date": "2020-03-09" }, { "area": { "id": "1509aaae-8271-30cb-89c1-d8660cf73975", "name": "Libya", "sort-name": "Libya", "iso-3166-1-codes": [ "LY" ] }, "date": "2020-03-09" }, { "area": { "id": "d2007481-eefe-37c0-be71-2256dfe148cb", "name": "Liechtenstein", "sort-name": "Liechtenstein", "iso-3166-1-codes": [ "LI" ] }, "date": "2020-03-09" }, { "area": { "id": "0785dc14-96af-3dc4-bde4-dcdfc2e2d0d6", "name": "Lithuania", "sort-name": "Lithuania", "iso-3166-1-codes": [ "LT" ] }, "date": "2020-03-09" }, { "area": { "id": "563d21b7-4a8e-35e2-83a7-7804baefbfa7", "name": "Luxembourg", "sort-name": "Luxembourg", "iso-3166-1-codes": [ "LU" ] }, "date": "2020-03-09" }, { "area": { "id": "ed4e8ad9-2b33-3133-b105-28bb719d6ce8", "name": "Macao", "sort-name": "Macao", "iso-3166-1-codes": [ "MO" ] }, "date": "2020-03-09" }, { "area": { "id": "fa75cdb9-cbc4-35de-8bf4-a21e7b811484", "name": "North Macedonia", "sort-name": "North Macedonia", "iso-3166-1-codes": [ "MK" ] }, "date": "2020-03-09" }, { "area": { "id": "f3a30678-3d23-3f42-8056-d32ebe58c66d", "name": "Madagascar", "sort-name": "Madagascar", "iso-3166-1-codes": [ "MG" ] }, "date": "2020-03-09" }, { "area": { "id": "b4d3ff41-ead2-300f-9c11-f73f8ad39678", "name": "Malawi", "sort-name": "Malawi", "iso-3166-1-codes": [ "MW" ] }, "date": "2020-03-09" }, { "area": { "id": "305d19c7-c040-349c-8d5f-6ac75d2d2a09", "name": "Malaysia", "sort-name": "Malaysia", "iso-3166-1-codes": [ "MY" ] }, "date": "2020-03-09" }, { "area": { "id": "a195ee41-7f39-3a60-83ca-4a6f91cd4d2e", "name": "Maldives", "sort-name": "Maldives", "iso-3166-1-codes": [ "MV" ] }, "date": "2020-03-09" }, { "area": { "id": "c35e6d5e-9011-32e5-a23f-9e7639b7350c", "name": "Mali", "sort-name": "Mali", "iso-3166-1-codes": [ "ML" ] }, "date": "2020-03-09" }, { "area": { "id": "050c94f7-1413-3a34-bb90-4a94f3bb2084", "name": "Malta", "sort-name": "Malta", "iso-3166-1-codes": [ "MT" ] }, "date": "2020-03-09" }, { "area": { "id": "bf8c2e6f-2401-3a52-aad2-7e8baa8b447e", "name": "Marshall Islands", "sort-name": "Marshall Islands", "iso-3166-1-codes": [ "MH" ] }, "date": "2020-03-09" }, { "area": { "id": "657e69c5-cda0-3592-9d39-85b55610bc40", "name": "Mauritania", "sort-name": "Mauritania", "iso-3166-1-codes": [ "MR" ] }, "date": "2020-03-09" }, { "area": { "id": "bb019165-42ef-3470-bcb8-36d1b45e4bc1", "name": "Mauritius", "sort-name": "Mauritius", "iso-3166-1-codes": [ "MU" ] }, "date": "2020-03-09" }, { "area": { "id": "3e08b2cd-69f3-317c-b1e4-e71be581839e", "name": "Mexico", "sort-name": "Mexico", "iso-3166-1-codes": [ "MX" ] }, "date": "2020-03-09" }, { "area": { "id": "aabae773-4997-37ba-950a-394c06847631", "name": "Federated States of Micronesia", "sort-name": "Federated States of Micronesia", "iso-3166-1-codes": [ "FM" ] }, "date": "2020-03-09" }, { "area": { "id": "560ddb6d-4304-3938-8407-c96605226fad", "name": "Moldova", "sort-name": "Moldova", "iso-3166-1-codes": [ "MD" ] }, "date": "2020-03-09" }, { "area": { "id": "6f26d528-4467-3ecb-b105-10daf3466b40", "name": "Monaco", "sort-name": "Monaco", "iso-3166-1-codes": [ "MC" ] }, "date": "2020-03-09" }, { "area": { "id": "84360c54-1763-3146-ae38-a439c72fd4ea", "name": "Mongolia", "sort-name": "Mongolia", "iso-3166-1-codes": [ "MN" ] }, "date": "2020-03-09" }, { "area": { "id": "290ea438-1cb6-35e1-9755-6ab123214293", "name": "Montserrat", "sort-name": "Montserrat", "iso-3166-1-codes": [ "MS" ] }, "date": "2020-03-09" }, { "area": { "id": "b84d8617-249a-3a06-849d-fc5c25e2249b", "name": "Morocco", "sort-name": "Morocco", "iso-3166-1-codes": [ "MA" ] }, "date": "2020-03-09" }, { "area": { "id": "325ce9a0-d58f-3564-b24e-647b33098767", "name": "Mozambique", "sort-name": "Mozambique", "iso-3166-1-codes": [ "MZ" ] }, "date": "2020-03-09" }, { "area": { "id": "cd4fadac-d701-3401-8516-420de2cb4e5c", "name": "Namibia", "sort-name": "Namibia", "iso-3166-1-codes": [ "NA" ] }, "date": "2020-03-09" }, { "area": { "id": "7784f515-5886-3831-9b33-a7f665795d7f", "name": "Nauru", "sort-name": "Nauru", "iso-3166-1-codes": [ "NR" ] }, "date": "2020-03-09" }, { "area": { "id": "8815c87e-cf3f-362c-a5c6-05ce853a4c79", "name": "Nepal", "sort-name": "Nepal", "iso-3166-1-codes": [ "NP" ] }, "date": "2020-03-09" }, { "area": { "id": "ef1b7cc0-cd26-36f4-8ea0-04d9623786c7", "name": "Netherlands", "sort-name": "Netherlands", "iso-3166-1-codes": [ "NL" ] }, "date": "2020-03-09" }, { "area": { "id": "8524c7d9-f472-3890-a458-f28d5081d9c4", "name": "New Zealand", "sort-name": "New Zealand", "iso-3166-1-codes": [ "NZ" ] }, "date": "2020-03-09" }, { "area": { "id": "d2b87acd-06ce-3c71-b3ff-a35d914bbabe", "name": "Nicaragua", "sort-name": "Nicaragua", "iso-3166-1-codes": [ "NI" ] }, "date": "2020-03-09" }, { "area": { "id": "f27e792b-ddd2-3a70-bdd4-41fb11534b57", "name": "Niger", "sort-name": "Niger", "iso-3166-1-codes": [ "NE" ] }, "date": "2020-03-09" }, { "area": { "id": "1e23d84b-202e-3fc8-8c49-debc71e9eb16", "name": "Nigeria", "sort-name": "Nigeria", "iso-3166-1-codes": [ "NG" ] }, "date": "2020-03-09" }, { "area": { "id": "7fc2feb2-0d33-31ef-b496-b812a4dd2965", "name": "Niue", "sort-name": "Niue", "iso-3166-1-codes": [ "NU" ] }, "date": "2020-03-09" }, { "area": { "id": "a2b3b8cb-79e8-3c26-8a2a-3ccc7dd80cda", "name": "Norfolk Island", "sort-name": "Norfolk Island", "iso-3166-1-codes": [ "NF" ] }, "date": "2020-03-09" }, { "area": { "id": "6743d351-6f37-3049-9724-5041161fff4d", "name": "Norway", "sort-name": "Norway", "iso-3166-1-codes": [ "NO" ] }, "date": "2020-03-09" }, { "area": { "id": "7ccdff29-2e00-3e50-9520-b9ea1e918bc2", "name": "Oman", "sort-name": "Oman", "iso-3166-1-codes": [ "OM" ] }, "date": "2020-03-09" }, { "area": { "id": "7c87112d-504d-31f1-8147-11ff45fc3bfd", "name": "Pakistan", "sort-name": "Pakistan", "iso-3166-1-codes": [ "PK" ] }, "date": "2020-03-09" }, { "area": { "id": "9d800529-1ef8-39bb-9e42-1fa74f2eac97", "name": "Palau", "sort-name": "Palau", "iso-3166-1-codes": [ "PW" ] }, "date": "2020-03-09" }, { "area": { "id": "6f85633b-dff4-3fb4-babd-fb89b3628041", "name": "Panama", "sort-name": "Panama", "iso-3166-1-codes": [ "PA" ] }, "date": "2020-03-09" }, { "area": { "id": "2366f623-b236-3073-bbfe-c26d6d6f195f", "name": "Papua New Guinea", "sort-name": "Papua New Guinea", "iso-3166-1-codes": [ "PG" ] }, "date": "2020-03-09" }, { "area": { "id": "0a750c98-a7a5-3d55-bd52-f6e9011b1537", "name": "Paraguay", "sort-name": "Paraguay", "iso-3166-1-codes": [ "PY" ] }, "date": "2020-03-09" }, { "area": { "id": "719f6082-95c7-3dd5-9503-e143010a6cc1", "name": "Peru", "sort-name": "Peru", "iso-3166-1-codes": [ "PE" ] }, "date": "2020-03-09" }, { "area": { "id": "786532a5-2e36-315a-bdf2-221dc1b64b72", "name": "Philippines", "sort-name": "Philippines", "iso-3166-1-codes": [ "PH" ] }, "date": "2020-03-09" }, { "area": { "id": "27b5df20-d817-3126-b3a0-1be6a75f7496", "name": "Pitcairn", "sort-name": "Pitcairn", "iso-3166-1-codes": [ "PN" ] }, "date": "2020-03-09" }, { "area": { "id": "dd7f80c8-f017-3d01-8608-2a8c9c32b954", "name": "Poland", "sort-name": "Poland", "iso-3166-1-codes": [ "PL" ] }, "date": "2020-03-09" }, { "area": { "id": "781b0c54-3d54-362d-a941-8a617def4992", "name": "Portugal", "sort-name": "Portugal", "iso-3166-1-codes": [ "PT" ] }, "date": "2020-03-09" }, { "area": { "id": "348dcc25-7bb6-3f75-8739-97eabc84a330", "name": "Qatar", "sort-name": "Qatar", "iso-3166-1-codes": [ "QA" ] }, "date": "2020-03-09" }, { "area": { "id": "61ed84b8-5a10-30a7-8376-ccd51801d6d1", "name": "Romania", "sort-name": "Romania", "iso-3166-1-codes": [ "RO" ] }, "date": "2020-03-09" }, { "area": { "id": "1f1fc3a4-9500-39b8-9f10-f0a465557eef", "name": "Russia", "sort-name": "Russia", "iso-3166-1-codes": [ "RU" ] }, "date": "2020-03-09" }, { "area": { "id": "5921efcf-344c-3e55-829d-34fca714fcde", "name": "Rwanda", "sort-name": "Rwanda", "iso-3166-1-codes": [ "RW" ] }, "date": "2020-03-09" }, { "area": { "id": "b1439904-121a-38fb-8708-0573cb42e2ef", "name": "Saint Kitts and Nevis", "sort-name": "Saint Kitts and Nevis", "iso-3166-1-codes": [ "KN" ] }, "date": "2020-03-09" }, { "area": { "id": "178709ab-9e22-39ae-a93c-55e66a8183c2", "name": "Saint Lucia", "sort-name": "Saint Lucia", "iso-3166-1-codes": [ "LC" ] }, "date": "2020-03-09" }, { "area": { "id": "7f9f87ec-3c1e-300d-9bb8-fa93f0754e6b", "name": "Saint Vincent and The Grenadines", "sort-name": "Saint Vincent and The Grenadines", "iso-3166-1-codes": [ "VC" ] }, "date": "2020-03-09" }, { "area": { "id": "2cc3ea35-b05a-3ec0-a5a2-88e8a482854a", "name": "Samoa", "sort-name": "Samoa", "iso-3166-1-codes": [ "WS" ] }, "date": "2020-03-09" }, { "area": { "id": "d4dd44b6-fa46-30f5-b331-ce9e88d06242", "name": "San Marino", "sort-name": "San Marino", "iso-3166-1-codes": [ "SM" ] }, "date": "2020-03-09" }, { "area": { "id": "dcb0e217-84cb-3772-b98f-a7a7a1dbe185", "name": "Sao Tome and Principe", "sort-name": "Sao Tome and Principe", "iso-3166-1-codes": [ "ST" ] }, "date": "2020-03-09" }, { "area": { "id": "9705be0d-51fb-3990-8726-ec9f56c66ba0", "name": "Saudi Arabia", "sort-name": "Saudi Arabia", "iso-3166-1-codes": [ "SA" ] }, "date": "2020-03-09" }, { "area": { "id": "122bb81f-191e-3798-8be2-4b54ffd7ffa4", "name": "Senegal", "sort-name": "Senegal", "iso-3166-1-codes": [ "SN" ] }, "date": "2020-03-09" }, { "area": { "id": "be43ea01-053a-3b23-b03d-2df8317a57ff", "name": "Seychelles", "sort-name": "Seychelles", "iso-3166-1-codes": [ "SC" ] }, "date": "2020-03-09" }, { "area": { "id": "2b547f54-a97c-3481-9625-7ad9a670b1e6", "name": "Sierra Leone", "sort-name": "Sierra Leone", "iso-3166-1-codes": [ "SL" ] }, "date": "2020-03-09" }, { "area": { "id": "aa344640-fd57-3960-afb4-84d0d3b69d3d", "name": "Singapore", "sort-name": "Singapore", "iso-3166-1-codes": [ "SG" ] }, "date": "2020-03-09" }, { "area": { "id": "eb52ca74-dd11-37a1-a3fa-154430bf2df2", "name": "Slovakia", "sort-name": "Slovakia", "iso-3166-1-codes": [ "SK" ] }, "date": "2020-03-09" }, { "area": { "id": "5b0b6225-584c-3942-b69d-5efceb9989af", "name": "Slovenia", "sort-name": "Slovenia", "iso-3166-1-codes": [ "SI" ] }, "date": "2020-03-09" }, { "area": { "id": "7fe4001e-eda5-3b5b-bbd8-0f773e76d09c", "name": "Solomon Islands", "sort-name": "Solomon Islands", "iso-3166-1-codes": [ "SB" ] }, "date": "2020-03-09" }, { "area": { "id": "d58b9eb1-c88d-3529-bb4c-b66c96b18c45", "name": "Somalia", "sort-name": "Somalia", "iso-3166-1-codes": [ "SO" ] }, "date": "2020-03-09" }, { "area": { "id": "50cc7852-862e-30ae-aa82-385fe7135b7f", "name": "South Africa", "sort-name": "South Africa", "iso-3166-1-codes": [ "ZA" ] }, "date": "2020-03-09" }, { "area": { "id": "471c46a7-afc5-31c4-923c-d0444f5053a4", "name": "Spain", "sort-name": "Spain", "iso-3166-1-codes": [ "ES" ] }, "date": "2020-03-09" }, { "area": { "id": "6e2d562d-a754-3036-8484-7ac576606e27", "name": "Sri Lanka", "sort-name": "Sri Lanka", "iso-3166-1-codes": [ "LK" ] }, "date": "2020-03-09" }, { "area": { "id": "9d1049fb-7b2d-3862-a26d-3cc58c8c7b5b", "name": "Suriname", "sort-name": "Suriname", "iso-3166-1-codes": [ "SR" ] }, "date": "2020-03-09" }, { "area": { "id": "32f9a3f3-046f-355f-b4dc-5158d71957c8", "name": "Svalbard and Jan Mayen", "sort-name": "Svalbard and Jan Mayen", "iso-3166-1-codes": [ "SJ" ] }, "date": "2020-03-09" }, { "area": { "id": "564741c6-943e-313b-86fa-9819d595281b", "name": "Eswatini", "sort-name": "Eswatini", "iso-3166-1-codes": [ "SZ" ] }, "date": "2020-03-09" }, { "area": { "id": "23d10872-f5ae-3f0c-bf55-332788a16ecb", "name": "Sweden", "sort-name": "Sweden", "iso-3166-1-codes": [ "SE" ] }, "date": "2020-03-09" }, { "area": { "id": "1333ff06-8e3d-3c8e-9f3a-13a2a38b41df", "name": "Switzerland", "sort-name": "Switzerland", "iso-3166-1-codes": [ "CH" ] }, "date": "2020-03-09" }, { "area": { "id": "41637cec-9a4f-389c-86d2-fc6abf3357b5", "name": "Taiwan", "sort-name": "Taiwan", "iso-3166-1-codes": [ "TW" ] }, "date": "2020-03-09" }, { "area": { "id": "8259e91f-10fa-3c38-92fb-8e6822c279d5", "name": "Tajikistan", "sort-name": "Tajikistan", "iso-3166-1-codes": [ "TJ" ] }, "date": "2020-03-09" }, { "area": { "id": "c2676abd-2ac7-351a-94a9-a802b3434737", "name": "Tanzania", "sort-name": "Tanzania", "iso-3166-1-codes": [ "TZ" ] }, "date": "2020-03-09" }, { "area": { "id": "ce209e56-cda5-358e-96db-830e3405b675", "name": "Thailand", "sort-name": "Thailand", "iso-3166-1-codes": [ "TH" ] }, "date": "2020-03-09" }, { "area": { "id": "9a4a20b1-eff0-364a-a157-dc709b07eadc", "name": "Togo", "sort-name": "Togo", "iso-3166-1-codes": [ "TG" ] }, "date": "2020-03-09" }, { "area": { "id": "756f26ff-2bc5-3d25-b429-6873ccbe160d", "name": "Tokelau", "sort-name": "Tokelau", "iso-3166-1-codes": [ "TK" ] }, "date": "2020-03-09" }, { "area": { "id": "a2b8e506-3570-3a56-826e-939049c59428", "name": "Tonga", "sort-name": "Tonga", "iso-3166-1-codes": [ "TO" ] }, "date": "2020-03-09" }, { "area": { "id": "6c290168-f3b9-3adb-9889-b856feb2c26c", "name": "Trinidad and Tobago", "sort-name": "Trinidad and Tobago", "iso-3166-1-codes": [ "TT" ] }, "date": "2020-03-09" }, { "area": { "id": "58955071-67c1-3491-8dec-48d28f824bda", "name": "Tunisia", "sort-name": "Tunisia", "iso-3166-1-codes": [ "TN" ] }, "date": "2020-03-09" }, { "area": { "id": "d3be28b4-41f7-3752-8a05-ed45e1d1e492", "name": "Türkiye", "sort-name": "Türkiye", "iso-3166-1-codes": [ "TR" ] }, "date": "2020-03-09" }, { "area": { "id": "98e38a45-b90e-3575-943e-23e26ce3a69f", "name": "Turkmenistan", "sort-name": "Turkmenistan", "iso-3166-1-codes": [ "TM" ] }, "date": "2020-03-09" }, { "area": { "id": "a2d01b31-5184-382e-aab5-63b5944195b7", "name": "Turks and Caicos Islands", "sort-name": "Turks and Caicos Islands", "iso-3166-1-codes": [ "TC" ] }, "date": "2020-03-09" }, { "area": { "id": "529117db-25de-3d09-9722-b54937a17590", "name": "Tuvalu", "sort-name": "Tuvalu", "iso-3166-1-codes": [ "TV" ] }, "date": "2020-03-09" }, { "area": { "id": "1ac655f1-12d1-351a-a2b2-8404167e0e0b", "name": "Uganda", "sort-name": "Uganda", "iso-3166-1-codes": [ "UG" ] }, "date": "2020-03-09" }, { "area": { "id": "904768d0-61ca-3c40-93ac-93adc36fef4b", "name": "Ukraine", "sort-name": "Ukraine", "iso-3166-1-codes": [ "UA" ] }, "date": "2020-03-09" }, { "area": { "id": "fe40c648-ba74-3e17-b768-58181d5ee563", "name": "United Arab Emirates", "sort-name": "United Arab Emirates", "iso-3166-1-codes": [ "AE" ] }, "date": "2020-03-09" }, { "area": { "id": "8a754a16-0027-3a29-b6d7-2b40ea0481ed", "name": "United Kingdom", "sort-name": "United Kingdom", "iso-3166-1-codes": [ "GB" ] }, "date": "2020-03-09" }, { "area": { "id": "489ce91b-6658-3307-9877-795b68554c98", "name": "United States", "sort-name": "United States", "iso-3166-1-codes": [ "US" ] }, "date": "2020-03-09" }, { "area": { "id": "ea88d395-87c9-3c47-b49a-114cad41fd39", "name": "Uruguay", "sort-name": "Uruguay", "iso-3166-1-codes": [ "UY" ] }, "date": "2020-03-09" }, { "area": { "id": "95c0c3ee-ed52-31c4-83e6-19ced497e6d0", "name": "Uzbekistan", "sort-name": "Uzbekistan", "iso-3166-1-codes": [ "UZ" ] }, "date": "2020-03-09" }, { "area": { "id": "c2021af8-7645-3f38-aa1b-ada0a13d4faf", "name": "Vanuatu", "sort-name": "Vanuatu", "iso-3166-1-codes": [ "VU" ] }, "date": "2020-03-09" }, { "area": { "id": "2ac90d6b-04fa-3006-8a91-89da01032365", "name": "Venezuela", "sort-name": "Venezuela", "iso-3166-1-codes": [ "VE" ] }, "date": "2020-03-09" }, { "area": { "id": "0158e991-c3c6-374a-9b9d-024bbaff6980", "name": "Vietnam", "sort-name": "Vietnam", "iso-3166-1-codes": [ "VN" ] }, "date": "2020-03-09" }, { "area": { "id": "8562c2e5-eabb-3fad-96f2-f536a93a2957", "name": "British Virgin Islands", "sort-name": "British Virgin Islands", "iso-3166-1-codes": [ "VG" ] }, "date": "2020-03-09" }, { "area": { "id": "e8e9ecdc-19d3-360b-8f1a-9c80e6c12830", "name": "Yemen", "sort-name": "Yemen", "iso-3166-1-codes": [ "YE" ] }, "date": "2020-03-09" }, { "area": { "id": "d1733e16-9064-3181-961d-d56f8599969b", "name": "Democratic Republic of the Congo", "sort-name": "Democratic Republic of the Congo", "iso-3166-1-codes": [ "CD" ] }, "date": "2020-03-09" }, { "area": { "id": "d662dd74-1fc1-3e36-b427-bbbe29684618", "name": "Zambia", "sort-name": "Zambia", "iso-3166-1-codes": [ "ZM" ] }, "date": "2020-03-09" }, { "area": { "id": "691e8ad6-2cc8-3678-8495-1ac96bbede55", "name": "Zimbabwe", "sort-name": "Zimbabwe", "iso-3166-1-codes": [ "ZW" ] }, "date": "2020-03-09" }, { "area": { "id": "6f8faf25-44cb-313b-9162-77145cdc192d", "name": "Montenegro", "sort-name": "Montenegro", "iso-3166-1-codes": [ "ME" ] }, "date": "2020-03-09" }, { "area": { "id": "424c1b50-57f8-34af-ab97-313e2ad40058", "name": "Serbia", "sort-name": "Serbia", "iso-3166-1-codes": [ "RS" ] }, "date": "2020-03-09" }, { "area": { "id": "7b6ae6b7-6f4f-43df-aab8-0c72531ea8ae", "name": "Kosovo", "sort-name": "Kosovo", "iso-3166-1-codes": [ "XK" ] }, "date": "2020-03-09" } ], "artist-credit-id": "1eb17876-4b9c-3319-9aff-70c9c31583ce" } ], "artist-credit": [ { "name": "Kent Scott Carter", "artist": { "id": "c8affe3a-fe46-4f3b-bd53-5f642be9b937", "name": "Kent Scott Carter", "sort-name": "Carter, Kent Scott", "disambiguation": "production music" } } ], "artist-credit-id": "60c15788-2064-3c5e-9954-80fa063877a4", "first-release-date": "2020-03-09" }, { "id": "647da617-0325-4bc6-8b4e-02b900782902", "isrcs": [ "GBLV62118434" ], "score": 100, "title": "Blinding Lights", "video": null, "length": 445552, "releases": [ { "id": "01b27762-a75b-491f-bc3f-032c9d3ced31", "date": "2021-10-14", "count": 1, "media": [ { "id": "0d4bff07-4259-31b8-943f-b10e1decf651", "track": [ { "id": "2793f3d3-11f3-41f3-8b9b-a15609c805ff", "title": "Blinding Lights", "length": 445552, "number": "3" } ], "format": "Digital Media", "position": 1, "track-count": 4, "track-offset": 2 } ], "title": "Redsphere", "status": "Official", "country": "XW", "status-id": "4e304316-386d-3409-af2e-78857eec5cfe", "track-count": 4, "release-group": { "id": "63b3bb01-9c91-4aa2-ae9a-f32082146901", "title": "Redsphere", "type-id": "6d0c5bf6-7a33-3420-a519-44fc63eedebf", "primary-type": "EP", "primary-type-id": "6d0c5bf6-7a33-3420-a519-44fc63eedebf" }, "release-events": [ { "area": { "id": "525d4e18-3d00-31b9-a58b-a146a916de8f", "name": "[Worldwide]", "sort-name": "[Worldwide]", "iso-3166-1-codes": [ "XW" ] }, "date": "2021-10-14" } ] } ], "artist-credit": [ { "name": "Valen", "artist": { "id": "1b970421-2b2e-4aab-b369-820b29252e42", "name": "Valen", "sort-name": "Valen", "disambiguation": "House music producer from Bordeaux, France" } } ], "artist-credit-id": "05d43d64-36a7-31fd-abea-4ce342935170", "first-release-date": "2021-10-14" }, { "id": "f9a23752-c165-4c34-859a-3bd93f0e7ed4", "score": 100, "title": "Blinding Lights", "video": null, "length": 190000, "releases": [ { "id": "645e7adf-d8a6-42e5-a138-73f5f700c2bc", "date": "2020-08-07", "count": 1, "media": [ { "id": "42128eb2-68f4-3f87-a583-8a4bfbf6113a", "track": [ { "id": "8af58390-52b0-4a28-a750-b7096a1ac3b4", "title": "Blinding Lights", "length": 190000, "number": "4" } ], "format": "Digital Media", "position": 1, "track-count": 4, "track-offset": 3 } ], "title": "Recovered", "status": "Official", "country": "XW", "status-id": "4e304316-386d-3409-af2e-78857eec5cfe", "track-count": 4, "release-group": { "id": "13874807-af64-4274-8eb5-5374cb7359df", "title": "Recovered", "type-id": "6d0c5bf6-7a33-3420-a519-44fc63eedebf", "primary-type": "EP", "primary-type-id": "6d0c5bf6-7a33-3420-a519-44fc63eedebf" }, "release-events": [ { "area": { "id": "525d4e18-3d00-31b9-a58b-a146a916de8f", "name": "[Worldwide]", "sort-name": "[Worldwide]", "iso-3166-1-codes": [ "XW" ] }, "date": "2020-08-07" } ] } ], "artist-credit": [ { "name": "Rising Insane", "artist": { "id": "34054078-d80f-4312-93ca-8f6eab2c07bd", "name": "Rising Insane", "sort-name": "Rising Insane" } } ], "artist-credit-id": "1d52e86b-cf22-329b-9b8b-f9539cedc0fd", "first-release-date": "2020-08-07" }, { "id": "ee5415c7-6dba-41dc-97dd-ca8a16ab7182", "isrcs": [ "QZDA62090763" ], "score": 100, "title": "Blinding Lights", "video": null, "length": 192000, "releases": [ { "id": "bc748369-42c4-496d-9b79-cb2fb476f637", "count": 1, "media": [ { "id": "aaa313c2-bdf6-346b-ab8e-8ec2b73964fb", "track": [ { "id": "62d79eb9-8623-40db-8429-0ef7193305cc", "title": "Blinding Lights", "length": 192000, "number": "9" } ], "format": "Digital Media", "position": 1, "track-count": 31, "track-offset": 8 } ], "title": "We've Got It Covered, Vol. 7", "status": "Official", "status-id": "4e304316-386d-3409-af2e-78857eec5cfe", "track-count": 31, "release-group": { "id": "380d416c-71ba-48e1-8c84-37ff6c1b3b03", "title": "We've Got It Covered, Vol. 7", "type-id": "f529b476-6e62-324f-b0aa-1f3e33d313fc", "primary-type": "Album", "primary-type-id": "f529b476-6e62-324f-b0aa-1f3e33d313fc" } }, { "id": "ef917776-27be-49f6-ae55-87de0ca0efee", "count": 1, "media": [ { "id": "ab9729bc-c748-3d15-b81e-ce7f9b578216", "track": [ { "id": "5a26a18b-2100-4f68-acf1-d00ee990e864", "title": "Blinding Lights", "length": 192000, "number": "3" } ], "format": "Digital Media", "position": 1, "track-count": 33, "track-offset": 2 } ], "title": "We've Got It Covered, Vol. 7", "status": "Official", "status-id": "4e304316-386d-3409-af2e-78857eec5cfe", "track-count": 33, "release-group": { "id": "380d416c-71ba-48e1-8c84-37ff6c1b3b03", "title": "We've Got It Covered, Vol. 7", "type-id": "f529b476-6e62-324f-b0aa-1f3e33d313fc", "primary-type": "Album", "primary-type-id": "f529b476-6e62-324f-b0aa-1f3e33d313fc" }, "disambiguation": "Digital Download version" } ], "artist-credit": [ { "name": "Halocene", "artist": { "id": "536a63a4-0d31-46d3-932c-d9b25e30ea97", "name": "Halocene", "sort-name": "Halocene" } } ], "artist-credit-id": "0aa576e4-9256-30f1-b493-206ec5c021e4", "first-release-date": "2020" }, { "id": "0ef81559-5499-4ed3-b5bf-e976eeb9d7d3", "score": 100, "title": "Blinding Lights", "video": null, "length": 202105, "releases": [ { "id": "0d741048-acaa-4206-a766-7370737bc20f", "date": "2020-04-30", "count": 1, "media": [ { "id": "2ae1fad4-8349-3676-8660-a0ef4ea22038", "track": [ { "id": "a35ae9d3-d073-4347-a556-ca76470814ce", "title": "Blinding Lights", "length": 202105, "number": "1" } ], "format": "Digital Media", "position": 1, "track-count": 1, "track-offset": 0 } ], "title": "Blinding Lights", "status": "Official", "country": "US", "status-id": "4e304316-386d-3409-af2e-78857eec5cfe", "track-count": 1, "release-group": { "id": "3e676a84-5ac3-4845-9d91-74a704296bcf", "title": "Blinding Lights", "type-id": "d6038452-8ee0-3f68-affc-2de9a1ede0b9", "primary-type": "Single", "primary-type-id": "d6038452-8ee0-3f68-affc-2de9a1ede0b9" }, "release-events": [ { "area": { "id": "489ce91b-6658-3307-9877-795b68554c98", "name": "United States", "sort-name": "United States", "iso-3166-1-codes": [ "US" ] }, "date": "2020-04-30" } ] } ], "artist-credit": [ { "name": "Fame on Fire", "artist": { "id": "b677acfe-003a-409a-aa1d-3bf8d91ab0e5", "name": "Fame on Fire", "sort-name": "Fame on Fire" } } ], "artist-credit-id": "b9a6c204-c82d-3a87-9ffb-32780908e365", "first-release-date": "2020-04-30" }, { "id": "790971e4-e415-4496-8d3f-7bc58d85e2c2", "isrcs": [ "USEWC2091058" ], "score": 100, "title": "Blinding Lights", "video": null, "length": 201786, "releases": [ { "id": "039cbf2f-ac35-4f5b-863f-b9526747da5b", "date": "2020-08-21", "count": 1, "media": [ { "id": "75438007-3dd5-3edf-8e28-1f80d9647a77", "track": [ { "id": "7225b59c-0ff5-4ea7-b9af-037187a0cb41", "title": "Blinding Lights", "length": 201786, "number": "1" } ], "format": "Digital Media", "position": 1, "track-count": 12, "track-offset": 0 } ], "title": "VSQ Performs the Hits of 2020", "status": "Official", "country": "XW", "status-id": "4e304316-386d-3409-af2e-78857eec5cfe", "track-count": 12, "artist-credit": [ { "name": "Vitamin String Quartet", "artist": { "id": "56cfe6aa-b464-43d2-bec7-8ec52f313e7d", "name": "Vitamin String Quartet", "sort-name": "Vitamin String Quartet" } } ], "release-group": { "id": "70cebd26-9128-4958-bce1-61350c636c54", "title": "VSQ Performs the Hits of 2020", "type-id": "f529b476-6e62-324f-b0aa-1f3e33d313fc", "primary-type": "Album", "primary-type-id": "f529b476-6e62-324f-b0aa-1f3e33d313fc" }, "release-events": [ { "area": { "id": "525d4e18-3d00-31b9-a58b-a146a916de8f", "name": "[Worldwide]", "sort-name": "[Worldwide]", "iso-3166-1-codes": [ "XW" ] }, "date": "2020-08-21" } ], "artist-credit-id": "44a68101-cdbf-3562-ae0f-04b069859c02" } ], "artist-credit": [ { "name": "Vitamin String Quartet", "artist": { "id": "56cfe6aa-b464-43d2-bec7-8ec52f313e7d", "name": "Vitamin String Quartet", "aliases": [ { "name": "Back in Baroque", "type": null, "locale": null, "primary": null, "end-date": null, "sort-name": "Back in Baroque", "begin-date": null }, { "name": "The Vitamin String Quartet", "type": null, "locale": null, "primary": null, "end-date": null, "sort-name": "The Vitamin String Quartet", "begin-date": null }, { "name": "String Quartet Tribute", "type": null, "locale": null, "primary": null, "end-date": null, "sort-name": "String Quartet Tribute", "begin-date": null }, { "name": "The String Quartet Tribute", "type": null, "locale": null, "primary": null, "end-date": null, "sort-name": "The String Quartet Tribute", "begin-date": null }, { "name": "String Tribute", "type": null, "locale": null, "primary": null, "end-date": null, "sort-name": "String Tribute", "begin-date": null }, { "name": "VSQ", "type": null, "locale": null, "primary": null, "end-date": null, "sort-name": "VSQ", "begin-date": null } ], "sort-name": "Vitamin String Quartet" } } ], "artist-credit-id": "44a68101-cdbf-3562-ae0f-04b069859c02", "first-release-date": "2020-08-21" }, { "id": "16808c0d-a20e-43d9-ab74-95bc44ddb4a8", "isrcs": [ "QZTAX2260521" ], "score": 100, "title": "Blinding Lights", "video": null, "length": 218822, "releases": [ { "id": "af517f8a-4579-44df-a793-b30399f3d8ba", "date": "2022-11-12", "count": 1, "media": [ { "id": "a8020ff9-b6a5-30df-8ae3-07712a534ab3", "track": [ { "id": "99edc36c-f1fe-4763-ada9-837098450fa9", "title": "Blinding Lights", "length": 218822, "number": "1" } ], "format": "Digital Media", "position": 1, "track-count": 1, "track-offset": 0 } ], "title": "Blinding Lights", "status": "Official", "country": "XW", "status-id": "4e304316-386d-3409-af2e-78857eec5cfe", "track-count": 1, "release-group": { "id": "5513464a-b3f5-4743-b9c8-6e8e9988bc86", "title": "Blinding Lights", "type-id": "d6038452-8ee0-3f68-affc-2de9a1ede0b9", "primary-type": "Single", "primary-type-id": "d6038452-8ee0-3f68-affc-2de9a1ede0b9" }, "release-events": [ { "area": { "id": "525d4e18-3d00-31b9-a58b-a146a916de8f", "name": "[Worldwide]", "sort-name": "[Worldwide]", "iso-3166-1-codes": [ "XW" ] }, "date": "2022-11-12" } ] } ], "artist-credit": [ { "name": "Housebound Ska Collective", "artist": { "id": "2f3d1f58-ffab-4c6c-a4fc-95c01f55cd6f", "name": "Housebound Ska Collective", "sort-name": "Housebound Ska Collective" } } ], "artist-credit-id": "ba77bfa3-17a7-3232-b764-cc3dd19bf342", "first-release-date": "2022-11-12" }, { "id": "276354eb-cf2e-48e6-93ba-9fa0c2444f04", "isrcs": [ "QZHNA2190252" ], "score": 100, "title": "Blinding Lights", "video": null, "length": 185142, "releases": [ { "id": "a9a73ad2-7c43-4091-a51d-9902f461696c", "date": "2021-07-16", "count": 1, "media": [ { "id": "a3043774-5a22-306e-ab55-6202cee2d665", "track": [ { "id": "ba928a8a-9d12-4310-9534-8ed5e99d2aa1", "title": "Blinding Lights", "length": 185142, "number": "1" } ], "format": "Digital Media", "position": 1, "track-count": 1, "track-offset": 0 } ], "title": "Blinding Lights", "status": "Official", "country": "XW", "status-id": "4e304316-386d-3409-af2e-78857eec5cfe", "track-count": 1, "release-group": { "id": "0cae3256-89e3-46c0-ad6b-fc77e07a902b", "title": "Blinding Lights", "type-id": "d6038452-8ee0-3f68-affc-2de9a1ede0b9", "primary-type": "Single", "primary-type-id": "d6038452-8ee0-3f68-affc-2de9a1ede0b9" }, "release-events": [ { "area": { "id": "525d4e18-3d00-31b9-a58b-a146a916de8f", "name": "[Worldwide]", "sort-name": "[Worldwide]", "iso-3166-1-codes": [ "XW" ] }, "date": "2021-07-16" } ] } ], "artist-credit": [ { "name": "Silver Metz", "artist": { "id": "c1da6880-9d9c-461e-a847-3dfcea208ce9", "name": "Silver Metz", "sort-name": "Metz, Silver" } } ], "artist-credit-id": "f2531338-6a9f-3238-a5da-b2da03608727", "first-release-date": "2021-07-16" }, { "id": "e9ef2641-f5ac-412b-9e1a-ef6f463b1d68", "score": 100, "title": "Blinding Lights", "video": null, "length": 226000, "releases": [ { "id": "e8d4e490-a7bc-4f76-9b0a-ebc6f655de1f", "count": 2, "media": [ { "id": "3898b0d6-7b12-3d18-be00-5a1a3411c3fd", "track": [ { "id": "ed54cb3b-9781-48a2-bad7-7eaa53080c87", "title": "Blinding Lights", "length": 226000, "number": "10" } ], "format": "CD", "position": 1, "track-count": 15, "track-offset": 9 } ], "title": "Millennium Symphony 2-CD + DVD", "track-count": 25, "artist-credit": [ { "name": "David Garrett", "artist": { "id": "88be1fb5-0112-4549-9608-526591c7f415", "name": "David Garrett", "sort-name": "Garrett, David", "disambiguation": "classical violinist" } } ], "release-group": { "id": "1507120c-3d07-4db4-bdee-976d2e3519eb", "title": "Millennium Symphony 2-CD + DVD", "type-id": "f529b476-6e62-324f-b0aa-1f3e33d313fc", "primary-type": "Album", "primary-type-id": "f529b476-6e62-324f-b0aa-1f3e33d313fc" }, "artist-credit-id": "e1a137a4-d240-3f69-946d-3d3e25717e66" } ], "artist-credit": [ { "name": "David Garrett", "artist": { "id": "88be1fb5-0112-4549-9608-526591c7f415", "name": "David Garrett", "aliases": [ { "name": "David Garret", "type": null, "locale": null, "primary": null, "end-date": null, "sort-name": "David Garret", "begin-date": null }, { "name": "David Christian Bongartz", "type": "Legal name", "locale": null, "primary": null, "type-id": "d4dcd0c0-b341-3612-a332-c0ce797b25cf", "end-date": null, "sort-name": "Bongartz, David Christian", "begin-date": null } ], "sort-name": "Garrett, David", "disambiguation": "classical violinist" } } ], "artist-credit-id": "e1a137a4-d240-3f69-946d-3d3e25717e66" }, { "id": "95b23f8f-59b2-4e9f-b98c-92913e236a63", "score": 100, "title": "Blinding Lights", "video": null, "length": 200853, "releases": [ { "id": "7d8416f1-dc4b-44fe-85f0-c4c4bc64ef99", "date": "2024-11-15", "count": 2, "media": [ { "id": "907213d9-a7da-38e7-bc52-65d2377d41d5", "track": [ { "id": "350c1763-d05c-495a-9c5a-13f48a6db262", "title": "Blinding Lights", "length": 200853, "number": "4" } ], "format": "CD", "position": 2, "track-count": 15, "track-offset": 3 } ], "title": "25/2025", "status": "Official", "country": "XE", "status-id": "4e304316-386d-3409-af2e-78857eec5cfe", "track-count": 30, "artist-credit": [ { "name": "Gregorian", "artist": { "id": "18a0d72d-0be0-4196-a340-035163bfae1c", "name": "Gregorian", "sort-name": "Gregorian", "disambiguation": "German band" } } ], "release-group": { "id": "98849bb5-a326-46e8-9b21-b48cb5477ab7", "title": "25/2025", "type-id": "f529b476-6e62-324f-b0aa-1f3e33d313fc", "primary-type": "Album", "primary-type-id": "f529b476-6e62-324f-b0aa-1f3e33d313fc" }, "disambiguation": "limited edition", "release-events": [ { "area": { "id": "89a675c2-3e37-3518-b83c-418bad59a85a", "name": "Europe", "sort-name": "Europe", "iso-3166-1-codes": [ "XE" ] }, "date": "2024-11-15" } ], "artist-credit-id": "861b539c-3600-3b0f-9aaf-7e98f5e06f7a" }, { "id": "e4bb50d9-4944-4664-8ca2-cc99359aea21", "date": "2024-11-15", "count": 2, "media": [ { "id": "c6c6991b-7b27-3769-a8c2-6a5063c26d07", "track": [ { "id": "24628d02-ffa3-44d5-b6ce-a3bc0b6684f2", "title": "Blinding Lights", "length": 200858, "number": "4" } ], "format": "Digital Media", "position": 2, "track-count": 15, "track-offset": 3 } ], "title": "25/2025", "status": "Official", "country": "XW", "status-id": "4e304316-386d-3409-af2e-78857eec5cfe", "track-count": 30, "artist-credit": [ { "name": "Gregorian", "artist": { "id": "18a0d72d-0be0-4196-a340-035163bfae1c", "name": "Gregorian", "sort-name": "Gregorian", "disambiguation": "German band" } } ], "release-group": { "id": "98849bb5-a326-46e8-9b21-b48cb5477ab7", "title": "25/2025", "type-id": "f529b476-6e62-324f-b0aa-1f3e33d313fc", "primary-type": "Album", "primary-type-id": "f529b476-6e62-324f-b0aa-1f3e33d313fc" }, "release-events": [ { "area": { "id": "525d4e18-3d00-31b9-a58b-a146a916de8f", "name": "[Worldwide]", "sort-name": "[Worldwide]", "iso-3166-1-codes": [ "XW" ] }, "date": "2024-11-15" } ], "artist-credit-id": "861b539c-3600-3b0f-9aaf-7e98f5e06f7a" } ], "artist-credit": [ { "name": "Gregorian", "artist": { "id": "18a0d72d-0be0-4196-a340-035163bfae1c", "name": "Gregorian", "aliases": [ { "name": "Gregorian Master of Chant", "type": null, "locale": null, "primary": null, "end-date": null, "sort-name": "Gregorian Master of Chant", "begin-date": null }, { "name": "Gegrorian", "type": null, "locale": null, "primary": null, "end-date": null, "sort-name": "Gegrorian", "begin-date": null }, { "name": "Gregorian Masters Of Chant", "type": null, "locale": null, "primary": null, "end-date": null, "sort-name": "Gregorian Masters Of Chant", "begin-date": null } ], "sort-name": "Gregorian", "disambiguation": "German band" } } ], "artist-credit-id": "861b539c-3600-3b0f-9aaf-7e98f5e06f7a", "first-release-date": "2024-11-15" }, { "id": "0876d691-8f3a-43f6-b16e-c855c3c13e5e", "score": 100, "title": "Blinding Lights", "video": null, "releases": [ { "id": "91fff613-f098-4756-8df0-f74c31e327a3", "date": "2021-03-12", "count": 1, "media": [ { "id": "1cf82813-88ff-3ce0-bf33-d725728e916d", "track": [ { "id": "18820a50-b253-48b6-bb23-e1f57e94fa93", "title": "Blinding Lights", "number": "9" } ], "format": "Digital Media", "position": 1, "track-count": 47, "track-offset": 8 } ], "title": "City Sessions", "status": "Official", "country": "US", "status-id": "4e304316-386d-3409-af2e-78857eec5cfe", "track-count": 47, "release-group": { "id": "be261da9-e183-4ce7-be06-a544268bcafe", "title": "City Sessions", "type-id": "f529b476-6e62-324f-b0aa-1f3e33d313fc", "primary-type": "Album", "primary-type-id": "f529b476-6e62-324f-b0aa-1f3e33d313fc" }, "release-events": [ { "area": { "id": "489ce91b-6658-3307-9877-795b68554c98", "name": "United States", "sort-name": "United States", "iso-3166-1-codes": [ "US" ] }, "date": "2021-03-12" } ] } ], "artist-credit": [ { "name": "Citycreed", "artist": { "id": "f556bd09-3164-4ea4-97da-7cddad59deaa", "name": "Citycreed", "sort-name": "Citycreed" } } ], "artist-credit-id": "78e49569-a7be-4677-928b-63aa80315c17", "first-release-date": "2021-03-12" }, { "id": "259cc143-0c9d-4d2e-9c8c-2fe8882286f0", "tags": [ { "name": "bardcore", "count": 1 } ], "isrcs": [ "GBGLW2000952" ], "score": 100, "title": "Blinding Lights", "video": null, "length": 211315, "releases": [ { "id": "2c83a478-522d-402b-a66c-48d650e49094", "date": "2021-03-05", "count": 1, "media": [ { "id": "993195a9-bafd-351f-9de1-5f89eb4b13fc", "track": [ { "id": "162c9ff1-08a4-4140-8bc6-a291703ab4d3", "title": "Blinding Lights", "length": 211357, "number": "4" } ], "format": "Digital Media", "position": 1, "track-count": 8, "track-offset": 3 } ], "title": "Bardcore Essentials", "status": "Official", "country": "XW", "status-id": "4e304316-386d-3409-af2e-78857eec5cfe", "track-count": 8, "release-group": { "id": "d6c70ee7-8ad5-4799-afc7-addd6defc1cf", "title": "Bardcore Essentials", "type-id": "dd2a21e1-0c00-3729-a7a0-de60b84eb5d1", "primary-type": "Album", "primary-type-id": "f529b476-6e62-324f-b0aa-1f3e33d313fc", "secondary-types": [ "Compilation" ], "secondary-type-ids": [ "dd2a21e1-0c00-3729-a7a0-de60b84eb5d1" ] }, "release-events": [ { "area": { "id": "525d4e18-3d00-31b9-a58b-a146a916de8f", "name": "[Worldwide]", "sort-name": "[Worldwide]", "iso-3166-1-codes": [ "XW" ] }, "date": "2021-03-05" } ] }, { "id": "0ed100ab-0be5-4bc2-89a0-dbdff6ea0ffb", "date": "2020-11-20", "count": 1, "media": [ { "id": "6cf1cf06-c232-3adb-bab6-9d16d3abd99d", "track": [ { "id": "4e9cf787-f12d-4e38-9454-29f980bbb6d6", "title": "Blinding Lights", "length": 211315, "number": "1" } ], "format": "Digital Media", "position": 1, "track-count": 1, "track-offset": 0 } ], "title": "Blinding Lights", "status": "Official", "country": "XW", "status-id": "4e304316-386d-3409-af2e-78857eec5cfe", "track-count": 1, "release-group": { "id": "76213354-87d9-4f39-a6f9-a233fa807715", "title": "Blinding Lights", "type-id": "d6038452-8ee0-3f68-affc-2de9a1ede0b9", "primary-type": "Single", "primary-type-id": "d6038452-8ee0-3f68-affc-2de9a1ede0b9" }, "release-events": [ { "area": { "id": "525d4e18-3d00-31b9-a58b-a146a916de8f", "name": "[Worldwide]", "sort-name": "[Worldwide]", "iso-3166-1-codes": [ "XW" ] }, "date": "2020-11-20" } ] }, { "id": "09db0349-1ebb-4e5e-8f46-b1df7a43ced2", "date": "2020-11-20", "count": 1, "media": [ { "id": "6c4f7deb-6ae4-3709-aa2b-6dcd4a08c58d", "track": [ { "id": "fa3f44a8-78b9-4c2c-ae92-572f69ee4031", "title": "Blinding Lights", "length": 211315, "number": "1" } ], "format": "Digital Media", "position": 1, "track-count": 1, "track-offset": 0 } ], "title": "Blinding Lights", "status": "Official", "country": "XW", "status-id": "4e304316-386d-3409-af2e-78857eec5cfe", "track-count": 1, "release-group": { "id": "76213354-87d9-4f39-a6f9-a233fa807715", "title": "Blinding Lights", "type-id": "d6038452-8ee0-3f68-affc-2de9a1ede0b9", "primary-type": "Single", "primary-type-id": "d6038452-8ee0-3f68-affc-2de9a1ede0b9" }, "release-events": [ { "area": { "id": "525d4e18-3d00-31b9-a58b-a146a916de8f", "name": "[Worldwide]", "sort-name": "[Worldwide]", "iso-3166-1-codes": [ "XW" ] }, "date": "2020-11-20" } ] } ], "artist-credit": [ { "name": "Cornelius Link", "artist": { "id": "5ec393a9-dea5-4b78-b1bd-7e8c5708aefd", "name": "Cornelius Link", "sort-name": "Link, Cornelius" } } ], "artist-credit-id": "26b76aff-2805-4457-ae24-11cc166c73de", "first-release-date": "2020-11-20" }, { "id": "36a0c09a-0596-486b-b8d6-322bfb274412", "isrcs": [ "DEKF22300854" ], "score": 100, "title": "Blinding Lights", "video": null, "length": 149960, "releases": [ { "id": "5339e76e-f3c2-4649-96d1-59cc646bad29", "date": "2023-09-08", "count": 2, "media": [ { "id": "5b551bd5-2919-3294-bb68-3bee416cc870", "track": [ { "id": "fc0b732a-41d8-4a1e-8fb2-a6f112e51608", "title": "Blinding Lights", "length": 149960, "number": "8" } ], "format": "CD", "position": 2, "track-count": 21, "track-offset": 7 } ], "title": "Kuschelrock 37", "status": "Official", "country": "DE", "status-id": "4e304316-386d-3409-af2e-78857eec5cfe", "track-count": 42, "artist-credit": [ { "name": "Various Artists", "artist": { "id": "89ad4ac3-39f7-470e-963a-56509c546377", "name": "Various Artists", "sort-name": "Various Artists", "disambiguation": "add compilations to this artist" } } ], "release-group": { "id": "7164e10e-4f99-47db-9f8f-e5daef197966", "title": "Kuschelrock 37", "type-id": "dd2a21e1-0c00-3729-a7a0-de60b84eb5d1", "primary-type": "Album", "primary-type-id": "f529b476-6e62-324f-b0aa-1f3e33d313fc", "secondary-types": [ "Compilation" ], "secondary-type-ids": [ "dd2a21e1-0c00-3729-a7a0-de60b84eb5d1" ] }, "release-events": [ { "area": { "id": "85752fda-13c4-31a3-bee5-0e5cb1f51dad", "name": "Germany", "sort-name": "Germany", "iso-3166-1-codes": [ "DE" ] }, "date": "2023-09-08" } ], "artist-credit-id": "949a7fd5-fe73-3e8f-922e-01ff4ca958f7" } ], "artist-credit": [ { "name": "Loi", "artist": { "id": "c277b10d-25c1-46e6-be81-5ae3c5d3a253", "name": "Loi", "aliases": [ { "name": "Leonie Greiner", "type": "Legal name", "locale": "en", "primary": null, "type-id": "d4dcd0c0-b341-3612-a332-c0ce797b25cf", "end-date": null, "sort-name": "Greiner, Leonie", "begin-date": null } ], "sort-name": "Loi", "disambiguation": "German singer Leonie Greiner" } } ], "artist-credit-id": "482a6349-cb50-3380-83eb-c8afad789536", "first-release-date": "2023-09-08" }, { "id": "78d5bb3f-c306-4e68-97ef-e7236ced86a0", "tags": [ { "name": "instrumental", "count": 1 }, { "name": "lo-fi", "count": 1 }, { "name": "nu jazz", "count": 1 }, { "name": "lofi", "count": 1 }, { "name": "instrumental hip hop", "count": 1 }, { "name": "lofi beats", "count": 1 }, { "name": "lo-fi cover", "count": 1 }, { "name": "lofi cover", "count": 1 } ], "isrcs": [ "QZHN42464052" ], "score": 100, "title": "blinding lights", "video": null, "length": 125000, "releases": [ { "id": "6781b90b-92ea-48b1-83c9-e3737604cd12", "date": "2024-03-15", "count": 1, "media": [ { "id": "745d7296-72d1-4dd4-9d68-28811ee3b0ad", "track": [ { "id": "a2791ded-2b4c-4b24-8431-9dc7bf2eee16", "title": "blinding lights", "length": 125000, "number": "2" } ], "format": "Digital Media", "position": 1, "track-count": 10, "track-offset": 1 } ], "title": "cover stories", "status": "Official", "country": "XW", "status-id": "4e304316-386d-3409-af2e-78857eec5cfe", "track-count": 10, "release-group": { "id": "468197da-4c7f-40b8-a174-b19ef010ae8d", "title": "cover stories", "type-id": "f529b476-6e62-324f-b0aa-1f3e33d313fc", "primary-type": "Album", "primary-type-id": "f529b476-6e62-324f-b0aa-1f3e33d313fc" }, "release-events": [ { "area": { "id": "525d4e18-3d00-31b9-a58b-a146a916de8f", "name": "[Worldwide]", "sort-name": "[Worldwide]", "iso-3166-1-codes": [ "XW" ] }, "date": "2024-03-15" } ] } ], "artist-credit": [ { "name": "cutie blue", "artist": { "id": "f44f9bfa-9a15-4f04-bf33-fbbf626a52fd", "name": "cutie blue", "sort-name": "cutie blue" } } ], "artist-credit-id": "3d0460c2-1f4b-4600-a455-5d2f327cfe10", "first-release-date": "2024-03-15" }, { "id": "4061a7ec-95e7-49c5-87a5-a853bb95bd5c", "score": 100, "title": "blinding lights", "video": null, "length": 140000, "releases": [ { "id": "9381d7bb-bdf3-41c3-b3ea-29b2b2b29e75", "date": "2023-11-30", "count": 1, "media": [ { "id": "c4942315-56fb-4b9b-b4ce-800bafb483ef", "track": [ { "id": "d977bf41-478b-4c92-8fa7-67c235dc34bd", "title": "blinding lights", "length": 140000, "number": "2" } ], "format": "Digital Media", "position": 1, "track-count": 9, "track-offset": 1 } ], "title": "NO GENRE; volume 1", "status": "Official", "country": "XW", "status-id": "4e304316-386d-3409-af2e-78857eec5cfe", "track-count": 9, "artist-credit": [ { "name": "Blxck Cxsper", "artist": { "id": "f7233abe-747e-4341-a3f5-122f40dd9911", "name": "Blxck Cxsper", "sort-name": "Cxsper, Blxck" } } ], "release-group": { "id": "f9bda474-54a4-4a67-9880-3c0896a7da42", "title": "NO GENRE; volume 1", "type-id": "f529b476-6e62-324f-b0aa-1f3e33d313fc", "primary-type": "Album", "primary-type-id": "f529b476-6e62-324f-b0aa-1f3e33d313fc" }, "release-events": [ { "area": { "id": "525d4e18-3d00-31b9-a58b-a146a916de8f", "name": "[Worldwide]", "sort-name": "[Worldwide]", "iso-3166-1-codes": [ "XW" ] }, "date": "2023-11-30" } ], "artist-credit-id": "5c0c4cfb-dcf6-4b3a-ba3d-a98ec00d30b2" } ], "artist-credit": [ { "name": "Blxck Cxsper", "artist": { "id": "f7233abe-747e-4341-a3f5-122f40dd9911", "name": "Blxck Cxsper", "aliases": [ { "name": "Lucas Charlie Rose", "type": null, "locale": null, "primary": null, "end-date": null, "sort-name": "Rose, Lucas Charlie", "begin-date": null }, { "name": "Blxck Cxsper", "type": "Artist name", "locale": null, "primary": null, "type-id": "894afba6-2816-3c24-8072-eadb66bd04bc", "end-date": null, "sort-name": "Blxck Cxsper", "begin-date": null } ], "sort-name": "Cxsper, Blxck" } } ], "artist-credit-id": "5c0c4cfb-dcf6-4b3a-ba3d-a98ec00d30b2", "first-release-date": "2023-11-30" }, { "id": "ca304907-4002-42a9-9996-02521cd40e0f", "score": 100, "title": "Blinding Lights", "video": null, "length": 210169, "releases": [ { "id": "aaaa6487-325f-4391-a98a-60b50a23a5b8", "date": "2023-06-02", "count": 1, "media": [ { "id": "2cb55ffd-d924-43ad-a932-b67566f59145", "track": [ { "id": "9d786ae5-d984-4cbc-8476-87c89cffa8eb", "title": "Blinding Lights", "length": 210169, "number": "1" } ], "format": "Digital Media", "position": 1, "track-count": 1, "track-offset": 0 } ], "title": "Blinding Lights", "status": "Official", "country": "XW", "status-id": "4e304316-386d-3409-af2e-78857eec5cfe", "track-count": 1, "artist-credit": [ { "name": "Skar", "artist": { "id": "a89213da-adc6-4b8c-8065-1e0667341bf2", "name": "Skar", "sort-name": "Skar", "disambiguation": "Video Game/Series/Movie Metal covers" } } ], "release-group": { "id": "97df2bc3-8b7c-42dc-a3f5-965ed8f1a458", "title": "Blinding Lights", "type-id": "d6038452-8ee0-3f68-affc-2de9a1ede0b9", "primary-type": "Single", "primary-type-id": "d6038452-8ee0-3f68-affc-2de9a1ede0b9" }, "release-events": [ { "area": { "id": "525d4e18-3d00-31b9-a58b-a146a916de8f", "name": "[Worldwide]", "sort-name": "[Worldwide]", "iso-3166-1-codes": [ "XW" ] }, "date": "2023-06-02" } ], "artist-credit-id": "260fa34f-c51b-4213-908c-3afee1b10ea7" } ], "artist-credit": [ { "name": "Skar", "artist": { "id": "a89213da-adc6-4b8c-8065-1e0667341bf2", "name": "Skar", "aliases": [ { "name": "Skar Productions", "type": null, "locale": null, "primary": null, "end-date": null, "sort-name": "Skar Productions", "begin-date": null } ], "sort-name": "Skar", "disambiguation": "Video Game/Series/Movie Metal covers" } } ], "artist-credit-id": "260fa34f-c51b-4213-908c-3afee1b10ea7", "first-release-date": "2023-06-02" }, { "id": "dbf6263f-5149-4c89-b3d3-dcbfc0d9375f", "score": 100, "title": "Blinding Lights", "video": null, "length": 199009, "releases": [ { "id": "6329a8cd-de31-4d7f-8b0d-e68b9e1d5bc7", "date": "2022-01-17", "count": 1, "media": [ { "id": "99ce3fb3-b1c6-4507-865f-f7f0e33d181c", "track": [ { "id": "88cfe621-adce-421f-bf86-b8d6aeb0994c", "title": "Blinding Lights", "length": 199009, "number": "5" } ], "format": "Digital Media", "position": 1, "track-count": 7, "track-offset": 4 } ], "title": "Acoustic Covers, Vol. 6", "status": "Official", "country": "XW", "status-id": "4e304316-386d-3409-af2e-78857eec5cfe", "track-count": 7, "release-group": { "id": "b7a6dceb-d148-4d56-b114-e8a2cf1142ff", "title": "Acoustic Covers, Vol. 6", "type-id": "f529b476-6e62-324f-b0aa-1f3e33d313fc", "primary-type": "Album", "primary-type-id": "f529b476-6e62-324f-b0aa-1f3e33d313fc" }, "release-events": [ { "area": { "id": "525d4e18-3d00-31b9-a58b-a146a916de8f", "name": "[Worldwide]", "sort-name": "[Worldwide]", "iso-3166-1-codes": [ "XW" ] }, "date": "2022-01-17" } ] } ], "artist-credit": [ { "name": "Eiro Nareth", "artist": { "id": "8b1153c9-3b6f-4ca5-90a8-2d8d984dedb6", "name": "Eiro Nareth", "sort-name": "Nareth, Eiro" } } ], "artist-credit-id": "d9dcd5da-203a-413e-a444-570fa455465e", "first-release-date": "2022-01-17" } ] } ``` --- _Generated: 2026-08-02T14:31:55.240Z_